2021-09-14 11:07:56 +01:00
<!doctype html>
2021-09-24 16:11:12 +01:00
< HTML lang = "en-GB" >
2021-09-14 11:07:56 +01:00
< 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" >
2021-09-14 11:07:56 +01:00
< meta charset = "UTF-8" >
2023-01-07 14:21:27 +00:00
< title > Rosia Evans Portfolio< / title >
2021-09-14 11:07:56 +01:00
< / 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" >
2021-09-24 14:49:01 +01:00
< 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" >
2021-09-24 14:49:01 +01:00
< 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" >
2021-09-24 14:49:01 +01:00
< 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-14 11:07:56 +01:00
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" >
2021-09-24 14:49:01 +01:00
< 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 >
2021-09-14 11:07:56 +01:00
2022-06-13 12:48:22 +01:00
< 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" >
2022-06-13 12:48:22 +01:00
< / 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-14 11:07:56 +01:00
2021-09-17 23:22:11 +01:00
< div id = "socialBar" style = "margin-top: 3vh;" >
2021-09-14 11:07:56 +01:00
< 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 >