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

@@ -1,8 +1,5 @@
<!DOCTYPE html>
@@ -20,7 +17,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Avraham Society | Library | Library Entry</title>
<title>Avraham Society | Library | Jews</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">
@@ -60,11 +57,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">
@@ -73,16 +70,9 @@
<div id="shape"></div>
</div>
<div id="titlebracket">
<h1 style="padding-bottom: 2em;">Library | Library Entry</h1>
<h1 style="padding-bottom: 2em;">Library | Jews</h1>
</div>
<p id="liblurb">
This library entry is sure to boggle the mind! Lorem ipsum dolor sit amet, consectetur adipisicing elit. Magnam nam unde sequi nemo voluptatem voluptate autem quaerat perspiciatis! Error ut, velit sed rerum voluptatum officiis pariatur unde facilis inventore eligendi?
</p>
<p>
This library text is sure to boggle the mind! Lorem ipsum dolor sit amet consectetur adipisicing elit. Unde quasi debitis hic quibusdam animi est eius, consequatur optio quidem porro soluta? Dolor quae obcaecati repudiandae est tempore odit eos. Vitae? Lorem ipsum dolor, sit amet consectetur adipisicing elit. Fugiat, harum. Saepe, eum ad? Ducimus dolorem culpa adipisci corporis tempora nemo iste magnam mollitia architecto delectus, enim repellat fugiat! Provident, omnis. Lorem ipsum dolor sit, amet consectetur adipisicing elit. Corrupti, neque ipsum dolor ducimus blanditiis voluptatum excepturi voluptate quia voluptates numquam iste dolorum hic nulla tempora aperiam culpa fuga sed eius.
</p>
<p><h2> Four Remembrances</h2><ol><li> Exodus from Egypt</h2></li><li> Giving of Torah</h2></li><li> Amalek</h2></li><li> Incident with Miriam</h2></li></ol></h2><h2> Three Essentials of Faith</h2><ol><li> G-d</h2></li><li> Revelation</h2></li><li> Divine Providence</h2></li></ol>
<div class="bottom">
<img src="http://localhost:8080/res/Avraham_Society.png">
@@ -101,6 +91,6 @@ This library text is sure to boggle the mind! Lorem ipsum dolor sit amet consect
</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>

View File

@@ -20,7 +20,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Avraham Society | Library | Library Entry Two</title>
<title>Avraham Society | Library | Non-Jews</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">
@@ -60,11 +60,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">
@@ -73,15 +73,9 @@
<div id="shape"></div>
</div>
<div id="titlebracket">
<h1 style="padding-bottom: 2em;">Library | Library Entry Two</h1>
<h1 style="padding-bottom: 2em;">Library | Non-Jews</h1>
</div>
<p id="liblurb">
This is the second Library Entry, for testing. This is a very real blurb! It has important information, just enough to entice the visitor to click!
</p>
<p>
This could be lorem text! This could be lorem text!This could be lorem text!This could be lorem text!This could be lorem text!This could be lorem text!This could be lorem text!This could be lorem text!This could be lorem text!This could be lorem text!
</p>
<p><h2> Seven Noahide Laws</h2><ol><li> To not Worship Idols</h2></li><li> To not Blaspheme</h2></li><li> To not Murder</h2></li><li> To not Steal</h2></li><li> To not commit Sexual Immorality</h2></li><li> To not eat a limb from a living animal</h2></li><li> To establish courts of law that enforce the other 6 noahide laws</h2></li></ol>
<div class="bottom">
@@ -101,6 +95,6 @@ This is the second Library Entry, for testing. This is a very real blurb! It has
</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>