Course Title: Web Development
Course Code: IMD1005
Semester: Winter 2023
Due Date: 11:59 PM (midnight) 2023-02-19
Assessment: This assignment is worth 20% of your final grade and marked out of 100.
For assignment 02 you are going to build one (1) web page using your own HTML and CSS (no templates or frameworks) that satisfies all content and submission requirements for this assignment.
All of your work must be submitted to your assignment 02 GitHub repository, and must be hosted through GitHub pages.
The full assignment 02 details are available here: Assignment 02
To help with your submission, make sure that you have reviewed the following items
- The web page fulfills the minimum content requirements
- GitHub Pages is activated for your repo and your web page is live
- The web page passes W3C validation
- A css reset file is used to standardize browser defaults
Your work must be submitted to your assignment 02 GitHub repository.
There are two ways that you can do this:
- Use the GitHub code editor web interface to paste your completed code right into GitHub
- Clone your GitHub repository, work off of your local machine, and commit your changes through VSCode (recommended)