website/about-me/index.html

35 lines
No EOL
2 KiB
HTML

<!--Copyright © 2022-2023 Primrose-->
<!--See the LICENSE file at https://git.snowcake.me/primrose/snowcake-website/src/branch/main/LICENSE for copyright and licensing details-->
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>About Me - Primrose's Sanctuary</title>
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png">
<link rel="stylesheet" href="/style.css">
<meta charset="UTF-8">
</head>
<body>
<h1><a href="/" class="header">Primrose's Sanctuary</a></h1>
<div>
<a href="/about-me" class="button">🎀 About Me</a>
<a href="https://blog.snowcake.me" class="button">📝 Blog</a>
<a href="/media" class="button">📂 Media</a>
<a href="https://git.snowcake.me" class="button">🌿 Git</a>
</div>
<br>
<br>
<div class="content">
<h2>About Me</h2>
<p>My name is Primrose, and I am a girl that finds interest in anything to do with computers and networking. Pretty good with hardware stuff, though I can't really write software. I like playing around with enterprise networking equipment, since it's the best for learning. I also maintain a hypervisor which runs the servers that the various services on this site are hosted on as well.</p>
<p>If you want a further dive into how my mind operates, and my various thoughts on things in the world, I highly recommend visting my blog by clicking the corresponding button at the page header.</p>
<p>I am always interested in hearing about other people's knowledge of computers and networking, so if you have anything interesting to share, or just want to chat about anything, please send an email to primrose[at]snowcake[dot]me.</p>
<p>If you want to join a community of me and other likeminded people, I have a Matrix space set up which you can join <a href="https://matrix.to/#/#snowcake-wonderland:snowcake.me">here</a>.
</div>
<div class="footer">
<p>Copyright © 2022-2023 Primrose</p>
<p>See <a href="https://git.snowcake.me/primrose/snowcake-website/src/branch/main/LICENSE">this</a> document for copyright and licensing details</p>
</div>
</body>
</html>