You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p class="more-text">... and more coming soon!</p>
108
+
<p class="more-text">... and more, coming soon!</p>
109
+
<p class="below-more-text">*Note: I do <strong>not</strong> include university coursework or assignments here.</p>
109
110
</div>`;
110
111
console.log("Added project cards to main grid layout");
111
112
enableHoverEffects();
@@ -228,7 +229,9 @@ let projects = [
228
229
{
229
230
"name": "Cheat Sheets",
230
231
"desc": "A revision resource site full of human-written notes for entire GCSEs and A Level subjects, with all the information needed to get top grades. Used by over 10,000 students annually!",
"desc": "My most popular and first website with a range of articles, revision guides, technical blog posts and more. Monetised by Google Adsense. Runs on Cloudflare. Sees 30k+ users and transfers >400GB/year.",
"desc": "Help Robin Hood defend his tower from waves of enemies. Includes pathfinding, animations, waves of enemies, a upgrade shop, powerups and an online leaderboard. Built during a 24-hour hackathon (HackNotts '25) in Pygame!",
490
+
"imgName": "hacknotts-25",
491
+
"imgUseOptimised": false,
492
+
"imgExt": ".gif",
493
+
"imgAlt": "Medieval Fantasy Tower Defense game gif",
0 commit comments