probably ready to launch; setting up the Sitix action now

This commit is contained in:
Lazy Hippopotamus
2024-04-10 12:22:12 -04:00
parent fb6eb1d682
commit 53064a389f
36 changed files with 182 additions and 217 deletions

View File

@@ -16,7 +16,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Avraham Society | Torah Study</title>
<title>Avraham Society | Avraham Society Chavurah</title>
<link rel="stylesheet" href="http://localhost:8080/main.css" />
<link rel="manifest" href="http://localhost:8080/manifest.json"/>
<link rel="icon" href="http://localhost:8080/res/Avraham_Society_icon.png">
@@ -56,11 +56,11 @@
<div id="main">
<div id="banner">
<a href="http://localhost:8080"><img src="http://localhost:8080/res/Avraham_Society.png"></a>
<div id="dates"><b id="gregorian"></b>&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;<b id="hebrew"></b></div>
<div id="dates"><b id="hebrew"></b></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/about">About Us</a> <a onclick="localStorage.refered = true" href="http://localhost:8080/humanistic-judaism">Humanistic Judaism</a> <a onclick="localStorage.refered = true" href="http://localhost:8080/librarymain">Library</a> <a onclick="localStorage.refered = true" href="http://localhost:8080/culture">Culture</a> <a onclick="localStorage.refered = true" href="http://localhost:8080/membership">Membership</a> <a onclick="localStorage.refered = true" href="http://localhost:8080/services">Our Services</a> <a onclick="localStorage.refered = true" href="http://localhost:8080/contact-us">Contact Us</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/about">About Us</a> <a onclick="localStorage.refered = true" href="http://localhost:8080/humanistic-judaism">Humanistic Judaism</a> <a onclick="localStorage.refered = true" href="http://localhost:8080/librarymain">Library</a> <a onclick="localStorage.refered = true" href="http://localhost:8080/culture">Culture</a> <a onclick="localStorage.refered = true" href="http://localhost:8080/membership">Membership</a> <a onclick="localStorage.refered = true" href="http://localhost:8080/services">Services</a> <a onclick="localStorage.refered = true" href="http://localhost:8080/contact-us">Contact Us</a>
</div>
</div>
<div class="top">
@@ -69,7 +69,7 @@
<div id="shape"></div>
</div>
<div id="titlebracket">
<h1 style="padding-bottom: 2em;">Torah Study</h1>
<h1 style="padding-bottom: 2em;">Avraham Society Chavurah</h1>
</div>
<div class="bottom">
@@ -89,6 +89,6 @@
</div>
<div id="plug">© 2024 The Avraham Society. Website by <a href="https://swaous.asuscomm.com/">Tyler Clarke</a>. Built with <a href="https://swaous.asuscomm.com/sitix">Sitix.</a></div>
</div>
<script src="main.js"></script>
<script src="http://localhost:8080/main.js"></script>
</body>
</html>