Difference between revisions of "Group 4 Project"

From WLCS
(Created page with "== Objective(s) == * You will design and implement a website from scratch * You will program using web development languages such as HTML, CSS, and JavaScript * You will use the ...")
 
Line 16: Line 16:
 
** nav
 
** nav
 
** footer
 
** footer
* Multiple web pages - your website should be comprised of multiple pages, linked together, all of which using the same style and design
+
* Multiple web pages
* Content - all the content provided by your client should be found in different places on your website
+
** Your website should be comprised of multiple pages, all linked together
 +
** The pages should all use the same style and design
 +
* Content
 +
** All the content provided by your client should be found in different places on your website
 +
** If the content is lacking, then you may add your own content
 
* Design & Aesthetics
 
* Design & Aesthetics
 +
** The layout should be aesthetic
 +
** If the design can be improved, then it should be
 +
** Aesthetic layout is difficult, you can get ideas from other websites
 +
 +
* Note: Using code from tutorials and templates is OK, but you must be sure to edit them significiantly

Revision as of 08:25, 19 March 2014

Objective(s)

  • You will design and implement a website from scratch
  • You will program using web development languages such as HTML, CSS, and JavaScript
  • You will use the content provided to you by the client (students from IB Physics and IB Design Tech)

Requirements

  • HTML Tag Requirements - use the following tags in your website
    • head
    • title
    • body
    • div
    • img
    • a href
    • h1
    • p
    • nav
    • footer
  • Multiple web pages
    • Your website should be comprised of multiple pages, all linked together
    • The pages should all use the same style and design
  • Content
    • All the content provided by your client should be found in different places on your website
    • If the content is lacking, then you may add your own content
  • Design & Aesthetics
    • The layout should be aesthetic
    • If the design can be improved, then it should be
    • Aesthetic layout is difficult, you can get ideas from other websites
  • Note: Using code from tutorials and templates is OK, but you must be sure to edit them significiantly