Skip to content

Commit

Permalink
Make the works link works
Browse files Browse the repository at this point in the history
  • Loading branch information
bepitulaz committed Oct 2, 2024
1 parent 6e1cfa8 commit 3d8d090
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions src/components/LatestWorks.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
<!-- Card -->
<a
class="group relative block rounded-xl overflow-hidden focus:outline-none"
href="#"
href="https://www.nanassound.com/products/eurorack-modules/uksed"
target="_blank"
>
<div
class="aspect-w-12 aspect-h-7 sm:aspect-none rounded-xl overflow-hidden"
Expand Down Expand Up @@ -52,7 +53,8 @@
<!-- Card -->
<a
class="group relative block rounded-xl overflow-hidden focus:outline-none"
href="#"
href="https://github.com/nanassound/eurorack-nanassound/tree/main/Mini"
target="_blank"
>
<div
class="aspect-w-12 aspect-h-7 sm:aspect-none rounded-xl overflow-hidden"
Expand Down Expand Up @@ -81,7 +83,8 @@
<!-- Card -->
<a
class="group relative block rounded-xl overflow-hidden focus:outline-none"
href="#"
href="https://cults3d.com/en/3d-model/gadget/eurorack-case-42hp"
target="_blank"
>
<div
class="aspect-w-12 aspect-h-7 sm:aspect-none rounded-xl overflow-hidden"
Expand All @@ -108,7 +111,8 @@
<!-- Card -->
<a
class="group relative block rounded-xl overflow-hidden focus:outline-none"
href="#"
href="https://www.sonastik.ee"
target="_blank"
>
<div
class="aspect-w-12 aspect-h-7 sm:aspect-none rounded-xl overflow-hidden"
Expand All @@ -134,5 +138,11 @@
<!-- End Grid -->
</div>
<!-- End Masonry Cards -->

<div class="mx-auto max-w-2xl my-8 lg:mb-14 text-center">
<a href="/works" class="text-lg font-semibold text-gray-800 rounded-lg bg-white p-4 md:text-xl dark:bg-neutral-800 dark:text-neutral-200">
View all works
</a>
</div>
</div>
<!-- End Features -->

0 comments on commit 3d8d090

Please sign in to comment.