Blog/Resources/Templates/BlogPageTemplate.html

55 lines
1.9 KiB
HTML

<html>
<head>
<link id="colors" rel="stylesheet" href="colors.css">
<link rel="stylesheet" href="effects.css">
<link rel="stylesheet" href="Wireframe.css">
<script src="colorThemes.js"></script>
<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>
<h2 id="contactsHeader"> Contact Me: </h2>
<div class="contacts">
<a href="mailto:rosiaeevans@gmail.com">Email</a>
<a href="https://fosstodon.org/@Wi__Ro" rel="me">Mastodon</a>
</div>
<h2 id="contactsHeader"> My Work: </h2>
<div class="contacts">
<a href="https://github.com/Wil-Ro">Github</a>
<a href="CV.pdf">CV</a>
</div>
<h2 id="contactsHeader"> Page Settings: </h2>
<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>
<div class="webring">
<h2> Webrings </h2>
<div class="webringContent">
<a href="https://users.aber.ac.uk/evh14"><-</a>
<a href="https://fediring.net/"> aber_webring </a>
<a href="https://dannylarge144.github.io">-></a>
</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>
</div>
</body>
</html>