added gallery structure

yet to add javascript, gallery currently doesnt work very well on monitors of odd sizes
This commit is contained in:
Nye Evans 2020-12-31 16:38:36 +00:00
parent 9a228dcf0f
commit 5ebd799886
3 changed files with 51 additions and 1 deletions

View file

@ -30,8 +30,12 @@
<div style = "font-size: 60%;">click a project to find out more</div>
</div>
<div id = "programGallery">
<img src = "gallery\Cat tower defense\projectHeaderImage.png" id = "programGalleryImage">
<p id = "programGalleryTitle">Pog Brian</p>
<p id = "programGalleryCaption">This is pog brian, he is very polite but he is bullied alot. Please be nice to him</p>
</div>
<p id = "programGalleryLeftArrow"></p>
<p id = "programGalleryRightArrow"></p>
<div id = "programGalleryButton" class = "orangeBorder textBox">programming projects</div>
<div id = "artGalleryButton" class = " orangeBorder textBox">other projects</div>
</body>