forked from CodeYourFuture/My-Coursework-Planner
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Learners, PR Template
Self checklist
- I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
- My changes meet the requirements of the task
- I have tested my changes
- My changes follow the style guide
Changelist
The purpose of this PR is to implement the webpage structure and layout from the provided wireframe, ensuring semantic HTML, accessible styling and a complete functional design.
I added semantic HTML structure, including a header with a title and description, three unique articles, and a footer. I then applied CSS to recreate the wireframe layout, using a grid for the articles, styling the header and footer, and ensuring the footer stays fixed at the bottom of the page.
I also added accessible link and card styling, and ensured the page scored 100 in the Lighthouse Accessibility audit. All changes were committed in small, meaningful commits and pushed to the feature/wireframe branch.
Questions
I have no questions at the moment.