Skip to content

Instantly share code, notes, and snippets.

@sudodoki
Created November 4, 2013 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sudodoki/7308154 to your computer and use it in GitHub Desktop.
Save sudodoki/7308154 to your computer and use it in GitHub Desktop.
Home Work for HTML.
Write (pure) HTML code for home page for some abstract project.
It should have:
1. navigation menu that has several anchored links that are pointing to different sections on page ('#about, '#faq', '#contacts', '#register')
2. several sections:
a) about: section that has a large copy of text , several paragraphs with description of product, possibly, a large image to capture attention
b) faq: list of frequently asked questions
b) contacts: some addresses (email-phones), blogs-twitter, etc.
c) register: form that captures email/password/password confirmation
d) feedback form?
3. footer that has copyright. copy of links from the header, link to terms of service, etc.
@alexk0ch
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment