Skip to content

Conversation

Copy link

Copilot AI commented Jan 29, 2026

Implements a new welcome page as the site's landing page with greeting, branding, and navigation cards to About and Media sections.

Changes

  • New landing page (index.markdown): Welcome page with gradient header, branding element, and two navigation cards (About/Media) with hover effects
  • Relocated content: Previous home page → about.markdown with /about/ permalink
  • Navigation update: Added "About" link to header (_includes/header.html)
  • Build artifacts: Added .gitignore to exclude vendor/bundle

Design

  • Responsive layout using existing Tailwind CSS patterns
  • Gradient styling matches site theme (pink/orange/red → emerald/teal in dark mode)
  • Navigation cards with icons, hover animations (scale + shadow)
  • Accessible (decorative SVGs marked with aria-hidden)

Screenshot

Welcome page


Note: _site/ is intentionally tracked for GitHub Pages deployment.

Original prompt

Implement a new welcome page for the website. This page should greet users when they visit the site and can include a simple message, branding, and navigation options. Ensure the design is visually appealing and responsive. Link the welcome page from the main navigation and set it as the initial landing page.

This pull request was created from Copilot chat.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 3 commits January 29, 2026 19:31
Co-authored-by: annabel <3825729+annabel@users.noreply.github.com>
Co-authored-by: annabel <3825729+annabel@users.noreply.github.com>
Co-authored-by: annabel <3825729+annabel@users.noreply.github.com>
Copilot AI changed the title [WIP] Add new welcome page for website Add welcome landing page with navigation cards Jan 29, 2026
Copilot AI requested a review from annabel January 29, 2026 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants