- Do not edit this file.
- Do not start this project until you have read these instructions carefully.
- Log in to GitHub.
- Fork this repo(sitory). See this video on how to carry out this step and step
3
. - 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.
Your task is to create a web site of Dieter Rams’s ten principles for good design. All ten are included in the accompanying file ten-principles-for-good-design.txt
. You can create a single page site containing all ten rules, or a single site consisting of ten pages.
Your project must consist of the contents in the file ten-principles-for-good-design.txt
and a navigation system, at the very least. Including open source images is encouraged.
This repo contains a folder called site
, which, in turn, contains some starter files for this project. (See the File List section below, sans .gitignore
files.) Before you start, replace PUT YOUR NAME HERE
in the title
element of index.html
with your name, and replace PUT YOUR GIHUB USERNAME HERE
with your GitHub username.
README.md
ten-principles-for-good-design.txt
site/css/reset.css
site/css/style.css
site/index.html
site/img/
- Only submit files that are required by your project: Do not submit working files, such as
.psd
,.ai
,.indd
, or.sketch
files. - Use lowercase, combined with kebab case, to name folders and files (
do-this
ordo-this.html
); no spaces in folder or file names (not this
); no camel case (notThis
); no snake case (not_this
). - Do not alter or remove the
reset.css
file in thecss
folder. - Do not alter or remove any of the
.gitignore
files. - You must use at most two typefaces. Look to
https://fonts.google.com/
for ideas. - You must use at most two colors, in addition to a neutral. Look to
https://color.adobe.com/
for ideas. - Your site’s UI must be logical, clear, and easy to use.
- All your HTML files must go in the root of the
site
folder, with theindex.html
file acting as the springboard for your site. - All your CSS must be placed in the
css
folder. - Any images you might use must be placed in the
img
folder. - Any images you included must be smaller than 1MB.
Make sure Atom continually reports No errors were found!
in the lower left hand corner as you work on your HTML and CSS. Solve validation issues as you work.
Tuesday, 21 September 2021, at 1:00 PM.
You will need to issue a pull request back into the original repo, the one from which your fork was created. See the Issuing Pull Requests section of this site for help on how to submit your assignment.
Note: This assignment may only be submitted via GitHub. No other form of submission will be accepted.
Item | Points |
---|---|
HTML is W3C-compliant | 25 |
CSS is W3C-compliant | 25 |
Design shows attempt at producing quality work | 25 |
Rules outlined above followed correctly | 25 |