feat: Add about page with personal information#2
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds an about page feature to the CSP451 CheckPoint 1 project, introducing personal information display and navigation between pages.
Key Changes:
- Created a new about.html page containing personal information, interests, and learning goals
- Added bidirectional navigation between index.html and about.html
- Enhanced CSS styling for navigation elements and list formatting
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| about.html | New page displaying personal information, interests, and learning goals with navigation back to home |
| index.html | Added navigation link to the about page |
| style.css | Added styling for navigation links with hover effects and improved list formatting |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <p><strong>Student ID:</strong> [Please update with your Student ID]</p> | ||
| <p><strong>Program:</strong> [Please update with your Program name]</p> |
There was a problem hiding this comment.
The personal information contains placeholder text that needs to be updated. The Student ID and Program fields are still showing placeholder values like "[Please update with your Student ID]" and "[Please update with your Program name]" rather than actual information. These should be replaced with the actual student ID and program name before merging.
| <p><strong>Student ID:</strong> [Please update with your Student ID]</p> | |
| <p><strong>Program:</strong> [Please update with your Program name]</p> | |
| <p><strong>Student ID:</strong> 123456789</p> | |
| <p><strong>Program:</strong> Computer Programming</p> |
This PR adds an about.html page containing personal information as required for CheckPoint 1.
Description
This PR implements the about page feature as part of the CSP451 CheckPoint 1 assignment. The page includes personal information, interests, and learning goals.
Changes
Files Changed
about.html- New file with personal informationindex.html- Added navigation link to about pagestyle.css- Enhanced styling for navigation and list elementsCommit History
This PR includes 4 commits:
feat: create about page HTML structurefeat: add navigation link to about pagestyle: improve about page styling and navigationdocs: update about page with personal informationChecklist
feature/add-about-pageTesting
Ready for review!