Adds prototype for mapping out pages for navigation sections

This commit is contained in:
Rosia E Evans 2023-10-09 13:53:09 +01:00
parent dc03e239d5
commit 2fbec8869d
14 changed files with 69 additions and 9 deletions

View file

@ -20,6 +20,7 @@
<li><a href=/inputfile.html>Hello world!</a></li>
<li><a href=/EPQProject.html>EPQ Project</a></li>
<li><a href=/RoboticsSociety.html>Aber Robotics Soc</a></li>
<li><a href=/ThisSite.html>This Site</a></li>
<li><a href=/Aardvark.html>AardvarkXR</a></li>
<li><a href=/MindMap.html>Mind Map Maker</a></li>
<li><a href=/aberCompSoc.html>aberCompSoc</a></li>

View file

@ -20,6 +20,7 @@
<li><a href=/inputfile.html>Hello world!</a></li>
<li><a href=/EPQProject.html>EPQ Project</a></li>
<li><a href=/RoboticsSociety.html>Aber Robotics Soc</a></li>
<li><a href=/ThisSite.html>This Site</a></li>
<li><a href=/Aardvark.html>AardvarkXR</a></li>
<li><a href=/MindMap.html>Mind Map Maker</a></li>
<li><a href=/aberCompSoc.html>aberCompSoc</a></li>

View file

@ -20,6 +20,7 @@
<li><a href=/inputfile.html>Hello world!</a></li>
<li><a href=/EPQProject.html>EPQ Project</a></li>
<li><a href=/RoboticsSociety.html>Aber Robotics Soc</a></li>
<li><a href=/ThisSite.html>This Site</a></li>
<li><a href=/Aardvark.html>AardvarkXR</a></li>
<li><a href=/MindMap.html>Mind Map Maker</a></li>
<li><a href=/aberCompSoc.html>aberCompSoc</a></li>

View file

@ -20,6 +20,7 @@
<li><a href=/inputfile.html>Hello world!</a></li>
<li><a href=/EPQProject.html>EPQ Project</a></li>
<li><a href=/RoboticsSociety.html>Aber Robotics Soc</a></li>
<li><a href=/ThisSite.html>This Site</a></li>
<li><a href=/Aardvark.html>AardvarkXR</a></li>
<li><a href=/MindMap.html>Mind Map Maker</a></li>
<li><a href=/aberCompSoc.html>aberCompSoc</a></li>

View file

@ -20,6 +20,7 @@
<li><a href=/inputfile.html>Hello world!</a></li>
<li><a href=/EPQProject.html>EPQ Project</a></li>
<li><a href=/RoboticsSociety.html>Aber Robotics Soc</a></li>
<li><a href=/ThisSite.html>This Site</a></li>
<li><a href=/Aardvark.html>AardvarkXR</a></li>
<li><a href=/MindMap.html>Mind Map Maker</a></li>
<li><a href=/aberCompSoc.html>aberCompSoc</a></li>

View file

@ -20,6 +20,7 @@
<li><a href=/inputfile.html>Hello world!</a></li>
<li><a href=/EPQProject.html>EPQ Project</a></li>
<li><a href=/RoboticsSociety.html>Aber Robotics Soc</a></li>
<li><a href=/ThisSite.html>This Site</a></li>
<li><a href=/Aardvark.html>AardvarkXR</a></li>
<li><a href=/MindMap.html>Mind Map Maker</a></li>
<li><a href=/aberCompSoc.html>aberCompSoc</a></li>

View file

@ -41,6 +41,6 @@ pre
}
img{
width: 50%;
width: 100%;
margin-top: 10px;
}

View file

@ -20,6 +20,7 @@
<li><a href=/inputfile.html>Hello world!</a></li>
<li><a href=/EPQProject.html>EPQ Project</a></li>
<li><a href=/RoboticsSociety.html>Aber Robotics Soc</a></li>
<li><a href=/ThisSite.html>This Site</a></li>
<li><a href=/Aardvark.html>AardvarkXR</a></li>
<li><a href=/MindMap.html>Mind Map Maker</a></li>
<li><a href=/aberCompSoc.html>aberCompSoc</a></li>
@ -28,9 +29,17 @@
</nav>
<article><h1>Welcome!</h1>
<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>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. I've previously had interests in VR and XR and UI design, spending a lot of my secondary school years experimenting with both concepts.</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>
<p><img src="/profile.jpeg" alt="image of me"></p>
<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>
<p>To see my work, check the navbox to the side</p>
<p>&lt;-</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>

View file

@ -20,6 +20,7 @@
<li><a href=/inputfile.html>Hello world!</a></li>
<li><a href=/EPQProject.html>EPQ Project</a></li>
<li><a href=/RoboticsSociety.html>Aber Robotics Soc</a></li>
<li><a href=/ThisSite.html>This Site</a></li>
<li><a href=/Aardvark.html>AardvarkXR</a></li>
<li><a href=/MindMap.html>Mind Map Maker</a></li>
<li><a href=/aberCompSoc.html>aberCompSoc</a></li>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 MiB

View file

@ -41,6 +41,6 @@ pre
}
img{
width: 50%;
width: 100%;
margin-top: 10px;
}