One of the required projects for freeCodeCamp's Responsive Web Design certification.
Codepen: codepen.io/ell8031/pen/JjQJozr
This is one of the required projects to earn your certification.
For this project, you will build your own personal portfolio page.
Objective: Build an app that is functionally similar to personal-portfolio.freecodecamp.rocks. Do not copy this demo project.
- Your portfolio should have a welcome section with an
id
ofwelcome-section
- The welcome section should have an
h1
element that contains text - Your portfolio should have a projects section with an
id
ofprojects
- The projects section should contain at least one element with a
class
ofproject-tile
to hold a project - The projects section should contain at least one link to a project
- Your portfolio should have a navbar with an
id
ofnavbar
- The navbar should contain at least one link that you can click on to navigate to different sections of the page
- Your portfolio should have a link with an id of
profile-link
, which opens your GitHub or freeCodeCamp profile in a new tab - Your portfolio should have at least one media query
- The height of the welcome section should be equal to the height of the viewport
- The navbar should always be at the top of the viewport
Fulfill the user stories and pass all the tests below to complete this project. Give it your own personal style. Happy Coding!