CS 318 Project – Prototype 2 – due on May 10
Your next milestone in the project is to iterate on the first digital prototype of your site. You will present this second draft of your prototype to randomly assigned classmates for another round of evaluation.
Task 1: Iteration on Your Prototype
Create a second draft of your site in a folder named prototype2
in your GitHub project. Name this directory exactly; no spaces, all lowercase.
Complete these requirements:
- Place the main page in a file named
index.html
. - All content from your client (text and photos) should be in place.
- Your site should support both desktop (big window) and mobile (small window) layouts.
- Your site should completely pass validation using the W3C Validator.
- All CSS files should be in a folder named
css
. To avoid repetition, any styles that are common to all pages should be placed in a single file, perhaps namedcommon.css
or some thing else that reflects the shared nature of these styles. - All images should be in a folder named
images
. - Your page should be viewable through GitHub Pages (accessed via https://YOURUSERNAME.github.io/cs318/prototype2).
Task 2: Student Evaluation
During lab on Monday, May 8, three classmates will evaluate your prototype by viewing it through GitHub Pages. You should have tested that this works on your own before the review.
Prototype 2 Deliverables
Submit your prototype by committing and pushing it to GitHub.
Your prototype must be turned in on time to receive credit. Prototypes received after the posted due date will not receive any credit, but must be completed regardless. Project deliverables build upon each other, so you must complete this step in order to complete the next deliverable.