Skip to content

Add contact page and GitHub Pages deployment#2

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/add-contact-page
Draft

Add contact page and GitHub Pages deployment#2
Copilot wants to merge 2 commits intomainfrom
copilot/add-contact-page

Conversation

Copy link

Copilot AI commented Nov 16, 2025

Creates a standalone HTML contact page with form fields (name, phone, email) and configures GitHub Pages deployment via Actions workflow.

Changes

Contact Page (contact.html)

  • Form with validation for name (required), phone (optional), email (required), and message fields
  • Static display of contact info: Seth Reno, (816) 352-6684, sethreno@gmail.com
  • Client-side form handling with demo submission feedback

Landing Page (index.html)

  • Entry point with navigation to resume PDF, contact page, and GitHub
  • Embedded resume preview from existing output/resume.png
  • Footer with contact links

GitHub Pages Deployment (.github/workflows/deploy.yml)

  • Auto-deploys on push to main/master
  • Uses actions/deploy-pages@v4 to publish entire repo root
  • Site will be available at https://sethreno.github.io/resume/ after merge

Screenshots

Index Page:
Index Page

Contact Page:
Contact Page

Post-Merge Setup

Enable GitHub Pages in repository settings: Settings > Pages > Source: GitHub Actions

Original prompt

create a contact page with name phone and email and publish it so it's available on GitHub pages


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: sethreno <838365+sethreno@users.noreply.github.com>
Copilot AI changed the title [WIP] Add contact page with name, phone, and email Add contact page and GitHub Pages deployment Nov 16, 2025
Copilot AI requested a review from sethreno November 16, 2025 02:20
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