40 likes | 165 Views
IS 10 Homework Guidelines. IS 10 Homework Guidelines. Create a basic web page on the Pitt Unix system to hold homeworks. Locate your page at www.pitt.edu/~username/is10/ This means you need to create a directory called is10
E N D
IS 10 Homework Guidelines • Create a basic web page on the Pitt Unix system to hold homeworks. • Locate your page at www.pitt.edu/~username/is10/ • This means you need to create a directory called is10 • Also it means you need to make sure this directory has read privileges for the outside world • Designate your main page as index.html so I can simply bookmark your page as www.pitt.edu/~username/is10 • This means you need to create a page called index.html and put it in your is10 directory • This page will simply lists links to your homework assignments • Be sure to label very clearly your homework and NUMBER and title each homework link. If I can’t find it I can’t grade it. Continued… • Here is an example of how your homework page should look: • http://www.pitt.edu/~perks/is10/
HW2 Web Page cont • Design a web page and host on your Pitt account following the directions in the previous slide. • The web site must have a subject/purpose such as biographical, entertainment, informational or news. • The web site should have a header, content and footer identified by ID’s.
HW2 Page • The web site should contain appropriate imagery • The web site should have a color scheme that is aesthetic. • The web site should use tags from the HTML DOG site: Required include – divs, anchor, paragraphs, img, at least one h1-h6, a list. • The web site should use CSS for styling.