website/main_index.html

51 lines
3 KiB
HTML
Raw Normal View History

<!--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-->
2022-10-30 20:04:09 -04:00
<html lang="en">
<head>
<title>Home - Snowcake</title>
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png">
2022-11-06 21:43:51 -05:00
<link rel="stylesheet" href="/main_theme.css">
2022-10-30 20:04:09 -04:00
<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 there!</h2>
<p>My name is Primrose, also known as "Lilium_Snow". Welcome to my little cozy corner on the world wide web! I'm just a girl currently residing within "freedom" land, and my pronouns are (she/her).</p>
2022-10-30 20:04:09 -04:00
<br>
<h2>My Interests <a class="headerlink" href="#my-interests" title="My Interests"></a></h2>
<p>I find great interest in computer hardware and random tinkering with electronics. I am also a GNU/Linux, free (as in freedom, not as in price) software, and online privacy advocate/enthusiast.</p>
<p>If you are interested, and would like to learn more about free (as in freedom) software, take a look at <a href="https://www.gnu.org/philosophy/free-sw.en.html">this</a> page.</p>
<br>
<h2>Contact Me <a class="headerlink" href="#contact-me" title="Contact Me"></a></h2>
<p>If you wish to get in contact with me, feel free to send an email to <a href="mailto:primrose@snowcake.me">primrose@snowcake.me</a>. I check this mailbox frequently, so you should get a reply within the day, if not the day after.</p>
2022-10-30 20:04:09 -04:00
</div>
<br>
<br>
<br>
<div class="footer">
<img src="/assets/badges/debian.png"> <img src="/assets/badges/bestviewedwitheyes.gif"> <img src="/assets/badges/freespeech.gif"> <img src="/assets/badges/cookiefree.gif"> <a href="https://creativecommons.org/licenses/by-sa/4.0/"><img src="/assets/badges/CC-BY-SA.png"></a> <img src="/assets/badges/catscape.gif">
2022-10-30 20:04:09 -04:00
<br>
<img src="/assets/badges/cinnamoroll.gif"> <img src="/assets/badges/poweredbybob.gif"> <a href="https://gnu.org"><img src="/assets/badges/gnu.png"></a>
2022-10-30 20:04:09 -04:00
<br>
<img src="/assets/badges/penguin.gif">
<br>
<br>
<img src="/assets/flags/progressive_pride.png" width="38" height="38" title="LGBTQ+ Pride Flag"> <img src="/assets/flags/asexual.png" width="38" height="38" title="Asexual Flag"> <img src="/assets/flags/trans.png" width="38" height="38" title="Transgender Flag"> <img src="/assets/flags/transfeminine.png" width="38" height="38" title="Transfeminine Flag">
<footer>Page design by Lilium_Snow (Primrose)</footer>
2022-10-30 20:04:09 -04:00
<br>
<footer>Thanks to <a href="https://donut.gq">emily</a> for providing the "debian powered" 88x31 badge.</footer>
2022-10-30 20:04:09 -04:00
<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>
2022-10-30 20:04:09 -04:00
</div>
</body>
</html>