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.

added v1.3

+146 -11
+4 -4
projects/index.html
··· 44 44 <div id="projectsList"> 45 45 <!-- Project Card 1: Space Shooter --> 46 46 <div class="project-card mb-4 p-4 border rounded-lg shadow-sm bg-white"> 47 - <h4 class="mb-2 text-xl font-small project-title-text">Space Shooter (v1.2.1)</h4> 48 - <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> 47 + <h4 class="mb-2 text-xl font-small project-title-text">Space Shooter (v1.3)</h4> 48 + <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-apple"></i>/therealfuntimeswithdanny/space-shooter</a></code><br><code class="rounded-lg border bg-gray-50 px-1 py-0.5 text-sm"><a href="/leaving.html?link=https://github.com/therealfuntimeswithdanny/spaceshooter-windows" class="text-blue-600 hover:underline"><i class="fa-brands fa-windows"></i>/therealfuntimeswith.../spaceshooter-windows</a></code></p> 49 49 <p class="project-description mt-2 text-gray-700"> 50 - 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. 50 + Space Shooter is a simple Space Invaders clone written in Python using Pygame. The game can run on MacOS & Windows. 51 51 </p> 52 - <a href="/projects/space-shooter.html" class="text-blue-600 transition-colors hover:text-blue-800"> Download & Install</a> <a href="/projects/space-shooter.html#macos" class="text-blue-600 transition-colors hover:text-blue-800"><i class="fa-brands fa-apple"></i></a> 52 + <a href="/projects/space-shooter/index.html" class="text-blue-600 transition-colors hover:text-blue-800"> Download & Install</a> <a href="/projects/space-shooter/macos.html" class="text-blue-600 transition-colors hover:text-blue-800"><i class="fa-brands fa-apple"></i> <a href="/projects/space-shooter/windows.html" class="text-blue-600 transition-colors hover:text-blue-800"><i class="fa-brands fa-windows"></i></a> 53 53 </div> 54 54 55 55 <!-- Project Card 2: Ball Shooter -->
+3 -7
projects/space-shooter.html projects/space-shooter/macos.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.3) - Daniel Morrisey</title> 6 + <title>Space Shooter (MacOS) - 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.3) - Daniel Morrisey"/> 14 + <meta property="og:title" content="Space Shooter (MacOS) - 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="https://public-danielmorrisey-com.danielmorrisey.com/media/banner.jpg"/> 17 17 ··· 46 46 <p class="project-description mt-2 text-gray-700"> 47 47 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. 48 48 </p> 49 - <p> 50 - <br> 51 - Space Shooter works with <a href="#macos" class="text-blue-600 transition-colors hover:text-blue-800"><i class="fa-brands fa-apple"></i></a> 52 - </p> 53 49 <br> 54 50 <h4 class="mb-2 text-xl font-small project-title-text">Install</h4> 55 51 <h3 class="mb-2 text-xl font-small project-title-text">Step 1</h3> 56 52 <p id="macos" class="project-description mt-2 text-gray-700"> Download for <i class="fa-brands fa-apple"></i> MacOS</p> 57 - <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/releases/download/v1.2.3/Space.Shooter.app.zip">.app (Best Option)</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.3.tar.gz">.tar</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.3.zip">.zip</a></code></p> 53 + <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/releases/download/v1.3/Space.Shooter.app.zip">.app (Best Option)</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.3.tar.gz">.tar</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.3.zip">.zip</a></code></p> 58 54 <h3 class="mb-2 text-xl font-small project-title-text"><br>Step 2</h3> 59 55 <p class="project-description mt-2 text-gray-700">Look for <code class="rounded-lg border bg-gray-50 px-1 py-0.5 text-sm">Space Shooter</code> click it once.</p> 60 56 <br>
+70
projects/space-shooter/index.html
··· 1 + <!DOCTYPE html> 2 + <html> 3 + <head> 4 + <meta charSet="utf-8"/> 5 + <meta name="viewport" content="width=device-width, initial-scale=1.0"/> 6 + <title>Space Shooter (v1.3) - Daniel Morrisey</title> 7 + 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 + <meta name="keywords" content="Danile Morrisey, Danny Morrisey, MBD, Made by Danny, Made by Danny UK"/> 10 + <meta name="author" content="Daniel Morrisey"/> 11 + 12 + <meta property="og:type" content="website"/> 13 + <meta property="og:url" content="https://danielmorrisey.com/"/> 14 + <meta property="og:title" content="Space Shooter (v1.2.3) - Daniel Morrisey"/> 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 + <meta property="og:image" content="https://public-danielmorrisey-com.danielmorrisey.com/media/banner.jpg"/> 17 + 18 + <link rel="me" href="https://mastodon.social/@danielmorrisey"/> 19 + <link rel="icon" type="image/x-icon" href="https://public-danielmorrisey-com.danielmorrisey.com/media/icon.jpg"> 20 + <script src="https://kit.fontawesome.com/0ca27f8db1.js" crossorigin="anonymous"></script> 21 + <script src="https://cdn.tailwindcss.com"></script> 22 + 23 + </head> 24 + <body> 25 + <div id="__next"> 26 + <div> 27 + <header class="flex flex-col items-center py-12 md:py-16"> 28 + <div class="mb-8"> 29 + <a href="/index.html" class="flex flex-col items-center"> 30 + <img src="https://public-danielmorrisey-com.danielmorrisey.com/media/icon.jpg" alt="Profile Picture" class="w-16 h-16 mb-2"/> 31 + <h1 class="text-3xl font-bold">Daniel Morrisey</h1> 32 + </a> 33 + </div> 34 + </header> 35 + <div class="w-9/10 max-w-md mx-auto"> 36 + 37 + <!-- Main Projects Heading --> 38 + <h3 class="mb-2 mt-5 text-xl font-medium first:mt-0">Space Shooter</h3> 39 + 40 + <!-- Projects List Container --> 41 + <div id="projectsList"> 42 + <!-- Project Card 1: Space Shooter --> 43 + <div class="project-card mb-4 p-4 border rounded-lg shadow-sm bg-white"> 44 + <h4 class="mb-2 text-xl font-small project-title-text">Space Shooter (v1.3)</h4> 45 + <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-apple"></i>/therealfuntimeswithdanny/space-shooter</a></code><br><code class="rounded-lg border bg-gray-50 px-1 py-0.5 text-sm"><a href="/leaving.html?link=https://github.com/therealfuntimeswithdanny/spaceshooter-windows" class="text-blue-600 hover:underline"><i class="fa-brands fa-windows"></i>/therealfuntimeswith.../spaceshooter-windows</a></code></p> 46 + <p class="project-description mt-2 text-gray-700"> 47 + Space Shooter is a simple Space Invaders clone written in Python using Pygame. The game can run on MacOS & Windows. 48 + </p> 49 + <p> 50 + <br> 51 + Space Shooter works with <a href="macos.html" class="text-blue-600 transition-colors hover:text-blue-800"><i class="fa-brands fa-apple"></i> <a href="windows.html" class="text-blue-600 transition-colors hover:text-blue-800"><i class="fa-brands fa-windows"></i></a> 52 + </p> 53 + <br> 54 + <h3 class="mb-2 text-xl font-small project-title-text">Downloads</h3> 55 + <p id="macos" class="project-description mt-2 text-gray-700"> Download for <i class="fa-brands fa-windows"></i> Windows, <a class="text-blue-600 transition-colors hover:text-blue-800" href="windows.html">Guide</a></p> 56 + <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/releases/download/v1.3/Space.Shooter.exe">.exe (Best Option)</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.3.tar.gz">.tar</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.3.zip">.zip</a></code></p> 57 + <p id="macos" class="project-description mt-2 text-gray-700"> Download for <i class="fa-brands fa-apple"></i> MacOS, <a class="text-blue-600 transition-colors hover:text-blue-800" href="macos.html">Guide</a></p> 58 + <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/releases/download/v1.3/Space.Shooter.app.zip">.app (Best Option)</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.3.tar.gz">.tar</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.3.zip">.zip</a></code></p> 59 + </div> 60 + </div> 61 + </div> 62 + <div class="w-9/10 max-w-md mx-auto"> 63 + <br><br> 64 + <p class="text-center text-gray-500">&copy; 2024-<span id="currentYear"></span> <a href="/leaving.html?link=https://madebydanny.uk" class="text-blue-600 transition-colors hover:text-blue-800">Made by Danny UK</a> <i>by Daniel Morrisey</i></p> 65 + </div> 66 + </div> 67 + </div> 68 + <script src="/script/main.js"></script> 69 + </body> 70 + </html>
+69
projects/space-shooter/windows.html
··· 1 + <!DOCTYPE html> 2 + <html> 3 + <head> 4 + <meta charSet="utf-8"/> 5 + <meta name="viewport" content="width=device-width, initial-scale=1.0"/> 6 + <title>Space Shooter (Windows) - Daniel Morrisey</title> 7 + 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 + <meta name="keywords" content="Danile Morrisey, Danny Morrisey, MBD, Made by Danny, Made by Danny UK"/> 10 + <meta name="author" content="Daniel Morrisey"/> 11 + 12 + <meta property="og:type" content="website"/> 13 + <meta property="og:url" content="https://danielmorrisey.com/"/> 14 + <meta property="og:title" content="Space Shooter (Windows) - Daniel Morrisey"/> 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 + <meta property="og:image" content="https://public-danielmorrisey-com.danielmorrisey.com/media/banner.jpg"/> 17 + 18 + <link rel="me" href="https://mastodon.social/@danielmorrisey"/> 19 + <link rel="icon" type="image/x-icon" href="https://public-danielmorrisey-com.danielmorrisey.com/media/icon.jpg"> 20 + <script src="https://kit.fontawesome.com/0ca27f8db1.js" crossorigin="anonymous"></script> 21 + <script src="https://cdn.tailwindcss.com"></script> 22 + 23 + </head> 24 + <body> 25 + <div id="__next"> 26 + <div> 27 + <header class="flex flex-col items-center py-12 md:py-16"> 28 + <div class="mb-8"> 29 + <a href="/index.html" class="flex flex-col items-center"> 30 + <img src="https://public-danielmorrisey-com.danielmorrisey.com/media/icon.jpg" alt="Profile Picture" class="w-16 h-16 mb-2"/> 31 + <h1 class="text-3xl font-bold">Daniel Morrisey</h1> 32 + </a> 33 + </div> 34 + </header> 35 + <div class="w-9/10 max-w-md mx-auto"> 36 + 37 + <!-- Main Projects Heading --> 38 + <h3 class="mb-2 mt-5 text-xl font-medium first:mt-0">Space Shooter</h3> 39 + 40 + <!-- Projects List Container --> 41 + <div id="projectsList"> 42 + <!-- Project Card 1: Space Shooter --> 43 + <div class="project-card mb-4 p-4 border rounded-lg shadow-sm bg-white"> 44 + <h4 class="mb-2 text-xl font-small project-title-text">Space Shooter (v1.2.3)</h4> 45 + <code class="rounded-lg border bg-gray-50 px-1 py-0.5 text-sm"><a href="/leaving.html?link=https://github.com/therealfuntimeswithdanny/spaceshooter-windows" class="text-blue-600 hover:underline"><i class="fa-brands fa-github"></i>/therealfuntimeswith.../spaceshooter-windows</a></code></p> 46 + <p class="project-description mt-2 text-gray-700"> 47 + Space Shooter is a simple Space Invaders clone written in Python using Pygame. The game can run on MacOS & Windows. 48 + </p> 49 + <br> 50 + <h4 class="mb-2 text-xl font-small project-title-text">Install</h4> 51 + <h3 class="mb-2 text-xl font-small project-title-text">Step 1</h3> 52 + <p id="macos" class="project-description mt-2 text-gray-700"> Download for <i class="fa-brands fa-windows"></i> Windows</p> 53 + <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/releases/download/v1.3/Space.Shooter.exe">.app (Best Option)</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.3.tar.gz">.tar</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.3.zip">.zip</a></code></p> 54 + <h3 class="mb-2 text-xl font-small project-title-text"><br>Step 2</h3> 55 + <p class="project-description mt-2 text-gray-700">Look for <code class="rounded-lg border bg-gray-50 px-1 py-0.5 text-sm">Space.Shooter.exe</code> in your downloads then dubble click it.</p> 56 + <br> 57 + <img src="https://public-danielmorrisey-com.danielmorrisey.com/media/Screenshot%202025-08-07%20185820.png" alt="Space Shooter MacOS" class="w-full h-auto mb-4 rounded-lg shadow-sm"/> 58 + </div> 59 + </div> 60 + </div> 61 + <div class="w-9/10 max-w-md mx-auto"> 62 + <br><br> 63 + <p class="text-center text-gray-500">&copy; 2024-<span id="currentYear"></span> <a href="/leaving.html?link=https://madebydanny.uk" class="text-blue-600 transition-colors hover:text-blue-800">Made by Danny UK</a> <i>by Daniel Morrisey</i></p> 64 + </div> 65 + </div> 66 + </div> 67 + <script src="/script/main.js"></script> 68 + </body> 69 + </html>