-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (47 loc) · 1.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Marko2155</title>
<style>
body {
background-color: black;
}
h1 {
color: green;
font-family: 'Lucida Console', monospace;
}
p {
color: green;
font-family: 'Lucida Console', monospace;
}
a {
font-family: 'Lucida Console', monospace;
}
</style>
</head>
<body style="text-align: center;">
<img src="https://yt3.googleusercontent.com/BsSu2cFL932_WJn4b_a_N--8_sD_Hk6NrnA2qC9GOL8ip5kxFUhVpz84w8vzqBa4FHdWlTVGV4w=s160-c-k-c0x00ffffff-no-rj"/>
<h1>Hello!</h1>
<p>My name is Marko, a 10 year old from Albania, passionate about computers and trying to be popular on YouTube.</p>
<h1>Where you can find me!</h1>
<a href="https://youtube.com/c/Marko2155" style="color: red;">YouTube</a>
<a href="https://reddit.com/u/Marko2155" style="color: orangered">Reddit</a>
<a href="https://SPLASHStudios.github.io" style="color: teal">SPLASH!</a>
<a href="https://twitter.com/Marko2155" style="color: lightblue">Twitter</a>
<h1>Projects</h1>
<a href="./ALU.xlsx">Excel ALU</a>
<a href="./hotel.mcstructure">Minecraft Hotel (Structure)</a>
<a href="./hotel.mcworld">Minecraft Hotel (World)</a>
<a href="https://htmlgle.onrender.com">HTMLgle</a>
<a href="./Redstone thing.zip">A thing i made in redstone</a>
<a href="./Redstone computer.zip">An ALU i made in redstone</a>
<h1>Goals</h1>
<p>YouTube: To reach 1k subs</p>
<p>SPLASH!: To be popular</p>
<h1>Thank you for reading!</h1>
<p>If you like what i do, please consider subscribing to my YouTube channel or downloading one of my games! It really helps!</p>
<a href="https://paypal.me/markoscomixincdst1">PayPal me!</a>
</body>
</html>