Skip to content

Commit

Permalink
🚧 Test staff banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Funasitien authored Dec 3, 2024
1 parent 9ce9c6e commit c89e4ec
Showing 1 changed file with 40 additions and 19 deletions.
59 changes: 40 additions & 19 deletions src/pages/staff.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,46 @@ import Layout from "../layouts/Layout.astro";
<Layout>
<div class="bg-base-100 p-4 pt-10">
<div class="grid grid-cols-1 md:grd-cols-2">
<div class="card max-sm:card-compact bg-base-100 w-full md:w-96 shadow-xl">
<figure>
<img
src="/avatar/funasitien.png"
alt="Shoes" />
</figure>
<div class="card-body">
<h2 class="card-title pixel text-sm">
Funasitien
</h2>
<span class="badge badge-warning badge-lg mt-2">FONDATEUR</span>
<p>If a dog chews shoes whose shoes does he choose?</p>
<div class="card-actions justify-end">
<a href="" class="link link-hover">
Un Lien
</a>
</div>
</div>
</div>
<div class="card max-sm:card-compact bg-base-100 w-full md:w-96 shadow-xl">
<figure>
<img
src="/avatar/funasitien.png"
alt="Shoes" />
</figure>
<div class="card-body">
<h2 class="card-title pixel text-sm">
Funasitien
</h2>
<span class="badge badge-warning badge-lg mt-2">FONDATEUR</span>
<p>If a dog chews shoes whose shoes does he choose?</p>
<div class="card-actions justify-end">
<a href="" class="link link-hover">
Un Lien
</a>
</div>
</div>
</div>

<div class="grid grid-cols-1 md:grd-cols-2">
<div class="card max-sm:card-compact bg-base-100 w-full md:w-96 shadow-xl">
<figure>
<img
src="/avatar/bigfantai.png"
alt="Shoes" />
</figure>
<div class="card-body">
<h2 class="card-title pixel text-sm">
Fantaisiici
</h2>
<span class="badge badge-error badge-lg mt-2">ADMINISTRATEUR</span>
<p>If a dog chews shoes whose shoes does he choose?</p>
<div class="card-actions justify-end">
<a href="" class="link link-hover">
Un Autre Lien
</a>
</div>
</div>
</div>
</div>
</div>
</Layout>

0 comments on commit c89e4ec

Please sign in to comment.