full rewite of css

This commit is contained in:
Rosia E Evans 2023-01-07 14:21:27 +00:00
parent 397c6751f1
commit e11f2c6b82
31 changed files with 274 additions and 450 deletions

View file

@ -5,80 +5,66 @@
<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>Nye Evans Portfolio</title>
<title>Rosia Evans Portfolio</title>
</header>
<body>
<h1>All Projects</h1>
<h2>click to find out more</h2>
<a href = "./gallery/aardvark-work/aardvark-work.html" class = "galleryLink">
<div class = "item">
<img src = "./gallery/aardvark-work/projectHeaderImage.webp" class = "orangeBorder projectThumbnail" alt = "A virtual hand playing"></img>
<div class = "itemText">
<div class = "galleryLinkContainer">
<h3>Aardvark XR</h3>
<div>
An open source project, this was a platform that would run small web-based apps over the top of other virtual reality programs, like a form of augmented reality within vr.
I helped produce apps, known as "gadgets" for the platform and created small additions to the main functionality of the program, adding a gesture system to allow the menu to be opened through hand gestures.
</div>
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 = "item">
<img src = "./gallery/epq-project/projectHeaderImage.webp" class = "orangeBorder projectThumbnail" alt = "A virtual hand grabbing a cube"></img>
<div class = "itemText">
<div class = "galleryLinkContainer">
<h3>Vr interaction system</h3>
<div>
Done as a final project for my Extended Project Qualification (EPQ) and my first VR project, this was a basic program made in Unreal Engine that allowed users to grab and interact with physics based objects
in a small VR garden.
</div>
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 = "item">
<img src = "./gallery/mind-map/projectHeaderImage.webp" class = "orangeBorder projectThumbnail" alt = "A mind-map being build in a program"></img>
<div class = "itemText">
<div class = "galleryLinkContainer">
<h3>Mind map tool</h3>
<div>
The final project for my A-levels, this was a Unity based tool that allowed the user to create mindmaps using a varied set of tools and a fully functional undo/redo system.
</div>
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 = "item">
<img src = "./gallery/cat-tower-defence/projectHeaderImage.webp" class = "orangeBorder projectThumbnail" alt = "A game which displays a road with cats attacking wool along it"></img>
<div class = "itemText">
<div class = "galleryLinkContainer">
<h3>Cat Tower Defence</h3>
<div>
Cat Tower Defence was a game made with a small group of friends in order to teach ourselves pythons "pygame" library, this was done over the course of a month or so and included some extra
modding space, allowing users to make their own levels. This was one of my first projects with a GUI.
</div>
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>
</div>
</a>
<a href = "./gallery/sbs-work/sbs-work.html" class = "galleryLink">
<div class = "item">
<img src = "./gallery/sbs-work/projectHeaderImage.webp" class = "orangeBorder projectThumbnail" alt = "the logo of Skipton Building Society, a blue castle"></img>
<div class = "itemText">
<h3>Work for Skipton Building Society</h3>
<div>
Work done during an internship as a software tester/software developer in test 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>
<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>