Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update featured games to fix broken link #69

Merged
merged 2 commits into from
Aug 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading