This commit is contained in:
Lazy Hippopotamus
2023-06-25 14:32:52 -04:00
parent 103faffcb9
commit 982727d234
10 changed files with 108 additions and 24 deletions

View File

@@ -31,7 +31,7 @@
</svg>
<div id="sider-outer" class="design-1">
<div id="sider">
<h2>Sidebar</h2>
<h2>Welcome</h2>
<div id="sider-cats">
<!--<input type="checkbox" id="i_1" class="hidden" />
<label for="i_1">Category 1</label>
@@ -45,6 +45,7 @@
<a href="#">Third link, new category</a><br>
<a href="#">Links.</a>
</div>-->
<!--
<div><a href="/about">About Us</a></div>
<div><a href="/contact">Contact Us</a></div>
<br>
@@ -52,7 +53,31 @@
<div><a href="/membership">Membership</a></div>
<div><a href="/volunteer">Volunteer</a></div>
<div><a href="/events">Events</a></div>
<div><a href="/charities">Charities</a></div>
<div><a href="/charities">Charities</a></div>-->
<!--
Intro to Judaism
Humanism
Jewish Culture & History
Kashrut
Membership
Events
Others:
About us
Contact us -->
<div><a href="/about">About Us</a></div>
<div><a href="/intro-to-judaism">Intro to Judaism</a></div>
<div><a href="/humanism">Humanism</a></div>
<div><a href="/jewish-history-culture">Jewish Culture & History</a></div>
<input type="checkbox" id="i_1" class="hidden" />
<label for="i_1">Kashrut</label>
<div>
<a href="https://www.instagram.com/kosherkuwait">@kosherkuwait</a><br>
<a href="https://www.instagram.com/kosheriraq1">@kosheriraq1</a>
</div>
<div><a href="/membership">Membership</a></div>
<div><a href="/contact">Contact Us</a></div>
</div>
<img src="/res/arrow-none.svg" onclick="toggle_sidebar()" />
</div>
@@ -61,7 +86,7 @@
<div id="header">
<div id="head-marker" class="scrolly"></div>
<div id="headin">
<a href="/" style="color: black;"><h1>Jhewit</h1></a>
<a href="/" style="color: black;"><h1>{{ site.title }}</h1></a>
<div id="links-outer">
<input id="hambugha" type="checkbox" style="display: none;">
<label for="hambugha">Ham</label>
@@ -103,20 +128,20 @@
</div>
</div>
</div>
<div class="carousel-outer">
<!--<div class="carousel-outer">
<img src="/res/arrow-left.svg" />
<div class="carousel" id="carousel_1">
<div style="background-image: url(https://www.rebeccas.com/mm5/graphics/00000001/nv1364.jpg);" class="selected"><a href="/intro-to-judaism">Intro to Judaism</a></div>
<div style="background-image: url(https://www.rebeccas.com/mm5/graphics/00000001/nv1364.jpg);"><a href="/humanism"></a>Humanism</a></div>
<div style="background-image: url(https://www.rebeccas.com/mm5/graphics/00000001/nv1364.jpg);"><a href="/jewish-history-culture"></a>Jewish History/Culture</a></div>
<div style="background-image: url(https://www.rebeccas.com/mm5/graphics/00000001/nv1364.jpg);"><a href="/landmarks"></a>Landmarks</a></div>
<div style="background-image: url(https://www.rebeccas.com/mm5/graphics/00000001/nv1364.jpg);"><a href="/humanism">Humanism</a></div>
<div style="background-image: url(https://www.rebeccas.com/mm5/graphics/00000001/nv1364.jpg);"><a href="/jewish-history-culture">Jewish History/Culture</a></div>
<div style="background-image: url(https://www.rebeccas.com/mm5/graphics/00000001/nv1364.jpg);"><a href="/landmarks">Landmarks</a></div>
</div>
<img src="/res/arrow-right.svg" />
</div>
</div>-->
<div id="content">
{{ content }}
</div>
<div id="footer">
<!--<div id="footer">
<p>
This is a footer for content to go into.
</p>
@@ -126,9 +151,9 @@
<p>
The footer is good for a quick About blurb, social icons, etc.
</p>
</div>
</div>-->
<div id="truebottom">
© Jhew It Org. All rights reserved. Website by <a href="https://swaous.asuscomm.com">Tyler Clarke</a>.
© 2023 Avraham Society. All rights reserved. Website by <a href="https://swaous.asuscomm.com">Tyler Clarke</a>.
</div>
</div>
<script src="/main.js"></script>