library now works with sitix. very glad I moved.

This commit is contained in:
Lazy Hippopotamus
2024-03-05 20:40:46 -05:00
parent bd63034366
commit 434bb07d94
14 changed files with 484 additions and 19 deletions

View File

@@ -1,4 +1,9 @@
<!DOCTYPE html>
@@ -47,18 +52,20 @@
<div id="bg"></div>
<div id="main">
<div id="banner">
<a href="http://localhost:8080"><img src="res/Avraham_Society.png"></a>
<a href="http://localhost:8080"><img src="http://localhost:8080/res/Avraham_Society.png"></a>
<div id="social">Social media, recent updates, etc</div>
<input id="navExpander" style="display: none;" type="checkbox" checked>
<div id="nav">
<label for="navExpander" id="nav-expand"></label>
<a onclick="localStorage.refered = true" href="http://localhost:8080/">Home</a>
<a onclick="localStorage.refered = true" href="http://localhost:8080/intro-to-judaism">Intro to Judaism</a>
<a onclick="localStorage.refered = true" href="http://localhost:8080/jewish-history-culture">Jewish History and Culture</a>
<a onclick="localStorage.refered = true" href="http://localhost:8080/landmarks">Jewish Landmarks</a>
<a onclick="localStorage.refered = true" href="http://localhost:8080/humanism">Humanism</a>
<a onclick="localStorage.refered = true" href="http://localhost:8080/membership">Membership</a>
<a onclick="localStorage.refered = true" href="http://localhost:8080/library">Library</a>
<a onclick="localStorage.refered = true" href="http://localhost:8080/">Home</a>
<a onclick="localStorage.refered = true" href="http://localhost:8080/intro-to-judaism">Intro to Judaism</a>
<a onclick="localStorage.refered = true" href="http://localhost:8080/jewish-history-culture">Jewish History and Culture</a>
<a onclick="localStorage.refered = true" href="http://localhost:8080/landmarks">Jewish Landmarks</a>
<a onclick="localStorage.refered = true" href="http://localhost:8080/humanism">Humanism</a>
<a onclick="localStorage.refered = true" href="http://localhost:8080/membership">Membership</a>
<a onclick="localStorage.refered = true" href="http://localhost:8080/librarymain">Library</a>
</div>
</div>
<div class="top">
@@ -155,4 +162,5 @@
</div>
<script src="main.js"></script>
</body>
</html>
</html>