2023-11-28 10:59:49 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<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=Open+Sans:wght@400;700&display=swap" rel="stylesheet">
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<link rel="icon" href="favicon.ico">
|
|
|
|
<meta content="maggie" property="og:title" />
|
2024-01-16 11:11:41 +03:00
|
|
|
<meta content="This link contains extreme silliness and general incompetence, proceed with caution, please." property="og:description" />
|
2024-03-21 21:16:15 +03:00
|
|
|
<meta content="pfp.webp" property="og:image" />
|
2023-11-28 10:59:49 +03:00
|
|
|
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
|
|
|
|
<title>Maggie's website</title>
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
2024-03-21 21:16:15 +03:00
|
|
|
<img class="pfp" src="pfp.webp" alt="maggie" width="128" title="maggie"/>
|
2023-11-28 10:59:49 +03:00
|
|
|
<div class="top">
|
2024-01-17 22:54:23 +03:00
|
|
|
<h1>Hi! I'm Maggie!</h1>
|
|
|
|
<p>Welcome to my website!</p>
|
|
|
|
<div class="buttons">
|
|
|
|
<a class="btn" href="https://discord.com/users/330299657458679821">
|
|
|
|
<img class="logo" src="catpdiscord.png" width="32" title="maggie.pi">
|
|
|
|
</a>
|
|
|
|
<a class="btn" href="https://github.com/maggster165">
|
|
|
|
<img class="logo2" src="catpgh.png" width="32" title="maggster165">
|
|
|
|
</a>
|
|
|
|
</div>
|
2023-11-28 10:59:49 +03:00
|
|
|
</div>
|
|
|
|
<div class="aboutbox">
|
|
|
|
<h3>About Me</h3>
|
|
|
|
<p>I'm a tech nerd in dire need of more fun stuff to do.</p>
|
|
|
|
<h4>Interests:</h4>
|
|
|
|
<ul>
|
|
|
|
<li>Linux</li>
|
|
|
|
<li>Alt-rock music</li>
|
|
|
|
<li>Old technology</li>
|
|
|
|
<li>Hackintoshing</li>
|
|
|
|
<li>meowing</li>
|
|
|
|
<li>Music synthesis</li>
|
|
|
|
</ul>
|
|
|
|
<p>I study at a computer science school. Feel free to message me at any time! </p>
|
|
|
|
<p>My timezone is the Central European timezone.</p>
|
2024-01-15 16:22:56 +03:00
|
|
|
<h3>My friends!</h3>
|
|
|
|
<img src="88x31s/maggie8831.gif" alt="88x31">
|
2024-01-16 11:11:41 +03:00
|
|
|
<a href="https://slonk.ing/"><img src="88x31s/sl88x31.png" alt="88x31"></a><br>
|
2023-11-28 10:59:49 +03:00
|
|
|
<a href="oldindex.html">Here is a link to the old version of this site.</a>
|
|
|
|
</div>
|
|
|
|
</body>
|
2024-01-16 11:11:41 +03:00
|
|
|
</html>
|