website/index.html

50 lines
2.3 KiB
HTML
Raw Normal View History

<!--Copyright © 2022-2023 Lilium_Snow-->
<!--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">
2023-08-28 23:09:52 -04:00
<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>
2023-01-16 14:34:35 -05:00
<p>Welcome to my website. Why don't you have a seat and enjoy a nice cup of hot chocolate ☕ with me? I'm an interesting character, so I promise it'll be worth your time.</p>
2023-05-28 18:40:29 -04:00
<p>My name is Primrose, also known as "Lilium_Snow". I'm just a girl with a page on the interwebs!</p>
2023-01-16 14:34:35 -05:00
<p>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 these things lying around my room, haha.</p>
2023-08-06 16:37:49 -04:00
<p>I also have a nice little network/homelab setup that I like to work on from time to time too.</p>
<br>
<h2>Contact Me</h2>
2023-04-07 23:02:18 -04:00
<p>If you would like to contact me, you may do so by sending an email to primrose[at]snowcake[dot]me.</p>
<p>I typically respond within 24 hours of recieving an email, so if you do not hear back from me within that time frame, please check your spam folder.</p>
2023-06-24 18:10:29 -04:00
<p>Alternatively, you may contact me via Matrix. I have a Matrix space which you can join <a href="https://matrix.to/#/#snowcake-wonderland:snowcake.me">here</a>.</p>
</div>
<br>
<br>
<div class="footer">
2023-08-28 23:09:01 -04:00
<h2>Friends 💖</h2>
<a href="https://snowcake.me"><img src="https://snowcake.me/assets/images/snowcake_button_light.png" title="That's me!"></a>
<br>
<br>
<footer>Copyright © 2022-2023 Lilium_Snow</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>