📣 This project is one of the most important of the MigraCode curriculum. The need for a portfolio will follow you during your whole web developer career. It will be what makes you stand out to recruiters!
- The idea is to build a personal portfolio, that you can use in the future adding all the projects you will do in this amazing course
- Here an example
Press Ctrl + Shift + P (Cmd + Shift + P on mac) and type: CodeSwing: Open Swing...
Press Enter, when you see /workspaces/htmlcss-zoo/
, press Enter again. You should see the website preview on the right!
The page should NOT use any framework like Bootstrap.
This repository should includes a .html
page and a linked .css
file applies a consistent color scheme to links and text on your page.
You should add:
- A page header with a title and description for the site.
- A projects section with three projects, each including a title, summary and a link.
-
A page footer containing info about you or the site.
-
Proper use of the semantic HTML tags we discussed.
-
Research the
:first-child
pseudo-class and use it to style the first article so that it stands out from the others. -
Commit often (with good meaningful commit messages), and Push to Github regularly.
-
Use the sketch below to guide you towards the layout and content you are trying to achieve. Please note that this is just a sketch - you can choose the colours, fonts and images that you want to use in the page.
- To publish your portfolio online with github.io, you have 2 choices:
- Transfer ownership of this repository from Migracode-Barcelona to you and rename it: [your-user-account].github.io
- Fork this repository, name it: [your-user-account].github.io
- Then follow these instructions to make it public!