-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (53 loc) · 3.36 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
<!DOCTYPE html>
<html>
<head>
<title>Lordimass.net</title>
<link rel="icon" type="image/x-icon" href="images/Pfp Mark 2.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" rel="noopener" target="_blank" href="css/common.css">
<link rel="stylesheet" type="text/css" rel="noopener" target="_blank" href="css/home.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C74CDBZW50"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-C74CDBZW50');
</script>
<body>
<script src="oneko/oneko.js" data-cat="oneko/oneko.gif"></script>
<div class="half-split" style="background-color:#bfd3ee; border-radius:1em">
<div id="sticker">
<img src="images/Lordi Sticker.png" alt="A sticker of my imp character playing on a handheld computer" style="width:75%;height:75%;margin:0 auto">
</div>
<div id="main-info">
<h1> Welcome to Lordimass.net :D </h1>
<p> Hi! I'm Lordimass and I do stuff. I like to code, draw, and play games with friends.</p>
<p> I'm part of a community called <i>Reformation</i>, which you can read more about on <a href="https://reformation.wiki.gg" target=”_blank”>our wiki</a>, but in essence, we do lots of projects and generally try and have fun. Part of that includes our annual 24hr charity streams which I am very proud to be the lead organiser of.
If you want to read more about those fundraising events, check out our website for that at <a href="https://reformationfundraising.com" target=”_blank”>reformationfundraising.com</a> (I like having lots of websites ok?).
</p>
<p> Anyways, the point of this website is just to be a little hub for myself and what I do, rather than the Reformation community as a whole, and to showcase some of my work and what I do as a human bean. I'm currently trying to learn JavaScript.</p>
</div>
</div>
<div class="socials">
<a href="https://twitch.tv/lordimass" target="_blank"><div class="soc" id="soc1" style="background-color: #8b44f7;">
<img src="images/twitch.svg"></div></a>
<a href="https://twitter.com/lordimass" target="_blank"><div class="soc" id="soc2" style="background-color: #249ef0;">
<img src="images/twitter.svg"></div></a>
<a href="https://discord.com/users/969949353605230604" target="_blank"><div class="soc" id="soc3" style="background-color: #5462e5;">
<img src="images/discord.svg"></div></a>
<a href="https://youtube.com/@lordimass" target="_blank"><div class="soc" id="soc4" style="background-color: #ff0808;">
<img src="images/youtube.svg"></div></a>
<a href="https://reformation.wiki.gg/lordimass" target="_blank"><div class="soc" id="soc5" style="background-color: #73d32d;">
<img src="images/wiki.svg"></div></a>
</div>
<!-- Adding the footer to the end of the page -->
<div id="footer"></div>
<script src="footer/loadfooter.js"></script>
<script src="js/index.js"></script>
</body>
</html>