restart portfolio

This commit is contained in:
Tutur33
2023-12-05 18:45:50 +01:00
parent de25e0072a
commit 40db853637
1174 changed files with 21145 additions and 107608 deletions
@@ -0,0 +1,18 @@
<section id="projects" class="pt-32 mx-24 mb-24">
<h2 class="text-2xl font-bold mb-10">Projects</h2>
<div class="flex flex-wrap justify-center">
@!component('components/project', {
'href': '#',
'img': '/projects/project-nups.png',
})
@!component('components/project', {
'href': '#',
'img': '/projects/my-networks.jpg',
})
@!component('components/project', {
'href': '#',
'img': '/projects/journal.avif',
})
</div>
</section>