Assignment 2


Due Thursday, March 1st


The objective of this assignment is to create a 3-4 page responsive website focused on a 2018 Winter Olympic Team or Athlete.

What’s Required

  1. 3-4 pages about your team or athlete.
  2. Responsive layout
  3. External CSS
  4. Consistent Design
  5. Responsive Tabs or Accordians
  6. A Responsive Table you find one
  7. Mobile menu choose 1 of 2 options show below
  8. Social Media Icons and Copyright
  9. Headings setup for all h1-h6 even if not being used.
  10. Meta Data on each page
  11. Fav Icon on each page
  12. Site Links Defined
  13. Page Titles
  14. Alt Tags and Proper Image tagging.

New Semantic Elements in HTML5:
Many web sites contain HTML code like: <div id="nav"> <div class="header"> <div id="footer">
to indicate navigation, header, and footer.

HTML5 offers new semantic elements to define different parts of a web page:  

    HTML5 Semantic Elements
  • <article>
  • <aside>
  • <details>
  • <figcaption>
  • <figure>
  • <footer>
  • <header>
  • <main>
  • <mark>
  • <nav>
  • <section>
  • <summary>
  • <time>

Learn more here: https://www.w3schools.com/html/html5_semantic_elements.asp
You will be graded based on the rubric in our course syllabus, as well as showing an understanding of the lesson plan presented in class.

Home Page Layout and Inner Page

Home Page Layout and Inner Page layout should be slightly different. Current Olymmpic website.

    HTML5 Semantic ElementsHTML5 Semantic Elements

 

Mobile Menu

1. Responsive Navigation Bar: Learn how to create a responsive top navigation menu with CSS and JavaScript.

Read More

Try it Option 1

2. Vertical Navigation Bars: Learn a few differnet options for displaying a slide out vertical menu.

Read More

Try it Option 2

Accordian Feature

Read more abour accodians and use this download in the left navigation bar.

Tabs Feature

Read more abour accodians and use this download in the left navigation bar.