DEV Community

Cover image for GatsbyJS Portfolio
Vinicius Dias
Vinicius Dias

Posted on

GatsbyJS Portfolio

Hello everyone! I built my portfolio in GatsbyJS. 🙌
It's a very interesting technology.

My Portfolio

This is my first post and I would appreciate to get some feedback in comments or some tips in GitHub. Thank you!!

Top comments (2)

Collapse
 
eliowar28 profile image
Eliomar Garzon

Great portafolio, how did you use for make your navbar ?

Collapse
 
viniciusmdias profile image
Vinicius Dias • Edited

I use { Link } from "gatsby".
It works as a html element anchor without rendering the page again.
Linking Between Pages in GatsbyJS