tangled
alpha
login
or
join now
danielmorrisey.com
/
website
1
fork
atom
madebydanny.uk written in html, css, and a lot of JavaScript I don't understand
madeydanny.uk
html
css
javascript
1
fork
atom
overview
issues
pulls
pipelines
updates
Daniel Morrisey
4 months ago
1064d55b
2be7913c
+31
-12
3 changed files
expand all
collapse all
unified
split
css
index.css
followonbsky.html
index.html
+8
-9
css/index.css
···
13
13
padding: 20px 0;
14
14
line-height: 1.6;
15
15
}
16
16
-
17
17
-
/* Phone wallpaper */
18
18
-
@media (max-width: 767px) {
19
19
-
body {
20
20
-
background-image: url("https://i.pinimg.com/736x/59/4b/a6/594ba69288c24bada88afac8de534400.jpg");
21
21
-
background-attachment: scroll; /* Better performance on mobile */
22
22
-
}
23
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
935
-
}
927
927
+
}
928
928
+
/* Phone wallpaper */
929
929
+
@media (max-width: 767px) {
930
930
+
body {
931
931
+
background-image: url("https://upcloud.madebydanny.uk/cdn/madebydanny.uk/site-files/minimalist-forest-watchtower-sunset-tr6zh724c1z0skyv.jpg");
932
932
+
background-attachment: fixed; /* Better performance on mobile */
933
933
+
}
934
934
+
}
+18
followonbsky.html
···
38
38
</main>
39
39
40
40
<script src="/js/bsky.js"></script>
41
41
+
<!-- Default Statcounter code for Made by Danny UK
42
42
+
https://madebydanny.uk -->
43
43
+
<script type="text/javascript">
44
44
+
var sc_project=13180172;
45
45
+
var sc_invisible=0;
46
46
+
var sc_security="a4ed014f";
47
47
+
var scJsHost = "https://";
48
48
+
document.write("<sc"+"ript type='text/javascript' src='" +
49
49
+
scJsHost+
50
50
+
"statcounter.com/counter/counter.js'></"+"script>");
51
51
+
</script>
52
52
+
<noscript><div class="statcounter"><a title="Web Analytics
53
53
+
Made Easy - Statcounter" href="https://statcounter.com/"
54
54
+
target="_blank"><img class="statcounter"
55
55
+
src="https://c.statcounter.com/13180172/0/a4ed014f/0/"
56
56
+
alt="Web Analytics Made Easy - Statcounter"
57
57
+
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
58
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
©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
117
-
</div>
118
118
-
<button onclick="topFunction()" id="myBtn" title="Go to top"><i class="fa-solid fa-arrow-up"></i></button>
119
119
-
<script src="https://feed.madebydannyuk.workers.dev/embed.js" async></script>
117
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
136
+
</div>
137
137
+
<button onclick="topFunction()" id="myBtn" title="Go to top"><i class="fa-solid fa-arrow-up"></i></button>
138
138
+
<script src="https://feed.madebydannyuk.workers.dev/embed.js" async></script>
139
139
+
138
140
<script src="js/index.js" defer></script>
139
141
</body>
140
142
</html>