hankadev / fcc_portfolio

Free Code Camp project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Portfolio Webpage

This is my implementation of Free Code Camp's Personal Portfolio Webpage project.

view in browser

Objective

Built an app that is functionally similar to this. Fulfill the below user stories. Give it your own personal style.

User stories:

  • User Story #1: My portfolio should have a welcome section with an id of welcome-section.
  • User Story #2: The welcome section should have an h1 element that contains text.
  • User Story #3: My portfolio should have a projects section with an id of projects.
  • User Story #4: The projects section should contain at least one element with a class of project-tile to hold a project.
  • User Story #5: The projects section should contain at least one link to a project.
  • User Story #6: My portfolio should have a navbar with an id of navbar.
  • User Story #7: The navbar should contain at least one link that I can click on to navigate to different sections of the page.
  • User Story #8: My portfolio should have a link with an id of profile-link, which opens my GitHub or FCC profile in a new tab.
  • User Story #9: My portfolio should have at least one media query.
  • User Story #10: The height of the welcome section should be equal to the height of the viewport.
  • User Story #11: The navbar should always be at the top of the viewport.

Dependencies

Web browser: Google Chrome (recommended), Mozilla Firefox

About

Free Code Camp project


Languages

Language:HTML 58.6%Language:CSS 41.4%