Skip to content

feat: Add about page with personal information#2

Open
DC-Seneca wants to merge 4 commits into
mainfrom
feature/add-about-page
Open

feat: Add about page with personal information#2
DC-Seneca wants to merge 4 commits into
mainfrom
feature/add-about-page

Conversation

@DC-Seneca

Copy link
Copy Markdown
Owner

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

  • Created about.html with personal information structure
  • Added navigation link from index.html to about.html
  • Improved styling for about page and navigation elements
  • Updated personal information section

Files Changed

  • about.html - New file with personal information
  • index.html - Added navigation link to about page
  • style.css - Enhanced styling for navigation and list elements

Commit History

This PR includes 4 commits:

  1. feat: create about page HTML structure
  2. feat: add navigation link to about page
  3. style: improve about page styling and navigation
  4. docs: update about page with personal information

Checklist

  • Created feature branch: feature/add-about-page
  • Made at least 3 commits (actually 4 commits)
  • Followed commit message conventions (feat:, style:, docs:)
  • Tested locally
  • All files follow project structure
  • Navigation works between pages

Testing

  • Verified HTML structure is valid
  • Tested navigation links between index.html and about.html
  • Confirmed styling is consistent across pages
  • Checked console output from script.js

Ready for review!

Copilot AI review requested due to automatic review settings January 9, 2026 16:52

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread about.html
Comment on lines +17 to +18
<p><strong>Student ID:</strong> [Please update with your Student ID]</p>
<p><strong>Program:</strong> [Please update with your Program name]</p>

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
<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>

Copilot uses AI. Check for mistakes.
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