finishing touches
changed icon to fit new style minor layout changes cleaned some stuff up
This commit is contained in:
parent
016f6578e5
commit
210e2f82fc
7 changed files with 72 additions and 35 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue