-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
69 lines (61 loc) · 4.08 KB
/
about.html
File metadata and controls
69 lines (61 loc) · 4.08 KB
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
<!DOCTYPE html>
<html>
<head>
<title>About Me - RetroLilly's Brain</title>
<link rel="icon" href="assets/images/favicon.ico" type="image/icon">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
<meta charset="utf-8">
</head>
<body>
<div class = 'stage'>
<div style="text-align:center"><a href="index.html"><img src="assets/images/logo.png" title="retrolilly" alt="retrolilly" height="138" width="350"></a></div>
<nav class="navbar">
<a href="index.html" class="nav-item">[ Home ]</a>
<a href="about.html" class="nav-item active">[[ About Me ]]</a>
<a href="mco.html" class="nav-item">[ MCO ]</a>
</nav>
<hr>
<br>
<p class="twcenmt" style="font-size:24px;text-shadow: 2px 2px 0px #383838;"><b>About Me</b></p><br>
<div style="text-align: center;">
<img src="https://mc-heads.net/body/RetroLilly" alt="RetroLilly" style="width:15%;" loading="lazy">
<br><br>
<div style="max-width: 700px; text-align: left; margin: 0 auto;">
<p class="twcenmt" style="font-size:20px;text-shadow: 2px 2px 0px #383838;"><b>Hiii!! I am Lilly.</b></p>
<br>
<p class="twcenmt" style="font-size:18px;text-shadow: 2px 2px 0px #383838;">
Welcome to my website!
</p>
<br>
<p class="twcenmt" style="font-size:18px;text-shadow: 2px 2px 0 #383838;">
I'm a 20-year-old tech lover with a passion for all things retro and gaming. You can always see me on eBay or at my local e-waste place looking for old computers or just general e-waste, or you can see me at the local retro gaming store. I love building PCs, either vintage or modern. I love coding, specifically in Python, or Java, making Minecraft server plugins for Beta 1.7.3 and making Discord bots in Python and learning Go. Thank you for visiting my website! </p>
<br><br>
<p class="twcenmt" style="font-size:20px;text-shadow: 2px 2px 0px #383838;"><b>Interests</b></p>
<br>
<ul class="twcenmt" style="font-size:18px;text-shadow: 2px 2px 0px #383838; color: #4e9144; list-style-position: inside;">
<li style="margin-bottom: 8px;">Gaming (retro and modern)</li>
<li style="margin-bottom: 8px;">Coding</li>
<li style="margin-bottom: 8px;">Building PCs</li>
<li style="margin-bottom: 8px;">Console modding, especially retro systems</li>
<li style="margin-bottom: 8px;">Collecting physical media (CDs, DVDs, games)</li>
<li style="margin-bottom: 8px;">Collecting retro consoles and computers</li>
</ul>
<br><br>
<p class="twcenmt" style="font-size:20px;text-shadow: 2px 2px 0px #383838;"><b>Links:</b></p>
<br>
<ul class="twcenmt" style="font-size:18px;text-shadow: 2px 2px 0px #383838; color: #4e9144; list-style-position: inside;">
<li style="margin-bottom: 8px;"><i class="fa-brands fa-discord"></i> <b>Discord:</b> RetroLilly</li>
<li style="margin-bottom: 8px;"><i class="fa-brands fa-x-twitter"></i> <b>Twitter:</b> <a href="https://x.com/RetroLillyxd" target="_blank" style="color: #4e9144;">@RetroLillyxd</a></li>
<li style="margin-bottom: 8px;"><i class="fa-solid fa-cloud"></i> <b>Bluesky:</b> <a href="https://bsky.app/profile/retrolilly.net" target="_blank" style="color: #4e9144;">@retrolilly.net</a></li>
<li style="margin-bottom: 8px;"><i class="fa-brands fa-steam"></i> <b>Steam:</b> <a href="https://steamcommunity.com/id/retrolilly/" target="_blank" style="color: #4e9144;">retrolilly</a></li>
<li style="margin-bottom: 8px;"><i class="fa-brands fa-youtube"></i> <b>YouTube:</b> <a href="https://www.youtube.com/@retrorandom" target="_blank" style="color: #4e9144;">@retrorandom</a></li>
</ul>
</div>
</div>
<br>
<br>
<div class="copyright">2025 retrolilly :3 🐈</div>
</div>
</body>
</html>