madebydanny.uk written in html, css, and a lot of JavaScript I don't understand madebydanny.uk
html css javascript
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

v1.2.1

+5 -5
+1 -1
projects/index.html
··· 47 47 <div id="projectsList"> 48 48 <!-- Project Card 1: Space Shooter --> 49 49 <div class="project-card mb-4 p-4 border rounded-lg shadow-sm bg-white"> 50 - <h4 class="mb-2 text-xl font-small project-title-text">Space Shooter (v1.2)</h4> 50 + <h4 class="mb-2 text-xl font-small project-title-text">Space Shooter (v1.2.1)</h4> 51 51 <code class="rounded-lg border bg-gray-50 px-1 py-0.5 text-sm"><a href="/leaving.html?link=https://github.com/therealfuntimeswithdanny/space-shooter" class="text-blue-600 hover:underline"><i class="fa-brands fa-github"></i>/therealfuntimeswithdanny/space-shooter</a></code></p> 52 52 <p class="project-description mt-2 text-gray-700"> 53 53 Space Shooter is a simple Space Invaders clone written in Python using Pygame. The game can run on MacOS in two simple steps, Windows support coming soon.
+4 -4
projects/space-shooter.html
··· 3 3 <head> 4 4 <meta charSet="utf-8"/> 5 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"/> 6 - <title>Space Shooter (v1.2) - Daniel Morrisey</title> 6 + <title>Space Shooter (v1.2.1) - Daniel Morrisey</title> 7 7 8 8 <meta name="description" content="Space Shooter is a simple Space Invaders clone written in Python using Pygame. The game can run on MacOS in 5 simple steps, Windows support coming soon."/> 9 9 <meta name="keywords" content="Danile Morrisey, Danny Morrisey, MBD, Made by Danny, Made by Danny UK"/> ··· 11 11 12 12 <meta property="og:type" content="website"/> 13 13 <meta property="og:url" content="https://danielmorrisey.com/"/> 14 - <meta property="og:title" content="Space Shooter (v1.2) - Daniel Morrisey"/> 14 + <meta property="og:title" content="Space Shooter (v1.2.1) - Daniel Morrisey"/> 15 15 <meta property="og:description" content="Space Shooter is a simple Space Invaders clone written in Python using Pygame. The game can run on MacOS in 5 simple steps, Windows support coming soon. "/> 16 16 <meta property="og:image" content="/media/banner.jpg"/> 17 17 ··· 43 43 <div id="projectsList"> 44 44 <!-- Project Card 1: Space Shooter --> 45 45 <div class="project-card mb-4 p-4 border rounded-lg shadow-sm bg-white"> 46 - <h4 class="mb-2 text-xl font-small project-title-text">Space Shooter (v1.2)</h4> 46 + <h4 class="mb-2 text-xl font-small project-title-text">Space Shooter (v1.2.1)</h4> 47 47 <code class="rounded-lg border bg-gray-50 px-1 py-0.5 text-sm"><a href="/leaving.html?link=https://github.com/therealfuntimeswithdanny/space-shooter" class="text-blue-600 hover:underline"><i class="fa-brands fa-github"></i>/therealfuntimeswithdanny/space-shooter</a></code></p> 48 48 <p class="project-description mt-2 text-gray-700"> 49 49 Space Shooter is a simple Space Invaders clone written in Python using Pygame. The game can run on MacOS in five simple steps, Windows support coming soon. ··· 56 56 <h4 class="mb-2 text-xl font-small project-title-text">Install</h4> 57 57 <h3 class="mb-2 text-xl font-small project-title-text">Step 1</h3> 58 58 <p id="macos" class="project-description mt-2 text-gray-700"> Download for <i class="fa-brands fa-apple"></i> MacOS</p> 59 - <p><code class="rounded-lg border bg-gray-50 px-1 py-0.5 text-sm"><a href="/leaving.html?link=https://github.com/therealfuntimeswithdanny/space-shooter/archive/refs/tags/v1.2.tar.gz">.tar (recomended)</a></code> <code class="rounded-lg border bg-gray-50 px-1 py-0.5 text-sm"><a href="/leaving.html?link=https://github.com/therealfuntimeswithdanny/space-shooter/archive/refs/tags/v1.2.zip">.zip</a></code></p> 59 + <p><code class="rounded-lg border bg-gray-50 px-1 py-0.5 text-sm"><a href="/leaving.html?link=https://github.com/therealfuntimeswithdanny/space-shooter/archive/refs/tags/v1.2.1.tar.gz">.tar (recomended)</a></code> <code class="rounded-lg border bg-gray-50 px-1 py-0.5 text-sm"><a href="/leaving.html?link=https://github.com/therealfuntimeswithdanny/space-shooter/archive/refs/tags/v1.2.1.zip">.zip</a></code></p> 60 60 <h3 class="mb-2 text-xl font-small project-title-text"><br>Step 2</h3> 61 61 <p class="project-description mt-2 text-gray-700">Look for your downloads folder on your dock</p> 62 62 <p class="project-description mt-2 text-gray-700">Open the downloaded file, it should be called <code class="rounded-lg border bg-gray-50 px-1 py-0.5 text-sm">space-shooter-public.tar</code> or <code class="rounded-lg border bg-gray-50 px-1 py-0.5 text-sm">space-shooter-public.zip</code><br><br></p>