Skip to content

Commit 3a2b837

Browse files
committed
Projects not showing up bug fix
1 parent ffbda65 commit 3a2b837

1 file changed

Lines changed: 49 additions & 1 deletion

File tree

index.html

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,55 @@ <h4>Hello! My name is Panos, AKA HellenicDev. I'm passionate about programming a
3333
<h2>My Projects:</h2>
3434

3535
<div class="game-list">
36-
<!-- your game cards here -->
36+
<div class="game-card">
37+
<a href="./codriver/index.html">
38+
<h3>Codriver</h3>
39+
<p>An AI-powered assistant. It has games, jokes, riddles, and more.</p>
40+
</a>
41+
</div>
42+
<div class="game-card">
43+
<a href="clicker-game/index.html">
44+
<h3>Clicker Game</h3>
45+
<p>A simple incremental game where every click counts. Watch your score rise!</p>
46+
</a>
47+
</div>
48+
<div class="game-card">
49+
<a href="./budget-tracker/index.html">
50+
<h3>Budget Tracker</h3>
51+
<p>Track your income and expenses with ease. Great for personal finance planning (data saved locally).</p>
52+
</a>
53+
</div>
54+
<div class="game-card">
55+
<a href="./the-quiz/index.html">
56+
<h3>The Quiz</h3>
57+
<p>Test your knowledge in various subjects. Fun and educational quiz app!</p>
58+
</a>
59+
</div>
60+
<div class="game-card">
61+
<a href="./e-table/index.html">
62+
<h3>E-table</h3>
63+
<p>A mock app. Supposed to be a platform where you can reserve a table at a restaurant.</p>
64+
</a>
65+
</div>
66+
<div class="game-card">
67+
<a href="./dodge-and-survive/index.html">
68+
<h3>Dodge & Survive</h3>
69+
<p>A fast-paced arcade game where you dodge enemies and try to survive as long as possible.</p>
70+
</a>
71+
</div>
72+
<div class="game-card">
73+
<a href="./the-sound-quiz/index.html">
74+
<h3>The Sound Quiz</h3>
75+
<p>A simple quiz. You hear sounds and you have to guess them.</p>
76+
</a>
77+
</div>
78+
<div class="game-card">
79+
<a href="/currency-converter">
80+
<h3>Currency Converter</h3>
81+
<p>A currency converter with all major currencies.</p>
82+
</a>
83+
</div>
84+
</div>
3785
</div>
3886

3987
<!-- reCAPTCHA-Protected Google Form -->

0 commit comments

Comments
 (0)