Add 2048 game to projects

This commit is contained in:
greg
2025-12-22 10:15:59 -08:00
parent b5730c7051
commit 106afb82a7

View File

@@ -216,6 +216,22 @@
</a>
</div>
</div>
<div class="tech-card" data-aos="fade-up" data-aos-delay="500">
<h3 class="text-xl font-bold mb-4 text-[#64ffda]">2048 Game (React + AWS)</h3>
<p class="text-[#8892b0] mb-4">
A fully responsive implementation of the classic 2048 game built with React, TypeScript, and Vite.
Hosted on AWS S3 + CloudFront with automated CI/CD via GitHub Actions.
</p>
<div class="flex space-x-4">
<a href="https://github.com/ghndrx/game-2048" class="text-[#64ffda] hover:text-white" target="_blank">
<i class="fab fa-github"></i>
</a>
<a href="https://2048.gregh.dev" class="text-[#64ffda] hover:text-white flex items-center gap-2" target="_blank">
<i class="fas fa-external-link-alt"></i> Play Now
</a>
</div>
</div>
</div>
</div>
</section>