Build a Personal Portfolio Webpage
This project is from FreeCodeCamp.
Prerequisite
- HTML5
- CSS
- Optional
- Responsive Design with Bootstrap
- jQuery, JavaScript
You do not need to understand all knowledge of HTML5 and CSS. freeCodeCamp offers a tutorial that is sufficient to complete the project.
Requirement
Objective: Build a CodePen.io app that is functionally similar to this: https://codepen.io/FreeCodeCamp/full/YqLyXB/.
Rule: Don’t look at the example project’s code. Figure it out for yourself.
Use whichever libraries you need. Give it your own personal style.
Optional:
Note: CodePen.io overrides the Window.open()
function, so if you want to open windows using jQuery, you will need to target invisible anchor elements like this one: <a target='_blank'>
.
Remember to ask questions in Discord if you get stuck.