Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 621 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 621 Bytes

All My Links

It's live on Netlify.

This project is a version of Linktree and is based on Codante's links page project. The point of it was to make a simple page to display my professional-related links. Besides a link to my GitHub profile, people can find links to my LinkedIn profile, my portfolio and a downloadable resume (in Portuguese).

On the code side, the page is static, its content is read from a json file, and it's all made on HTML, CSS, JS, no frameworks. As for the CSS, I took the opportunity to use the BEM pattern.