div
.title
.outrun.small.glow work and stuff
.chrome.medium.shine(data-text="Projects") Projects
.container
em «Do what you love and work is a hobby»
#timeline
.timeline-item(
v-for="(project, i) in projects",
:key="i",
:datetime="project.datetime"
)
h2 {{ project.title }}
p {{ project.description }}
a.button(v-if="project.link", :href="project.link") more infos
.timeline-item(datetime="today")
h2 more is coming soon
p be sure to check my github page
.footer
NuxtLink.navbutton(to="/") Home
NuxtLink.navbutton(to="/profile") Profile
NuxtLink.navbutton(to="/skills") Skills
NuxtLink.navbutton(to="/certification") Certification