Skip to content

Commit

Permalink
made href's work
Browse files Browse the repository at this point in the history
  • Loading branch information
ulughann committed Jan 18, 2024
1 parent d3b55d2 commit ba9e9d2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/components/projects.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
<!-- Grid -->
<div class="grid lg:grid-cols-2 gap-6">
<!-- Card -->
<a class=" group relative block rounded-xl dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="#">
<a class=" group relative block rounded-xl dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" <
href="https://github.com/onrirr/lokum" target="_blank">
<div class="flex-shrink-0 relative w-full rounded-xl overflow-hidden h-[350px] before:absolute before:inset-x-0 before:w-full before:h-full before:bg-gradient-to-t before:from-gray-900/[.7] before:z-[1]">
<img class="w-full h-full absolute top-0 start-0 object-cover" src="/lokum.png" alt="Image Description">
</div>
Expand Down Expand Up @@ -58,7 +59,7 @@
<!-- End Card -->

<!-- Card -->
<a class="acard group relative block rounded-xl dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="#">
<a class="acard group relative block rounded-xl dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="https://github.com/onrirr/ydb" target="_blank">
<div class="flex-shrink-0 relative w-full rounded-xl overflow-hidden w-full h-[350px] before:absolute before:inset-x-0 before:w-full before:h-full before:bg-gradient-to-t before:from-gray-900/[.7] before:z-[1]">
<img class="w-full h-full absolute top-0 start-0 object-cover" src="/ydb.png" alt="Image Description">
</div>
Expand Down Expand Up @@ -96,7 +97,7 @@
</a>
<!-- End Card -->
<!-- Card -->
<a class="acard group relative block rounded-xl dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="#">
<a class="acard group relative block rounded-xl dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="https://github.com/onrirr/Kyoshin" target="_blank">
<div class="flex-shrink-0 relative w-full rounded-xl overflow-hidden w-full h-[350px] before:absolute before:inset-x-0 before:w-full before:h-full before:bg-gradient-to-t before:from-gray-900/[.7] before:z-[1]">
<img class="w-full h-full absolute top-0 start-0 object-cover" src="/kyoshin.png" alt="Image Description">
</div>
Expand Down Expand Up @@ -134,7 +135,7 @@
</a>
<!-- End card -->
<!-- Card -->
<a class="acard group relative block rounded-xl dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="#">
<a class="acard group relative block rounded-xl dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="https://github.com/onrirr/feather-optimizer" target="_blank">
<div class="flex-shrink-0 relative w-full rounded-xl overflow-hidden w-full h-[350px] before:absolute before:inset-x-0 before:w-full before:h-full before:bg-gradient-to-t before:from-gray-900/[.7] before:z-[1]">
<img class="w-full h-full absolute top-0 start-0 object-cover" src="/feather.png" alt="Image Description">
</div>
Expand Down

0 comments on commit ba9e9d2

Please sign in to comment.