fix capitals?
This commit is contained in:
@@ -165,10 +165,10 @@
|
||||
Others:
|
||||
About 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 }}/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" />
|
||||
<label for="i_1">Kashrut</label>
|
||||
<div>
|
||||
@@ -177,7 +177,7 @@
|
||||
<a href="https://www.instagram.com/kosherwales">@kosherwales</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>
|
||||
<img src="{{ site.baseurl }}/res/arrow-left.svg" onclick="toggle_sidebar()" />
|
||||
</div>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
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.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: default
|
||||
title: Contact Us
|
||||
title: Contact us
|
||||
---
|
||||
|
||||
Kindly contact ovadiah@avrahamsociety.org if you have any questions or concerns.
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: default
|
||||
title: The Cultural Diversity of Judaism
|
||||
title: The cultural diversity of Judaism
|
||||
---
|
||||
|
||||
We celebrate Judaism’s cultural diversity and acknowledge that Jews come from many cultures.
|
||||
|
||||
3
main.js
3
main.js
@@ -7,6 +7,9 @@ if (window.location.hash == "#TCAS_sc1") {
|
||||
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) => {
|
||||
startX = evt.touches[0].clientX;
|
||||
|
||||
Reference in New Issue
Block a user