adds rss feed support to blog
This commit is contained in:
parent
6d627aa9b4
commit
d8253d3333
117 changed files with 5336 additions and 326 deletions
|
@ -1,6 +1,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<link id="colors" rel="stylesheet" href="colors.css">
|
||||
<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>
|
||||
|
@ -17,46 +17,35 @@
|
|||
<nav>
|
||||
<h1>Navigation</h1>
|
||||
|
||||
<li><a href=/TestFullArticle.html>Example Post</a></li>
|
||||
<li><a href=/index.html>Welcome!</a></li>
|
||||
|
||||
<h2>Major Work</h2>
|
||||
<li><a href=/Aardvark.html>AardvarkXR</a></li>
|
||||
<li><a href=/ThisSite.html>This Site</a></li>
|
||||
<li><a href=/PlantCareV2.html>Plant System Work Gallery</a></li>
|
||||
<li><a href=/Laptop.html>Self-built Laptop</a></li>
|
||||
|
||||
|
||||
<h2>Minor Work</h2>
|
||||
<h2>Newer 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=/SonicPiWork.html>Sonic-Pi and Algorave</a></li>
|
||||
<li><a href=/ThisSite.html>This Site</a></li>
|
||||
|
||||
|
||||
<h2>Older Work</h2>
|
||||
<li><a href=/MindMap.html>Mind Map Maker</a></li>
|
||||
<li><a href=/Aardvark.html>AardvarkXR</a></li>
|
||||
<li><a href=/EPQProject.html>EPQ Project</a></li>
|
||||
<li><a href=/CatTowerDefence.html>Tower defence game</a></li>
|
||||
|
||||
|
||||
<h2>Thoughts and Essays</h2>
|
||||
<li><a href=/Permacomputing.html>Permacomputing</a></li>
|
||||
<li><a href=/Livecoding.html>Live-Coding</a></li>
|
||||
<h2>Thoughts And Essays</h2>
|
||||
|
||||
|
||||
<h2>University</h2>
|
||||
<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=/UnderstandingWavesharesEinkDrivers.html>Understanding Waveshare's E-Paper C Drivers</a></li>
|
||||
<li><a href=/aberCompSoc.html>aberCompSoc</a></li>
|
||||
<li><a href=/RoboticsSociety.html>Aber Robotics Soc</a></li>
|
||||
<li><a href=/SailBot.html>aberSailBot</a></li>
|
||||
|
||||
|
||||
<h2>Work Experience</h2>
|
||||
<li><a href=/SBSWork.html>Skipton Building Society Internship</a></li>
|
||||
<li><a href=/SBSWork.html>SBS Internship</a></li>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2 id="contactsHeader"> Contact Me: </h2>
|
||||
<div class="contacts">
|
||||
<a href="mailto:rosiaeevans@gmail.com">Email</a>
|
||||
|
@ -68,8 +57,9 @@
|
|||
<a href="CV.pdf">CV</a>
|
||||
</div>
|
||||
|
||||
<h2 id="contactsHeader"> Page Settings: </h2>
|
||||
<h2 id="contactsHeader"> Website Details: </h2>
|
||||
<div>
|
||||
<a href="feed.xml">rss/atom feed</a>
|
||||
<select id="pageColor" onchange="updateColor()">
|
||||
<option value="lightColors.css">Light</option>
|
||||
<option value="darkColors.css">Dark/Low Contrast</option>
|
||||
|
@ -77,30 +67,25 @@
|
|||
</div>
|
||||
</nav>
|
||||
<article><h1>Welcome!</h1>
|
||||
<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>
|
||||
<h2>Who I am</h2>
|
||||
<p>I'm Rosia Evans, I'm a programmer currently studying at a small university in Wales whilst teaching myself to create robotics 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>
|
||||
<p>I'm Rosia Evans, this is my site where I log my work for myself and for me to show to others.</p>
|
||||
<p>This site is generated procedurally from markdown though C++ code I've written and 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 indepth talk about it on <a href="/ThisSite.html">this blog post</a>.</p>
|
||||
<hr>
|
||||
<p>I'm currently studying at a small university in wales where I'm doing a BEng in software engineering whilst working on robotics and exploring my own interests on the side through various societies and personal projects.</p>
|
||||
<img src="profile.jpeg" alt="image of me" style="width:50%">
|
||||
<p>Nowadays my interests lie mostly in low-power computing and electronics, experimenting with how computers can work in a more environmentally friendly manner. I find the environment is something I think about a lot and finding overlaps between it and my interests in computing has lead me to some really intersting communities.</p>
|
||||
<p>On the side of this I also enjoy using code to create music through programming using <a href="https://sonic-pi.net/">Sonic-Pi</a> and just creating programs in general with friends and colleagues. Most of my work can either be found in blog-posts here or on my <a href="https://github.com/Wil-Ro">github</a>.</p>
|
||||
<p>I've previously had interests in VR and XR and UI design, spending a lot of my secondary school years experimenting with both concepts so both websites also have a few probjects relating to those concepts.</p>
|
||||
<hr>
|
||||
<p>If you want a basic outline of my work, here are a few interesting projects:</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://goatech.org/">GOAT</a> and <a href="https://community.twistedfields.com/t/welcome-to-the-twisted-fields-community-forum/7">TwistedFields</a>,</li>
|
||||
<li><a href="/SBSWork.html">My Work at Skipton Building Society</a></li>
|
||||
<li><a href="/aberComSoc.html">My Work running AberCompSoc</a></li>
|
||||
<li><a href="/Aardvark.html">AardvarkXR</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>
|
||||
<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>
|
||||
<p>To see all of my work, check the navbox</p>
|
||||
<p>To see all of my work, check the navbox to the side.</p>
|
||||
<p><-</p>
|
||||
<h2>DISCLAMER! SITE STILL IN PROGRESS</h2>
|
||||
<p>This is all a bit everywhere rn, the css will be given some frills at somepoint soon</p>
|
||||
|
||||
</article>
|
||||
</main>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue