-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
346 lines (340 loc) · 9.35 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="msvalidate.01" content="52984902F7117CB789A14BB263026CA2"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Made By Danny | Canada Site</title>
<script src="https://kit.fontawesome.com/0ca27f8db1.js" crossorigin="anonymous"></script>
<link rel="icon" type="image/x-icon" href="https://cdn.madebydanny.uk/logos/mbd.png">
</head>
<style>
.main {
border-radius: 25px;
background: #ff6666;
width: auto;
height: auto;
color: white;
padding: 30px;
}
.info {
border-radius: 25px;
background: #ff4d94;
width: auto;
height: auto;
color: white;
padding: 15px;
}
a {color:white;}
.main h3 {
padding-left: 20px;
font-size: 50px;
margin-top: -50px;
}
.main open {
float: right;
background-color: #f3cb74;
border-radius: 25px;
font-size: 70px;
color:white;
margin-top: -30px;
margin-right: -20px;
padding: 5px;
}
.main open-s {
float: right;
background-color: #f3cb74;
border-radius: 25px;
font-size: 70px;
color:white;
margin-top: -30px;
margin-right: -20px;
padding: 5px;
}
ul {
list-style-type: none;
margin-left: 10px;
padding: 0;
overflow: hidden;
background-color: #4d79ff;
position: fixed;
top: 0;
width: auto;
border-radius: 20px;
border: 1px solid white;
}
li {
float: left;
}
li a:not(.active) {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
border-radius: 20px;
font-size: 20px;
margin-top: 3px;
}
li a:hover {
background-color: #ff6666;
}
li .active {
display: block;
color: white;
text-align: center;
padding: 12px 14px;
text-decoration: none;
border-radius: 20px;
font-size: 25px;
border: 2px solid white;
background-color: #ff4d94;
}
.half h2 {
padding-left: 20px;
padding-top: 0px;
font-size: 100px;
text-align: center;
}
.thrid {
display: table-cell;
padding: 16px;
color: white;
min-height: 700px;
}
.thrid h2 {
padding-left: 20px;
padding-top: 0px;
font-size: 40px;
text-align: center;
}
.thrid p {
padding-left: 20px;
padding-right: 20px;
padding-top: 0px;
font-size: 20px;
text-align: center;
}
.col-half {
display: table;
width: 100%;
}
.half {
display: table-cell;
padding: 16px;
color: white;
min-height: 455px;
}
.half p {
padding-left: 20px;
padding-top: 0px;
font-size: 20px;
text-align: center;
}
.main h1 {
padding-left: 20px;
padding-top: 0px;
font-size: 140px;
}
.main h2 {
padding-left: 20px;
padding-top: 0px;
font-size: 60px;
text-align: center;
}
.thrid open {
background-color: #ff6666;
border-radius: 20px 20px 20px 0px;
padding: 10px;
font-size: 30px;
margin-top: -20px;
width: auto;
border: 2px solid black;
}
a { text-decoration: none;}
hr {
border-top: 0px white;
}
P {color: white}
.main open-center {
background-color: #4d79ff;
border-radius: 20px;
padding: 10px;
font-size: 30px;
margin-top: -20px;
width: auto;
border: 2px solid white;
}
.info h1 {
text-align: center;
}
.info h2 {
text-align: center;
}
.info p {
text-align: center;
}
#myBtn {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: #ff6666;
color: white;
cursor: pointer;
padding: 15px;
border-radius: 8px;
border: 2px solid#f3cb74;
}
#myBtn:hover {
background-color: #4d79ff;
border: 2px solid #ff4d94;
}
open-black {
float: right;
background-color: white;
border-radius: 25px;
font-size: 70px;
color:black;
margin-top: -70px;
}
open-black a {
color: black;
}
.full {
max-width: 3000px;
background-color: white;
}
/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
.full {
max-width: 400px;
}
}
/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
ul {
list-style-type: none;
margin-left: 10px;
padding: 0;
overflow: hidden;
background-color: #4d79ff;
position: fixed;
top: 0;
width: 300px;
border-radius: 20px;
border: 1px solid white;
}
}
</style>
</head>
<body>
<div class="full">
<button onclick="topFunction()" id="myBtn" title="Go to top">Top</button>
<ul>
<li><a class="active" href="https://madebydanny.uk">Made By Danny CA</a></li>
<li><a> | </a></li>
<li><a href="https://madebydanny.co.uk">Worldwide</a></li>
<li><a href="https://madebydanny.uk">UK</a></li>
<li><a href="https://us.madebydanny.uk">US</a></li>
<li><a> | </a></li>
<li><a href="/developer.html">Developer</a></li>
<li><a href="/blog.html">Blog</a></li>
<li><a href="https://photos.madebydanny.uk">Photos</a></li>
<li><a> | </a></li>
<li><a href="/donate.html">Donate <i class="fa-solid fa-hand-holding-dollar"></i></a></i></li>
<li><a> | </a></li>
<li><a href="https://github.com/therealfuntimeswithdanny"><i class="fa-brands fa-github"></i></a></li>
<li><a href="https://www.reddit.com/u/funtimeswithdanny/"><i class="fa-brands fa-reddit"></i></a></li>
<li><a href="https://youtube.com/@MadeByDanny"><i class="fa-brands fa-youtube"></i></a></li>
<li><a href="https://twitch.tv/funtimeswithdanny"><i class="fa-brands fa-twitch"></i></a></li>
</ul>
<div class="main">
<h1>Made<br>By Danny</h1>
<h3>A small website made by <br>a <b>12 Year old</b> in 2024</h3>
<open><a href="https://forum.madebydanny.uk">Visit our Forum</a></open>
</div>
<br>
<p>Hidden Text</p>
<div class="col-half">
<div style="background-color: #ff6666; border-radius: 20px 0px 0px 20px;" class="half">
<h2>Who Is Danny</h2>
</div>
<div style=" background-color: #ff4d94; border-radius: 0px 20px 20px 0px;" class="half">
<p>Danny or Thereal/Funtimeswithdanny was born in 2011. Ever since I was a kid I had a love
for technology. At the age of 12 I Built my first computer named “Billy” (view parts)
following Linus Tech Tips Tutorial. Then I bought the domain madebydanny.uk in June.
In December I bought the domain madebydanny.co.uk. Over the summer of 2024 I started
to learn more about HTML, CSS and JavaScript. Following Techno Time Videos and W3 Schools
web tutorials. </p>
</div>
</div>
<p>Hidden Text</p>
<div style="background-color: black;" class="main">
<h1>Luna<br>Is Here</h1>
<h3>Powerd By our own <br>MBD Luna AI Model</h3>
<p>Luna is powerd by llama 3</p>
<open-black><a href="https://ai.madebydanny.uk/?models=luna">Chat With Luna</a></open>
</div>
<p>madebydanny.uk is comming soon </p>
<div class="main">
<h1>MBD<br>Games</h1>
<h3>Free to play HTML Games</h3>
</div>
<p>Hidden Text</p>
<div class="col-half">
<div style="background-color: #4d79ff; border-radius: 20px 0px 0px 20px;" class="thrid">
<h2>Blog</h2>
<p>My blog is focused on technology like the following. Cloudflare, Linux, Docker, Web
Development are more all Made by Danny. I add 1-3 blogs a month.</p>
</div>
<div style="background-color: #ff4d94; border-radius: 0px;" class="thrid">
<h2>Photos</h2>
<p>can you make this longer Thanks to Cloudflare you can view all of my awesome
photos shot on Nikon cameras. With high quality images and fast loading times.
View them all at photos.madebydanny.uk</p>
</div>
<div style="background-color: #f3cb74; border-radius: 0px 20px 20px 0px;" class="thrid">
<h2>Forum</h2>
<p>2025 Is here and we are starting the new year on a good note. MBD Forums is here
powered by odoo you have a question get it answered on our new forum.
Make sure to keep it PG-13 and about Tech. </p>
</div>
</div>
<p>Hidden Text</p>
<div class="main">
<open-center><a href="https://developer.madebydanny.uk/designs/14x16.html">Now using the 14x16 Px Design</a></open-center>
<h1>MBD<br> Developer</h>
<h3>HTML, CSS and Javascipt <br>for free</h3>
<open-s><a href="https://developer.madebydanny.uk">Open</a></open-s>
</div>
<p>More Hidden Text</p>
<div class="info">
<h1>Made By Danny</h1>
<h2>© 2024-25 Made By Danny UK | <a href="https://cloudflare.com">Performance & Security by Cloudflare</a></h2>
<p><a href="https://youtube.com/@MadeByDanny">YouTube</a> | <a href="https://therealfuntimeswithdanny">Github</a> | <a href="https://twitch.tv/funtimeswithdanny">Twitch</a> | <a href="https://reddit.com/u/funtimeswithdanny">Reddit</a></p>
</div>
</div>
</body>
<script>
// Get the button
let mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
</html>