Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.01 KB

Portfolio Site 2

Skill Level: Beginner

This challenge is designed to exercise some of the more advanced HTML features

Requirements

The finished product should be an HTML document named index.html. You are more than welcome to use your Portfolio Site exercise as a starting point.

The index.html file should contain:

  • Links to the different sections (which will need anchors). You can make a navigation panel or similar, allowing visitors to easily jump to any part of your website.
  • An image. It can be of you, your dog, a poster for your favorite movie, whatever.
  • A table. You can fill it with your classes and corresponding grades (if you're super proud of them), or any other tabular data.
  • Different sections, each in section tags.

That's it!

For an example, check out j3rn.com.

How to Contribute

  1. Fork this repository
  2. Clone your fork
  3. Make your changes and commit them
  4. Push your changes to your fork
  5. Send us a pull request!