Thursday, September 26, 2013

Web Design Challenge (Pop Quiz)

Your job today is to create a web page for a new skateboard shop in Kelseyville.  The name of the shop will be... well, you have to randomly generate it with one of the links before.  :P

SOME BUSINESS NAME
123 North Main Street
Kelseyville, CA 95451
(707) 279-1234

Choose a color scheme (3 colors) to set your CSS file with.  (You may want to use a color scheme from one of the pickers: http://www.designcontest.com/blog/best-color-scheme-websites-for-designers/)

The web pages will include:
  • Home Page: index.html
  • Boards: boards.html
  • Accessories: accessories.html
  • Clothing: clothing.html
  • Jobs: jobs.html
Elements I want on your pages:
  • Home Page: H1 tag with title, H2 tag with subtitle, appropriate graphic, address and phone number, "div" for nav menu, Footer (same color scheme as your H1 tag) with copyright
  • Boards: H1 tag with title, "div" for nav menu, table with at least 4 boards and titles, appropriate graphics,  Footer (same color scheme as your H1 tag) with copyright
  • Accessories: H1 tag with title, "div" for nav menu, appropriate graphics,  table with at least 6 accessories and titles, Footer (same color scheme as your H1 tag) with copyright
  • Clothing: H1 tag with title, "div" for nav menu, a "Coming Soon" notice and a Bulleted (unordered) List of clothing types that will be offered, Footer (same color scheme as your H1 tag) with copyright
  • Jobs: H1 tag with title, "div" for nav menu, appropriate graphic, an Ordered (numbered) List with 3 position titles that you are hiring for, and a Footer (same color scheme as your H1 tag) with copyright
Note: Footers should include your actual email address

All pages (and graphics) will be in a folder:
  • T:\Your Name\PopQuizYourName
  • (i.e. T:\Robert Griffith\PopQuizRobertGriffith)
Tomorrow I will have you copy your "PopQuizYourName" folder to a fake web server -- and without your name, I won't know who to give the points to.