website/index.html

34 lines
1.7 KiB
HTML

<!--Copyright © 2022-2024 Primrose-->
<!--See the LICENSE file at https://git.primrose.cafe/primrose/website/src/branch/main/LICENSE for copyright and licensing details-->
<html lang="en-US">
<head>
<title>Home - Primrose's Cafe</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>Welcome to Primrose's Cafe</h1>
<div class="content">
<p>Welcome to my website. My name is Primrose. You can use either the she/her or they/them pronouns to refer to me, I do not mind either.</p>
<p>I love anything to do with computer hardware or software. I am a very passionate Unix enthusiast, and have good experience with the Linux family of systems, as well as the BSDs. I also take interest in computer networks as well, and maintain a little homelab setup with quite a few pieces of enterprise networking equipment.</p>
<p>If your looking for a list of everything this site has to offer, take a look at the <a href="/site-directory">site directory</a>.</p>
<p>If you would like to get in contact with me, the best way to do so is by sending an email to my inbox at primrose[at]primrose[dot]cafe.</p>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
<br>
<br>
<div class="footer">
<p>Copyright © 2022-2024 Primrose</p>
<p>Background image provided by <a href="https://unsplash.com/photos/the-night-sky-is-filled-with-stars-Q_RBVFFXR_g">Jake Weirick on Unsplash</a></p>
<p>See <a href="https://git.primrose.cafe/primrose/website/src/branch/main/LICENSE">this</a> document for copyright and licensing details</p>
</div>
</body>
</html>