mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-07 23:04:51 +02:00
18 lines
479 B
Plaintext
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> |