Skip to content

Commit

Permalink
🚧 Add structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Funasitien authored Dec 2, 2024
1 parent e91dd4d commit a8d3acf
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion src/pages/staff.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,26 @@ import Layout from "../layouts/Layout.astro";
---

<Layout>
<h1>Staff</h1>
<div class="bg-base-100 p-4 pt-10">
<div class="grid grid-cols-1 md:grd-cols-2">
<div class="card bg-base-100 w-96 shadow-xl">
<figure>
<img
src="https://img.daisyui.com/images/stock/photo-1606107557195-0e29a4b5b4aa.webp"
alt="Shoes" />
</figure>
<div class="card-body">
<h2 class="card-title">
Shoes!
<div class="badge badge-secondary">NEW</div>
</h2>
<p>If a dog chews shoes whose shoes does he choose?</p>
<div class="card-actions justify-end">
<div class="badge badge-outline">Fashion</div>
<div class="badge badge-outline">Products</div>
</div>
</div>
</div>
</div>
</div>
</Layout>

0 comments on commit a8d3acf

Please sign in to comment.