Blog/Resources/Output/index.html

135 lines
6 KiB
HTML
Raw Normal View History

<html>
<head>
2024-08-08 11:41:42 +01:00
<link id="colors" rel="stylesheet" href="lightColors.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>
<h1>Navigation</h1>
<li><a href=/index.html>Welcome!</a></li>
2024-11-14 00:25:36 +00:00
<h2>Major Work</h2>
<li><a href=/Aardvark.html>AardvarkXR</a></li>
2024-08-08 11:41:42 +01:00
<li><a href=/ThisSite.html>This Site</a></li>
2024-11-14 00:25:36 +00:00
<li><a href=/PlantCareV2.html>Plant System Work Gallery</a></li>
<li><a href=/Laptop.html>Self-built Laptop</a></li>
<li><a href=/GreenOpal.html>Green Opal</a></li>
<h2>Minor Work</h2>
<li><a href=/CNCMachine.html>CNSelfie</a></li>
<li><a href=/Uno.html>SDL Uno</a></li>
<li><a href=/PlantSystem.html>Plant Watering System</a></li>
<li><a href=/Camera.html>Camera Butchering/Revival </a></li>
<li><a href=/SonicPiWork.html>Sonic-Pi and Algorave</a></li>
<h2>Older Work</h2>
<li><a href=/MindMap.html>Mind Map Maker</a></li>
<li><a href=/EPQProject.html>EPQ Project</a></li>
2024-11-14 00:25:36 +00:00
<h2>Thoughts and Essays</h2>
<li><a href=/Permacomputing.html>Permacomputing</a></li>
<li><a href=/Livecoding.html>Live-Coding</a></li>
<h2>University</h2>
2024-11-14 00:25:36 +00:00
<li><a href=/aberCompSoc.html>AberCompSoc</a></li>
<li><a href=/RoboticsSociety.html>AberRoboticsSoc</a></li>
<li><a href=/SailBot.html>AberSailBot</a></li>
<h2>Useful Notes</h2>
<li><a href=/UsenetPosts.html>UseNet Posts</a></li>
<li><a href=/UnderstandingWavesharesEinkDrivers.html>Understanding Waveshare's E-Paper C Drivers</a></li>
<li><a href=/ScribbledLine.html>Scribbled Line</a></li>
<li><a href=/LinuxTroubleshooting.html>Linux Troubleshooting</a></li>
<h2>Work Experience</h2>
2024-11-14 00:25:36 +00:00
<li><a href=/SBSWork.html>Skipton Building Society Internship</a></li>
2024-08-08 11:41:42 +01:00
<hr>
<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>
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><h1>Welcome!</h1>
2024-11-14 00:25:36 +00:00
<p>This is my site where I log my work for myself and for me to show to others.</p>
<blockquote>
<p>This site is generated procedurally from markdown though C++ code I've written. It's hosted using <a href="https://www.lighttpd.net/">lighttpd</a> on an old laptop through my router. You can find the code for it <a href="https://github.com/Wil-Ro/Blog">here</a> and a more in-depth talk about why I did that <a href="/ThisSite.html">here</a>.</p>
</blockquote>
<br>
<blockquote>
<p>If you're not a fan of the light mode of this site, or want a lower contrast version for accessibility, you can alter the theme in &quot;Page Settings&quot; at the bottom of the menu</p>
</blockquote>
<h2>Who I am</h2>
<p>I'm Rosia Evans, I'm a programmer studying at a small university in Wales but taking a year out to work in industry in farming robotics. In my spare time I'm teaching myself to create robots and exploring how we can use them in ways that help our environment.</p>
<p><img src="profile.jpeg" alt="image of me"></p>
<p>Most of my interests lie in using robotics and computers in farming, exploring how they could help produce more food in a sustainable manner. I feel that computers and automation really could help produce a green
world where people can easily afford the bare minimum and find themselves comfortable and happy.</p>
<p>My physical work involves:</p>
<ul>
<li>Learning how robotics can work in <a href="SailBot.html">real world environments</a></li>
<li>Experimenting with how we can use computers in <a href="Permacomputing.html">environmentally sustainable</a> ways,</li>
<li>Teaching myself to create <a href="ThisSite.html">low-power/high efficiency programs</a> and robotics,</li>
<li>Learning about ideas behind farming automation and how we can produce more food whilst keeping our methods sustainable, becoming an active member of communities such as <a href="https://community.twistedfields.com/t/welcome-to-the-twisted-fields-community-forum/7">TwistedFields</a>,</li>
</ul>
<p>I've been programming for most of my life. My main language is C++, but I also have multiple years of experience in C#, Python and Java and some loose experience in Typescript and C.</p>
<p>If you want an outline of my work, these are some things I'm really proud of:</p>
<ul>
2024-11-14 00:25:36 +00:00
<li><a href="SBSWork.html">My Previous Job</a></li>
<li><a href="PlantSystem.html">Plant Care System</a></li>
<li><a href="Laptop.html">Self-built Laptop</a></li>
</ul>
2024-11-14 00:25:36 +00:00
<p>To see all of my work, check the navbox</p>
</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>