A portfolio showing most of the projects I made to get the Full-Stack Developer certificate at freeCodeCamp.
If you want to see it live, open this pen on Codepen.
These are the requirements for this project. They are all fullfilled.
- My portfolio should have a welcome section with an id of
welcome-section
. - The welcome section should have an
h1
element that contains text. - My portfolio should have a projects section with an id of
projects
. - The projects section should contain at least one element with a class of
project-tile
to hold a project. - The projects section should contain at least one link to a project.
- My portfolio should have a navbar with an id of
navbar
. - The navbar should contain at least one link that I can click on to navigate to different sections of the page.
- My portfolio should have a link with an id of
profile-link
, which opens my GitHub or FCC profile in a new tab. - My 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.