mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
.
This commit is contained in:
parent
17815a5678
commit
a1e6b879de
1 changed files with 20 additions and 18 deletions
|
@ -63,10 +63,11 @@ PROJECTS.sort((a, b) => a.name.localeCompare(b.name));
|
|||
{
|
||||
PROJECTS.map((project) => (
|
||||
<section class="flex min-h-max w-80 flex-col justify-between rounded-md border-[1px] border-neutral-800 bg-dark-800 p-6 md:w-96">
|
||||
<div class="flex">
|
||||
<div class="flex flex-col">
|
||||
<h2 class="mb-4 break-words text-3xl font-bold">
|
||||
{project.name}
|
||||
</h2>
|
||||
<div class="flex">
|
||||
<div class="ml-4 flex h-fit translate-y-1 items-center justify-center gap-2 rounded-lg bg-neutral-800 px-4 py-1 text-neutral-300">
|
||||
<div class="flex gap-1">
|
||||
<img
|
||||
|
@ -87,6 +88,7 @@ PROJECTS.sort((a, b) => a.name.localeCompare(b.name));
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="mb-6 break-all text-neutral-300">{project.desc}</p>
|
||||
<div>
|
||||
|
|
Loading…
Reference in a new issue