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 ...")
 
 
(6 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
* You will program using web development languages such as HTML, CSS, and JavaScript
 
* 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)
 
* You will use the content provided to you by the client (students from IB Physics and IB Design Tech)
 +
 +
== Additional Resources ==
 +
* [https://www.google.com/fonts Google Web Fonts]
 +
* [http://colorschemedesigner.com/ Color Scheme Designer]
 +
* [http://www.cssportal.com/layout-generator/ CSS Layout Generator]
 +
* [http://www.blindtextgenerator.com/ Dummy Text Generator]
  
 
== Requirements ==
 
== Requirements ==
Line 16: Line 22:
 
** 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
+
* CSS styling
* Content - all the content provided by your client should be found in different places on your website
+
** You should use CSS to style your websites with a consistent set of styles
 +
* Images
 +
** Your site should have images!
 +
** Images are good
 +
** Maybe one person on your team should focus on images
 +
* 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
 
* 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

Latest revision as of 08:38, 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)

Additional Resources

Requirements

  • HTML Tag Requirements - use the following tags in your website
    • head
    • title
    • body
    • div
    • img
    • a href
    • h1
    • p
    • nav
    • footer
  • CSS styling
    • You should use CSS to style your websites with a consistent set of styles
  • Images
    • Your site should have images!
    • Images are good
    • Maybe one person on your team should focus on images
  • 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