Blog/Resources/Templates/BlogPageTemplate.html

59 lines
2.1 KiB
HTML
Raw Normal View History

<html>
<head>
2024-05-16 18:12:11 +01:00
<link id="colors" rel="stylesheet" href="lightColors.css">
<link rel="stylesheet" href="effects.css">
2023-10-24 15:18:31 +01:00
<link rel="stylesheet" href="Wireframe.css">
<script src="colorThemes.js"></script>
2024-02-12 13:06:03 +00:00
<title>Rosia Evans Homepage and Blog</Title>
<link rel="icon" href="willow.ico" type="image/x-icon"/>
</head>
<body>
<header>
<a href="index.html">
Rosia Evans
</a>
</header>
<main>
<nav>
2024-08-08 11:41:42 +01:00
<hr>
2023-11-23 16:12:36 +00:00
<h2 id="contactsHeader"> Contact Me: </h2>
<div class="contacts">
<a href="mailto:rosiaeevans@gmail.com">Email</a>
2024-12-24 12:07:00 +00:00
<a href="https://cathode.church/@DressOrc" rel="me">Mastodon</a>
2024-01-19 12:53:39 +00:00
</div>
<h2 id="contactsHeader"> My Work: </h2>
<div class="contacts">
<a href="https://github.com/Wil-Ro">Github</a>
2023-11-09 12:09:48 +00:00
<a href="CV.pdf">CV</a>
</div>
2024-08-08 11:41:42 +01:00
<h2 id="contactsHeader"> Website Details: </h2>
<div>
2024-08-08 11:41:42 +01:00
<a href="feed.xml">rss/atom feed</a>
2024-11-14 00:25:36 +00:00
<div>Page Theme:</div>
<select id="pageColor" onchange="updateColor()">
<option value="lightColors.css">Light</option>
<option value="darkColors.css">Dark/Low Contrast</option>
</select>
</div>
</nav>
<article>
</article>
</main>
2024-02-12 15:06:09 +00:00
<div class="webring">
<h2> Webrings </h2>
<div class="webringContent">
2025-03-14 23:39:34 +00:00
<a href="https://aberwebr.ing/rosia/left"><-</a>
<a href="https://aberwebr.ing/"> aber_webring </a>
<a href="https://aberwebr.ing/rosia/right">-></a>
2024-02-12 15:06:09 +00:00
</div>
<div class="webringContent">
<a href="https://fediring.net/previous?host=rosia.me"><-</a>
<a href="https://fediring.net/"> fediring </a>
<a href="https://fediring.net/next?host=rosia.me">-></a>
</div>
2023-10-24 15:18:31 +01:00
</div>
</body>
</html>