add caps. heh. also make the buttons way easier to see, and have more margins

This commit is contained in:
Lazy Hippopotamus
2023-07-15 10:33:36 -04:00
parent c48d6823cf
commit 9274f49f5f
5 changed files with 8 additions and 7 deletions

View File

@@ -165,10 +165,10 @@
Others: Others:
About us About us
Contact us --> Contact us -->
<div><a href="{{ site.baseurl }}/about#TCAS_sc1">About us</a></div> <div><a href="{{ site.baseurl }}/about#TCAS_sc1">About Us</a></div>
<div><a href="{{ site.baseurl }}/intro-to-judaism#TCAS_sc1">Intro to Judaism</a></div> <div><a href="{{ site.baseurl }}/intro-to-judaism#TCAS_sc1">Intro to Judaism</a></div>
<div><a href="{{ site.baseurl }}/humanism#TCAS_sc1">Humanism</a></div> <div><a href="{{ site.baseurl }}/humanism#TCAS_sc1">Humanism</a></div>
<div><a href="{{ site.baseurl }}/jewish-history-culture#TCAS_sc1">The cultural diversity of Judaism</a></div> <div><a href="{{ site.baseurl }}/jewish-history-culture#TCAS_sc1">The Cultural Diversity of Judaism</a></div>
<input type="checkbox" id="i_1" class="hidden" /> <input type="checkbox" id="i_1" class="hidden" />
<label for="i_1">Kashrut</label> <label for="i_1">Kashrut</label>
<div> <div>
@@ -177,7 +177,7 @@
<a href="https://www.instagram.com/kosherwales">@kosherwales</a> <a href="https://www.instagram.com/kosherwales">@kosherwales</a>
</div> </div>
<div><a href="{{ site.baseurl }}/membership#TCAS_sc1">Membership</a></div> <div><a href="{{ site.baseurl }}/membership#TCAS_sc1">Membership</a></div>
<div><a href="{{ site.baseurl }}/contact#TCAS_sc1">Contact us</a></div> <div><a href="{{ site.baseurl }}/contact#TCAS_sc1">Contact Us</a></div>
</div> </div>
<img src="{{ site.baseurl }}/res/arrow-left.svg" onclick="toggle_sidebar()" /> <img src="{{ site.baseurl }}/res/arrow-left.svg" onclick="toggle_sidebar()" />
</div> </div>

View File

@@ -1,6 +1,6 @@
--- ---
layout: default layout: default
title: About us title: About Us
--- ---
The Avraham Society is a Jewish Humanist initiative focused on serving the needs of the Jewish communities of Iraq and Kuwait. The Avraham Society is a Jewish Humanist initiative focused on serving the needs of the Jewish communities of Iraq and Kuwait.

View File

@@ -1,6 +1,6 @@
--- ---
layout: default layout: default
title: Contact us title: Contact Us
--- ---
Kindly email ovadiah@avrahamsociety.org if you have any questions or concerns. Kindly email ovadiah@avrahamsociety.org if you have any questions or concerns.

View File

@@ -1,6 +1,6 @@
--- ---
layout: default layout: default
title: The cultural diversity of Judaism title: The Cultural Diversity of Judaism
--- ---
We celebrate Judaisms cultural diversity and acknowledge that Jews come from many cultures. We celebrate Judaisms cultural diversity and acknowledge that Jews come from many cultures.

View File

@@ -195,6 +195,7 @@ h1, h2, h3, h4, h5, h6 {
#sider { #sider {
padding: 20px; padding: 20px;
padding-right: 40px;
} }
body:not(.sidebar-opened) { body:not(.sidebar-opened) {
@@ -220,7 +221,7 @@ body:not(.sidebar-opened) > #sider-outer > #sider > img {
#sider > img { #sider > img {
position: absolute; position: absolute;
right: 10px; right: 0px;
top: 50%; top: 50%;
width: 20px; width: 20px;
} }