New website design, update copyright years
This commit is contained in:
parent
f7158a49e3
commit
26b806b5dc
13 changed files with 308 additions and 420 deletions
39
index.html
39
index.html
|
@ -1,8 +1,7 @@
|
|||
<!--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-->
|
||||
<!--Copyright © 2022-2024 Primrose-->
|
||||
<!--See the LICENSE file at https://git.snowcake.me/primrose/website/src/branch/main/LICENSE for copyright and licensing details-->
|
||||
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<title>Home - Primrose's Sanctuary</title>
|
||||
|
@ -11,28 +10,28 @@
|
|||
<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>
|
||||
<h1>Welcome to Primrose's Sanctuary</h1>
|
||||
<div class="content">
|
||||
<h2>Welcome</h2>
|
||||
<p>Welcome to my home sweet home, darling. Take a look around, if you so desire.</p>
|
||||
<img src="/assets/images/favicon.svg" width="200px" height="200px">
|
||||
<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 into contact with me, the best way to do so is by sending an email to my inbox at primrose[at]snowcake[dot]me.</p>
|
||||
<h2>Friends 💖</h2>
|
||||
<a href="https://speedie.site"><img src="/assets/images/speedie.png" title="speedie - speedie.site"></a>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
<div class="footer">
|
||||
<h2>Friends 💖</h2>
|
||||
<a href="https://speedie.site"><img src="https://snowcake.me/assets/images/speedie.png" title="speedie - speedie.site"></a>
|
||||
<br>
|
||||
<br>
|
||||
<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>
|
||||
<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.snowcake.me/primrose/website/src/branch/main/LICENSE">this</a> document for copyright and licensing details</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue