mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-17 08:07:50 +02:00
restart portfolio
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user