Skip to content

Commit

Permalink
Add "View the demos" button to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
GDWR committed Dec 21, 2023
1 parent 3659d29 commit 262f8b2
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,23 @@ import Layout from '../layouts/Layout.astro';
<div class="divider divider-base-300 w-3/4 mx-auto md:w-1/2"/>

<div class="flex justify-center gap-8 py-8 px-8 md:px-0">
<div class="divide-y divide-dotted">
<p class="font-mono text-xl my-auto pb-2 md:text-4xl">
All <a class="font-bold text-primary">Fury</a>, No <a class="font-bold text-secondary">Fuss</a>.
</p>
<p class="max-w-96 pt-2">
A randomly generated tree moving in the wind.
</p>
<div>
<div class="divide-y divide-dotted">
<p class="font-mono text-xl my-auto pb-2 md:text-4xl">
All <a class="font-bold text-primary">Fury</a>, No <a class="font-bold text-secondary">Fuss</a>.
</p>
<p class="max-w-96 pt-2">
A randomly generated tree moving in the wind created with Yaksha and Raylib.

</p>
</div>

<div class="pt-8">
<a href="/demos" class="btn btn-primary">View the demos</a>
</div>
</div>


<img src="/imgs/wind_tree.gif" class="h-44 rounded-xl md:h-96"/>
</div>

Expand Down

0 comments on commit 262f8b2

Please sign in to comment.