Initial Commit

Add the basic structure of the site.
This commit is contained in:
2022-06-28 15:27:58 -04:00
commit 6b8157f551
69 changed files with 5011 additions and 0 deletions

5
common/modal.php Normal file
View File

@@ -0,0 +1,5 @@
<div id="modal_gallery" class="modal_gal">
<span class="close_modal">&times;</span>
<img class="gallery_img" id="modal_img" alt="An Image"/>
<div id="modal_img_caption"></div>
</div><!--End of Modal Div-->