website/index.html
2023-01-04 20:07:25 -05:00

43 lines
1.9 KiB
HTML

<!--Page design by Lilium_Snow (Primrose) (2022)-->
<!--This HTML document is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. Get a copy of the license at https://creativecommons.org/licenses/by-sa/4.0/legalcode-->
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Home - Snowcake</title>
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png">
<link rel="stylesheet" href="/main_theme.css">
<meta charset="UTF-8">
</head>
<body>
<h1>Snowcake</h1>
<div>
<a href="/" class="button">🏠 Home</a>
<a href="/site-directory" class="button">📖 Site Directory</a>
</div>
<br>
<br>
<div class="content">
<h2>Hello visitor!</h2>
<p>Welcome to my website, my home on the public internet. My name is Primrose, also known as "Lilium_Snow". Read on further to find out more about me.</p>
<br>
<h2>My Interests</h2>
<p>I like to tinker around and play with computers, both on the software and hardware end of things. I honestly have way too many of those old things lying around my room, haha.</p>
<p>I like to model objects and program things on Roblox in Roblox Studio.</p>
<p>I am also an avid GNU/Linux, free (as in freedom) software, and online privacy advocate/enthusiast.</p>
<br>
<h2>Contact Me</h2>
<p>If you would like to contact me, you may do so by sending an email to <a href="mailto:primrose@snowcake.me">primrose@snowcake.me</a>. If you would like to send a PGP encrypted email to me, my public PGP key can be found <a href="/public_key.asc">here</a>.</p>
</div>
<br>
<br>
<br>
<div class="footer">
<footer>Page design by Lilium_Snow (Primrose)</footer>
<br>
<footer><a href="https://creativecommons.org/licenses/by-sa/4.0/">This page is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License</a></footer>
</div>
</body>
</html>