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

updates

+31 -12
+8 -9
css/index.css
··· 13 13 padding: 20px 0; 14 14 line-height: 1.6; 15 15 } 16 - 17 - /* Phone wallpaper */ 18 - @media (max-width: 767px) { 19 - body { 20 - background-image: url("https://i.pinimg.com/736x/59/4b/a6/594ba69288c24bada88afac8de534400.jpg"); 21 - background-attachment: scroll; /* Better performance on mobile */ 22 - } 23 - } 24 16 25 17 /* Main content container with improved contrast */ 26 18 .center { ··· 932 924 #simple-photo-gallery { 933 925 padding: 15px; 934 926 } 935 - } 927 + } 928 + /* Phone wallpaper */ 929 + @media (max-width: 767px) { 930 + body { 931 + background-image: url("https://upcloud.madebydanny.uk/cdn/madebydanny.uk/site-files/minimalist-forest-watchtower-sunset-tr6zh724c1z0skyv.jpg"); 932 + background-attachment: fixed; /* Better performance on mobile */ 933 + } 934 + }
+18
followonbsky.html
··· 38 38 </main> 39 39 40 40 <script src="/js/bsky.js"></script> 41 + <!-- Default Statcounter code for Made by Danny UK 42 + https://madebydanny.uk --> 43 + <script type="text/javascript"> 44 + var sc_project=13180172; 45 + var sc_invisible=0; 46 + var sc_security="a4ed014f"; 47 + var scJsHost = "https://"; 48 + document.write("<sc"+"ript type='text/javascript' src='" + 49 + scJsHost+ 50 + "statcounter.com/counter/counter.js'></"+"script>"); 51 + </script> 52 + <noscript><div class="statcounter"><a title="Web Analytics 53 + Made Easy - Statcounter" href="https://statcounter.com/" 54 + target="_blank"><img class="statcounter" 55 + src="https://c.statcounter.com/13180172/0/a4ed014f/0/" 56 + alt="Web Analytics Made Easy - Statcounter" 57 + referrerPolicy="no-referrer-when-downgrade"></a></div></noscript> 58 + <!-- End of Statcounter Code --> 41 59 </body> 42 60 </html>
+5 -3
index.html
··· 114 114 </div> 115 115 <div id="footer" class="white-card"> 116 116 &copy;2024-25 Daniel Morrisey, Powered by the <a href="https://atproto.com">AT Protocol</a>, <a href="https://upcloud.com">UpCloud</a> & <a href="https://cloudflare.com">Cloudflare</a> 117 - </div> 118 - <button onclick="topFunction()" id="myBtn" title="Go to top"><i class="fa-solid fa-arrow-up"></i></button> 119 - <script src="https://feed.madebydannyuk.workers.dev/embed.js" async></script> 117 + <br> 120 118 <!-- Default Statcounter code for Made by Danny UK 121 119 https://madebydanny.uk --> 122 120 <script type="text/javascript"> ··· 135 133 alt="Web Analytics Made Easy - Statcounter" 136 134 referrerPolicy="no-referrer-when-downgrade"></a></div></noscript> 137 135 <!-- End of Statcounter Code --> 136 + </div> 137 + <button onclick="topFunction()" id="myBtn" title="Go to top"><i class="fa-solid fa-arrow-up"></i></button> 138 + <script src="https://feed.madebydannyuk.workers.dev/embed.js" async></script> 139 + 138 140 <script src="js/index.js" defer></script> 139 141 </body> 140 142 </html>