Skip to content

Commit

Permalink
fix: Update featured games to fix broken link (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
luanpotter authored Aug 11, 2024
1 parent 2afb1af commit 3aa5390
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Binary file removed assets/images/game1.jpeg
Binary file not shown.
Binary file added assets/images/games/game1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@ <h2 class="text-accent font-bold font-accent text-center text-3xl md:text-4xl lg
</p>
<div class="flex flex-col md:flex-row lg:flex-row space-y-20 md:space-y-0 lg:space-x-16 py-24">
{% include game-card.html
title="Orbit Guard"
description="As an Orbit Guard, you are tasked with a mission of cosmic proportions - defend the galaxy's planets against the enclosing magnetic storms. Quick reflexes and tactical taps are your primary weapons. With each planet you guard, you're one step closer to becoming the ultimate guardian of the galaxy!"
icon="/assets/images/game1.jpeg"
link="https://play.google.com/store/apps/details?id=com.raitissaripo.orbitguard&pcampaignid=web_share"
title="Gigabull"
description="In this adventure, Gigabull, the band's namesake and the universe's most nefarious horned villain, has seized 10 sacred thumb drives. Each drive contains a piece of the cacophonous puzzle to defeat him: a song from the album. Your mission: reclaim them all."
icon="/assets/images/games/game1.png"
link="https://gigabull.net/game"
%}
{% include game-card.html
title="Gunslinger"
description="A 2D shooter roguelike game with chaotic battles to test your survival skills for 10 intense minutes, Armed with unique weaponry that suits your playstyle."
icon="/assets/images/game2.png"
icon="/assets/images/games/game2.png"
link="https://play.google.com/store/apps/details?id=dev.studiocloud.gunslinger"
%}
{% include game-card.html
title="Watchsteroids"
description="An open source Asteroids-ish game made for WearOS using the Flame Engine, Flutter and watch controls."
icon="/assets/images/game3.png"
icon="/assets/images/games/game3.png"
link="https://github.com/renancaraujo/watchsteroids"
%}
</div>
Expand Down Expand Up @@ -98,4 +98,4 @@ <h2 class="text-accent font-bold font-accent text-center text-3xl md:text-4xl lg
</div>

<div class="h-8"></div>
</div>
</div>

0 comments on commit 3aa5390

Please sign in to comment.