moved some stuff

This commit is contained in:
Nye Evans 2021-05-23 01:03:04 +01:00
parent bc08a0e4db
commit 84f03e6c20

View file

@ -58,6 +58,18 @@
<button class = "galleryRightArrow" onClick = "window.parent.nextSlide();"></button>
</div>
<div class = "programGallery">
<p class = "galleryTitle">Tower defence game</p>
<a href = "./pages/gallery/cat-tower-defence/cat-tower-defence.html" class = "galleryLink">
<img src = "./pages/gallery/cat-tower-defence/projectHeaderImage.png" class = "galleryImage" style = "object-position: top;">
</a>
<p class = "galleryCaption">One of my first projects, this was created with a friend to help us gain a better understanding of python. <br><br> This was a basic tower defence game but featured a fully scalable
level design system.
</p>
<button class = "galleryLeftArrow" onClick = "window.parent.lastSlide();"></button>
<button class = "galleryRightArrow" onClick = "window.parent.nextSlide();"></button>
</div>
<div class = "programGallery">
<p class = "galleryTitle">Work on Aardvark XR</p>
<a href = "./pages/gallery/aardvark-work/aardvark-work.html" class = "galleryLink">
@ -71,18 +83,6 @@
<button class = "galleryRightArrow" onClick = "window.parent.nextSlide();"></button>
</div>
<div class = "programGallery">
<p class = "galleryTitle">Tower defence game</p>
<a href = "./pages/gallery/cat-tower-defence/cat-tower-defence.html" class = "galleryLink">
<img src = "./pages/gallery/cat-tower-defence/projectHeaderImage.png" class = "galleryImage" style = "object-position: top;">
</a>
<p class = "galleryCaption">One of my first projects, this was created with a friend to help us gain a better understanding of python. <br><br> This was a basic tower defence game but featured a fully scalable
level design system.
</p>
<button class = "galleryLeftArrow" onClick = "window.parent.lastSlide();"></button>
<button class = "galleryRightArrow" onClick = "window.parent.nextSlide();"></button>
</div>
<div class = "programGallery">
<p class = "galleryTitle">Unity based Mind Map software</p>
<a href = "./pages/gallery/mind-map/mind-map.html" class = "galleryLink">