-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
80 lines (77 loc) · 5.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="muggleton.xyz">
<meta name="author" content="Oliver George Talbot Muggleton">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="https://muggleton.xyz/images/256.png" type="image/png">
<title>muggleton.xyz</title>
<link rel="stylesheet" href="https://muggleton.xyz/styles.css">
<base href="https://muggleton.xyz/">
</head>
<body>
<header>
<h1><a href="/index.html" class="exception-link"><span title="https://muggleton.xyz">muggleton.xyz</span></a></h1>
</header>
<main>
<div class="profile">
<div class="profile-inner">
<h2 style="text-align: center;"><span title="It's a me!">O. G. T. Muggleton</span></h2>
<img class="profile-picture" src="images/pfp1.JPG" alt="Profile Picture" title="That's me!"></a>
<div class="info">
<details>
<p><summary>Stuff about me</summary></p>
<p><span title="/ˈɒlɪvər ˈdʒɔːrdʒ ˈtɔːlbət ˈmʌɡəltən/">Name</span> | <span title="/ˈɒlɪvər/">Oliver</span> <span title="/ˈdʒɔːrdʒ/">George</span> <span title="/ˈtɔːlbət/">Talbot</span> <span title="/ˈmʌɡəltən/">Muggleton</span></summary>
<p><span title="Sometimes in real life too">Internet Name</span> | <span title="/ˈɛɡi ˈwʌn ˈwʌn ˈfaɪv/">Eggy115</span></p>
<p><span title="Not before marriage lmao">Sex</span> | Male (probably)</p>
<p><span title="I'd hope that the above would help with this but "we live in a society"">Pronouns</span> | <span title="I don't know why this is necessary">he/him/his</span></p>
<p><span title="Send me a card!">Birthday</span> | 1st December</p>
</details>
</div>
<br>
<div class="info">
<details>
<p><summary>Long paragraph about this website and stuff</summary></p>
<p>Hello! Welcome to my website. I do not know what this is for really. I used to have an awful lot of social media, but I decided that was bad for my health and privacy and other such things. However, I still like making content, helping people, and computers, so I think this is my compromise.</p>
<p>I'll just host my videos here (instead of YouTube), post my pictures here (instead of Instagram), and talk about my political thoughts <italics>here</italics> instead of... I have no clue, honestly.</p>
<p>This website is a mess.</p>
</details>
</div>
</div>
<div class="profile-inner">
<a href="tools/tools.html"><h2>Tools & Resources</h2>
<p>Web tools, software, links, files, and other resources. Basically anything which I think might help people.
</p></a>
</div>
<div class="profile-inner">
<a href="contacts.html"><h2>Contact & Accounts & Donations</h2>
<p>Contact me, my team, (I don't have a team) or view any of my accounts. I've been trying to keep my internet presence minimal recently, so there's not too much.</p></a>
</div>
<div class="profile-inner">
<a href="articles/articles.html"><h2>Articles</h2>
<p>Big list of all the articles I've written. Given that I can't be bothered to write any, this is worthless. I don't even like blogging.</p></a>
</div>
<div class="profile-inner">
<a href="https://github.com/eggy115/eggy115.github.io" target="_blank"><h2>Source Code</h2>
<p>Source code for the website and any tools or resources included in other areas of the website. I decided that I was going to have as little Javascript as possible on this site, so actually it's mostly just the website's HTML on github.</p></a>
</div>
</div>
<div class="blogs-container">
<div class="blog">
<a href="articles/the-youtube-channel-is-back.html"><h2>The YouTube channel is back</h2>
<p>After much deliberation, I've decided to return the YouTube channel. This was a genuinely tough decision.</p></a><code><span title="Third article written">#3</span></code>
</div>
<div class="blog">
<a href="articles/lorem-ipsum.html"><h2>Lorem Ipsum</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel ultricies est.</p></a><code><span title="Second article written">#2</span></code>
</div>
<div class="blog">
<a href="articles/i-made-a-website.html"><h2>I made a website</h2>
<p>So I've finally done it. I've made a website. I've wanted to do this for a while now.</p></a><code><span title="First article written">#1</span></code>
</div>
<!-- Add more blog posts as needed -->
</div>
</main>
</body>
</html>