2023-09-20 09:09:51 +01:00
|
|
|
<html>
|
|
|
|
<head>
|
2023-09-29 13:56:27 +01:00
|
|
|
<link rel="stylesheet" href="effects.css">
|
2023-10-24 15:18:31 +01:00
|
|
|
<link rel="stylesheet" href="Wireframe.css">
|
2023-09-20 09:09:51 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
2023-09-29 13:56:27 +01:00
|
|
|
<a href="index.html">
|
|
|
|
Rosia Evans
|
|
|
|
</a>
|
2023-09-20 09:09:51 +01:00
|
|
|
</header>
|
|
|
|
<main>
|
|
|
|
<nav>
|
2023-10-13 18:37:33 +01:00
|
|
|
<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>
|
|
|
|
<a href="https://github.com/Wil-Ro">Github</a>
|
2023-11-09 12:09:48 +00:00
|
|
|
<a href="CV.pdf">CV</a>
|
2023-10-13 18:37:33 +01:00
|
|
|
</div>
|
2023-09-20 09:09:51 +01:00
|
|
|
</nav>
|
|
|
|
<article>
|
|
|
|
</article>
|
|
|
|
</main>
|
2023-10-30 16:00:44 +00:00
|
|
|
<!--<div class="webring">
|
2023-10-24 15:18:31 +01:00
|
|
|
<h2> Webring </h2>
|
|
|
|
<div class="webringContent">
|
2023-10-24 15:29:05 +01:00
|
|
|
<a href="https://users.aber.ac.uk/evh14"><-</a>
|
2023-10-24 15:18:31 +01:00
|
|
|
<img src="webringlogo.svg" style="margin: 0; width: 19px;">
|
2023-10-24 15:48:42 +01:00
|
|
|
<a href="https://dannylarge144.github.io">-></a>
|
2023-10-24 15:18:31 +01:00
|
|
|
</div>
|
2023-10-30 16:00:44 +00:00
|
|
|
</div>-->
|
2023-09-20 09:09:51 +01:00
|
|
|
</body>
|
|
|
|
</html>
|