Visit Your Website
Open your CloudFront URL (from Phase 3, Step 5)

The website should load with your customized content
Test Navigation
Test Contact Form
Fill out the contact form with test data
Click "Send Message"
You should see "Message sent successfully!"
Check your email (the one you used for Formspree) for the test message

Test CI/CD Pipeline
Go to your GitHub repository
Click on index.html → Click the pencil icon (Edit)
Make a small change (e.g., add "- Updated!" to your name)
Commit message: "Test automatic deployment"
Click "Commit changes"
Go to "Actions" tab → Watch the workflow run

Wait 2-3 minutes after completion
Refresh your CloudFront URL → Your change should appear!
Feel free to make changes on your portfolio along the way! Then type this on your terminal.
git add .
git commit -m “Change”
git push
Here’s my revised customized portfolio! 🌺
