- Do not edit this file.
- Do not start this project until you have read these instructions carefully.
This assignment extends on your second assignment by applying basic principles of design using CSS.
- Log in to GitHub.
- Fork this repo(sitory). See this video on how to carry out this step and step
3
. Ensure you’re forking the repository from me and not another student in the course. - Clone your fork, using either the web site or the GitHub Desktop client.
- Checkout your personalized branch, the one with your name and GitHub user handle.
If you received anything less than a 90 on the second assignment, you will first need to address those issues before proceeding. This means that items for which you lost points need to be corrected before starting this assignment. Look at the Directions and The Rules sections of the second assignment and note the comments you received in the assignment grade report email you received during the week of 6 Oct–12 Oct.
- Create a style sheet called
style.css
and place it in the includedcss
folder. All your CSS must go in this file. No embedded or inline CSS is allowed. - Style the site-wide navigation of your assignment as a row of links, not a column.
- Employ two colors — neither of which can be a neutral — for backgrounds, text, or accents, such as borders, bullets, etc.
- Reassign the default image you used in assignment 2 from
index.html
toabout.html
. - Add a Creative Commons-licensed image as a hero to the
index.html
page. - Any images you use must be placed in the enclosed
img
folder. - Each image you use cannot be larger than 1MB.
- Employ two different typefaces from Google Fonts into your assignment: one for headings and one for reading text.
- Your HTML must be valid, per the w3c-validation Atom package. You may also validate at http://validator.w3.org/#validate_by_input.
- Your CSS must also be valid, per the w3c-validation and the linter-stylelint Atom packages.
- Folders and files must use lowercase, combined with kebab case. For example,
do-this
ordo-this.html
. Further, no spaces in folder or file names (not this
); no camel case (notThis
); and, no snake case (not_this
).
⏰ Friday, 25 October 2019, at 11:30 AM. 🚫 No late work will be accepted.
Issue a pull request back into the original repo, the one from which your forked was created, before the deadline. Look at these videos for help on how to do so.
Note: This assignment may only be submitted via GitHub. 🚫 No other form of submission will be accepted.