Portfolio/pages/AllProjects.html

91 lines
4 KiB
HTML
Raw Permalink Normal View History

<!doctype html>
<HTML lang="en-GB">
<header>
2021-09-17 23:22:11 +01:00
<link rel = "stylesheet" href = "basic.css">
<link rel = "stylesheet" href = "AllProjects.css">
<link rel = "stylesheet" href = "effects.css">
2023-01-07 14:21:27 +00:00
<link rel = "stylesheet" href = "variables.css">
2021-09-17 23:22:11 +01:00
<link rel = "icon" href = "..\images\Icon.ico">
<meta charset="UTF-8">
2023-01-07 14:21:27 +00:00
<title>Rosia Evans Portfolio</title>
</header>
<body>
2023-02-01 21:02:04 +00:00
<div id = "Title">
<h1>All Projects</h1>
<h2>click to find out more</h2>
</div>
2021-09-17 23:22:11 +01:00
<a href = "./gallery/aardvark-work/aardvark-work.html" class = "galleryLink">
2023-01-07 14:21:27 +00:00
<div class = "galleryLinkContainer">
<h3>Aardvark XR</h3>
2023-01-07 14:21:27 +00:00
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" >
2021-09-17 23:22:11 +01:00
</div>
</div>
</a>
2023-01-07 14:21:27 +00:00
2021-09-17 23:22:11 +01:00
<a href = "./gallery/epq-project/epq-project.html" class = "galleryLink">
2023-01-07 14:21:27 +00:00
<div class = "galleryLinkContainer">
<h3>Vr interaction system</h3>
2023-01-07 14:21:27 +00:00
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" >
2021-09-17 23:22:11 +01:00
</div>
</div>
</a>
2023-01-07 14:21:27 +00:00
2021-09-17 23:22:11 +01:00
<a href = "./gallery/mind-map/mind-map.html" class = "galleryLink">
2023-01-07 14:21:27 +00:00
<div class = "galleryLinkContainer">
<h3>Mind map tool</h3>
2023-01-07 14:21:27 +00:00
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" >
2021-09-17 23:22:11 +01:00
</div>
</div>
</a>
2021-09-17 23:22:11 +01:00
<a href = "./gallery/cat-tower-defence/cat-tower-defence.html" class = "galleryLink">
2023-01-07 14:21:27 +00:00
<div class = "galleryLinkContainer">
<h3>Cat Tower Defence</h3>
2023-01-07 14:21:27 +00:00
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" >
2021-09-17 23:22:11 +01:00
</div>
2023-01-07 14:21:27 +00:00
</div>
2021-09-17 23:22:11 +01:00
</a>
<a href = "./gallery/sbs-work/sbs-work.html" class = "galleryLink">
2023-01-07 14:21:27 +00:00
<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>
2021-09-17 23:22:11 +01:00
<div id = "backButtonContainer">
2023-03-27 15:41:45 +01:00
<a href="../index.html" class = "backButton"> <-Back to main page</a>
2021-09-17 23:22:11 +01:00
</div>
2021-09-17 23:22:11 +01:00
<div id = "socialBar" style = "margin-top: 3vh;">
<a href = "https://twitter.com/Wi__Ro" target="_blank">Twitter</a>
&NonBreakingSpace;
<a href="mailto:WillowRo@outlook.com" target="_blank">Email</a>
&NonBreakingSpace;
<a href="https://github.com/Wil-Ro" target="_blank">Github</a>
&NonBreakingSpace;
<a href = "https://dev.to/willowro" target="_blank">Dev.to</a>
&NonBreakingSpace;
<a href = "./pages/CVPage.html">CV</a>
</div>
</body>
</HTML>