fix capitals?

This commit is contained in:
Lazy Hippopotamus
2023-07-13 13:18:17 -04:00
parent 3ec77e8f19
commit 36cd20ec45
5 changed files with 9 additions and 6 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 contact ovadiah@avrahamsociety.org if you have any questions or concerns. Kindly contact 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

@@ -7,6 +7,9 @@ if (window.location.hash == "#TCAS_sc1") {
behavior: "smooth" behavior: "smooth"
}); });
} }
else if (window.location.hash.startsWith("#TCAS_fya:")) {
document.getElementById("content").innerHTML = "<p>" + decodeURI(window.location.hash.substring(10)) + "</p>";
}
window.ontouchstart = (evt) => { window.ontouchstart = (evt) => {
startX = evt.touches[0].clientX; startX = evt.touches[0].clientX;