91 lines
No EOL
4 KiB
HTML
91 lines
No EOL
4 KiB
HTML
<!doctype html>
|
|
<HTML lang="en-GB">
|
|
|
|
<header>
|
|
<link rel = "stylesheet" href = "basic.css">
|
|
<link rel = "stylesheet" href = "AllProjects.css">
|
|
<link rel = "stylesheet" href = "effects.css">
|
|
<link rel = "stylesheet" href = "variables.css">
|
|
<link rel = "icon" href = "..\images\Icon.ico">
|
|
|
|
<meta charset="UTF-8">
|
|
<title>Rosia Evans Portfolio</title>
|
|
</header>
|
|
|
|
<body>
|
|
<div id = "Title">
|
|
<h1>All Projects</h1>
|
|
<h2>click to find out more</h2>
|
|
</div>
|
|
|
|
<a href = "./gallery/aardvark-work/aardvark-work.html" class = "galleryLink">
|
|
<div class = "galleryLinkContainer">
|
|
<h3>Aardvark XR</h3>
|
|
An open-source VR program that allowed users to overlay tools onto other VR apps. I built tools for this, working with a small number of other
|
|
developers from around the world.
|
|
<div class = "galleryImage">
|
|
<img src = "gallery/aardvark-work/projectHeaderImage2.webp" >
|
|
</div>
|
|
</div>
|
|
</a>
|
|
|
|
<a href = "./gallery/epq-project/epq-project.html" class = "galleryLink">
|
|
<div class = "galleryLinkContainer">
|
|
<h3>Vr interaction system</h3>
|
|
A program made in Unreal Engine that allowed users to grab and interact with physics based objects in a small VR garden.
|
|
<div class = "galleryImage">
|
|
<img src = "gallery/epq-project/projectHeaderImage2.webp" >
|
|
</div>
|
|
</div>
|
|
</a>
|
|
|
|
<a href = "./gallery/mind-map/mind-map.html" class = "galleryLink">
|
|
<div class = "galleryLinkContainer">
|
|
<h3>Mind map tool</h3>
|
|
A Unity based tool that allowed the user to create mindmaps using a varied set of tools and an undo/redo system. Built for my Computer Science A-Level.
|
|
<div class = "galleryImage">
|
|
<img src = "gallery/mind-map/projectHeaderImage2.webp" >
|
|
</div>
|
|
</div>
|
|
</a>
|
|
|
|
<a href = "./gallery/cat-tower-defence/cat-tower-defence.html" class = "galleryLink">
|
|
<div class = "galleryLinkContainer">
|
|
<h3>Cat Tower Defence</h3>
|
|
A game made with a small group of friends, done over the course of a month or so and included some extra modding space, allowing users to make their own levels.
|
|
<div class = "galleryImage">
|
|
<img src = "gallery/cat-tower-defence/projectHeaderImage2.webp" >
|
|
</div>
|
|
</div>
|
|
</a>
|
|
|
|
<a href = "./gallery/sbs-work/sbs-work.html" class = "galleryLink">
|
|
<div class = "galleryLinkContainer">
|
|
<h3>Work for Skipton Building Society</h3>
|
|
Work done during an internship as a software tester at Skipton Building Society where I worked with a small team of 2-3 collegues
|
|
to push for, implement and later educate other testers on the society's automated UI testing.
|
|
<div class = "galleryImage">
|
|
<img src = "gallery/sbs-work/projectHeaderImage2.webp" >
|
|
</div>
|
|
</div>
|
|
</a>
|
|
|
|
<div id = "backButtonContainer">
|
|
<a href="../index.html" class = "backButton"> <-Back to main page</a>
|
|
</div>
|
|
|
|
<div id = "socialBar" style = "margin-top: 3vh;">
|
|
<a href = "https://twitter.com/Wi__Ro" target="_blank">Twitter</a>
|
|
 
|
|
<a href="mailto:WillowRo@outlook.com" target="_blank">Email</a>
|
|
 
|
|
<a href="https://github.com/Wil-Ro" target="_blank">Github</a>
|
|
 
|
|
<a href = "https://dev.to/willowro" target="_blank">Dev.to</a>
|
|
|
|
 
|
|
<a href = "./pages/CVPage.html">CV</a>
|
|
</div>
|
|
</body>
|
|
|
|
</HTML> |