finishing touches

changed icon to fit new style
minor layout changes
cleaned some stuff up
This commit is contained in:
Nye Evans 2021-01-14 15:44:08 +00:00
parent 016f6578e5
commit 210e2f82fc
7 changed files with 72 additions and 35 deletions

View file

@ -2,7 +2,7 @@
<header>
<link rel = "stylesheet" href = "pages\mainpage.css">
<link rel = "icon" href = "..\images\Favicon.ico">
<link rel = "icon" href = "images\Icon.ico">
<meta charset="UTF-8">
@ -41,10 +41,10 @@
</div>
<div id = "programGallery">
<a href = "pages/gallery/Cat_tower_defense/cat-tower-defense.html" class = "galleryLink">
<img src = "" class = "galleryImage">
</a>
<p class = "galleryTitle"></p>
<a href = "pages/gallery/Cat_tower_defense/cat-tower-defense.html" class = "galleryLink">
<img src = "" class = "galleryImage" style = "">
</a>
<p class = "galleryCaption"></p>
<button class = "galleryLeftArrow" onClick = "window.parent.lastSlide();"></button>
<button class = "galleryRightArrow" onClick = "window.parent.nextSlide();"></button>