Files
portfolio2023/resources/views/partials/main/projects.edge
T
2023-12-05 18:45:50 +01:00

18 lines
479 B
Plaintext

<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>