Skip to content

Commit

Permalink
add releases link
Browse files Browse the repository at this point in the history
  • Loading branch information
7underlines committed Sep 2, 2024
1 parent 27b3821 commit a14a242
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,20 @@ const homeGaming = "/images/home-gaming.png";
More
<ArrowDown />
</a>
<br>
</section>

<section id="next" class="feature-card desktop">
<br>
<div class="grid gap-4 lg:text-start">
<h2 class="h2">Work</h2>
<p>Your faithful colleague by day.</p>
<a href="https://github.com/Werkstattl/OpenBlogware"
<a href="https://github.com/Werkstattl/OpenBlogware#readme"
class="bg-black font-medium text-white py-3 px-6 rounded-full text-xl flex items-center gap-2"
><Github />OpenBlogware</a>
><Github />GitHub</a>

<a href="https://github.com/Werkstattl/OpenBlogware/releases"
class="bg-black font-medium text-white py-3 px-6 rounded-full text-xl flex items-center gap-2"
><ArrowDown />Download</a>
</div>
<Image
src={homeRepo}
Expand Down Expand Up @@ -124,4 +127,8 @@ const homeGaming = "/images/home-gaming.png";
.feature-card.desktop {
@apply lg:grid-cols-2 lg:items-start;
}

#next {
padding-top: 10vh;
}
</style>

0 comments on commit a14a242

Please sign in to comment.