tweaks
All checks were successful
avraham dev build / Build-Docker-Image (push) Successful in 50s

This commit is contained in:
2025-04-29 17:57:14 -04:00
parent 0662f58fed
commit bc5309b9af
23 changed files with 241 additions and 189 deletions

View File

@@ -0,0 +1,20 @@
name: avraham dev build
run-name: building dev.clarkeis.com/avrahamsociety/
on: [push]
jobs:
Build-Docker-Image:
runs-on: ubuntu-latest
steps:
- name: Pull repo
uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: swaous.asuscomm.com
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build
run: |
docker build -t swaous.asuscomm.com/avrahamsociety.org:latest .
docker push swaous.asuscomm.com/avrahamsociety.org:latest

24
Dockerfile Normal file
View File

@@ -0,0 +1,24 @@
FROM swaous.asuscomm.com/sitix:latest AS build
# build the site
RUN mkdir site
COPY site site
RUN ls site
ARG SITIX_ENVIRONMENT="production"
RUN /sitix site -y -c ${SITIX_ENVIRONMENT}
FROM busybox:1.35
# Copy the static website
COPY --from=build /output /output
WORKDIR output
# Run BusyBox httpd
CMD ["busybox", "httpd", "-f", "-v", "-p", "80"]

View File

@@ -17,9 +17,9 @@
<head>
<meta charset="UTF-8">
<title>Avraham Society | About Us</title>
<link rel="stylesheet" href="https://avrahamsociety.org//main.css" />
<link rel="manifest" href="https://avrahamsociety.org//manifest.json"/>
<link rel="icon" href="https://avrahamsociety.org//res/Avraham_Society_icon.png">
<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">
<!--
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -37,7 +37,7 @@
<meta property="og:type" content="website">
<meta property="og:title" content="Avraham Society | Home">
<meta property="og:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta property="og:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta property="og:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
@@ -45,7 +45,7 @@
<meta property="twitter:url" content="https://avrahamsociety.org">
<meta name="twitter:title" content="Avraham Society | Home">
<meta name="twitter:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta name="twitter:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta name="twitter:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
@@ -55,12 +55,12 @@
<div id="bg"></div>
<div id="main">
<div id="banner">
<a href="https://avrahamsociety.org/"><img src="https://avrahamsociety.org//res/Avraham_Society.png"></a>
<a href="http://localhost:8080/"><img src="http://localhost:8080//res/new_logo.webp"></a>
<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="https://avrahamsociety.org//">Home</a> <!--<a onclick="localStorage.refered = true" href="https://avrahamsociety.org//intro-to-judaism">Intro to Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//jewish-history-culture">Jewish History and Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//landmarks">Jewish Landmarks</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanism">Humanism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a>--> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//about">About Us</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanistic-judaism">Humanistic Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//solidarity-values">Statement of Solidarity and Values</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//librarymain">Library</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//culture">Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//services">Services</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//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//solidarity-values">Statement of Solidarity and Values</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,22 +73,22 @@
</div>
<p> The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.</p><p> We also seek to promote peace and understanding by raising awareness about Judaism and combatting antisemitism.</p><p> We are a community and safe space that is service oriented based on the principle of Tikkun Olam (fixing the world).</p><p> Our leadership team is diverse in age, culture, and experiences. We welcome anyone who shares our views and wishes to contribute to our community.
<div class="bottom">
<img src="https://avrahamsociety.org//res/Avraham_Society.png">
<img src="http://localhost:8080//res/new_logo.webp">
<div>
<p style="padding-bottom: 100px;font-family: sans-serif;font-weight: bold;font-size: 1.4em;">
The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.
</p>
<div class="centered-container">
<div class="social">
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="https://avrahamsociety.org//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="http://localhost:8080//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://discord.com/invite/tWesqdXmSa">Discord</a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="https://avrahamsociety.org//res/Facebook_Logo_Primary.png" /></a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="http://localhost:8080//res/Facebook_Logo_Primary.png" /></a>
</div>
</div>
</div>
</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="https://avrahamsociety.org//main.js"></script>
<script src="http://localhost:8080//main.js"></script>
</body>
</html>

File diff suppressed because one or more lines are too long

View File

@@ -17,9 +17,9 @@
<head>
<meta charset="UTF-8">
<title>Avraham Society | Contact Us</title>
<link rel="stylesheet" href="https://avrahamsociety.org//main.css" />
<link rel="manifest" href="https://avrahamsociety.org//manifest.json"/>
<link rel="icon" href="https://avrahamsociety.org//res/Avraham_Society_icon.png">
<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">
<!--
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -37,7 +37,7 @@
<meta property="og:type" content="website">
<meta property="og:title" content="Avraham Society | Home">
<meta property="og:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta property="og:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta property="og:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
@@ -45,7 +45,7 @@
<meta property="twitter:url" content="https://avrahamsociety.org">
<meta name="twitter:title" content="Avraham Society | Home">
<meta name="twitter:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta name="twitter:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta name="twitter:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
@@ -55,12 +55,12 @@
<div id="bg"></div>
<div id="main">
<div id="banner">
<a href="https://avrahamsociety.org/"><img src="https://avrahamsociety.org//res/Avraham_Society.png"></a>
<a href="http://localhost:8080/"><img src="http://localhost:8080//res/new_logo.webp"></a>
<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="https://avrahamsociety.org//">Home</a> <!--<a onclick="localStorage.refered = true" href="https://avrahamsociety.org//intro-to-judaism">Intro to Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//jewish-history-culture">Jewish History and Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//landmarks">Jewish Landmarks</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanism">Humanism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a>--> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//about">About Us</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanistic-judaism">Humanistic Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//solidarity-values">Statement of Solidarity and Values</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//librarymain">Library</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//culture">Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//services">Services</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//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//solidarity-values">Statement of Solidarity and Values</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,22 +73,22 @@
</div>
<p style="text-align: center;"> Kindly email <a href="ovadiah@avrahamsociety.org">ovadiah@avrahamsociety.org</a> if you have any questions or concerns. </p>
<div class="bottom">
<img src="https://avrahamsociety.org//res/Avraham_Society.png">
<img src="http://localhost:8080//res/new_logo.webp">
<div>
<p style="padding-bottom: 100px;font-family: sans-serif;font-weight: bold;font-size: 1.4em;">
The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.
</p>
<div class="centered-container">
<div class="social">
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="https://avrahamsociety.org//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="http://localhost:8080//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://discord.com/invite/tWesqdXmSa">Discord</a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="https://avrahamsociety.org//res/Facebook_Logo_Primary.png" /></a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="http://localhost:8080//res/Facebook_Logo_Primary.png" /></a>
</div>
</div>
</div>
</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="https://avrahamsociety.org//main.js"></script>
<script src="http://localhost:8080//main.js"></script>
</body>
</html>

View File

@@ -17,9 +17,9 @@
<head>
<meta charset="UTF-8">
<title>Avraham Society | Culture</title>
<link rel="stylesheet" href="https://avrahamsociety.org//main.css" />
<link rel="manifest" href="https://avrahamsociety.org//manifest.json"/>
<link rel="icon" href="https://avrahamsociety.org//res/Avraham_Society_icon.png">
<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">
<!--
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -37,7 +37,7 @@
<meta property="og:type" content="website">
<meta property="og:title" content="Avraham Society | Home">
<meta property="og:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta property="og:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta property="og:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
@@ -45,7 +45,7 @@
<meta property="twitter:url" content="https://avrahamsociety.org">
<meta name="twitter:title" content="Avraham Society | Home">
<meta name="twitter:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta name="twitter:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta name="twitter:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
@@ -55,12 +55,12 @@
<div id="bg"></div>
<div id="main">
<div id="banner">
<a href="https://avrahamsociety.org/"><img src="https://avrahamsociety.org//res/Avraham_Society.png"></a>
<a href="http://localhost:8080/"><img src="http://localhost:8080//res/new_logo.webp"></a>
<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="https://avrahamsociety.org//">Home</a> <!--<a onclick="localStorage.refered = true" href="https://avrahamsociety.org//intro-to-judaism">Intro to Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//jewish-history-culture">Jewish History and Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//landmarks">Jewish Landmarks</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanism">Humanism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a>--> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//about">About Us</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanistic-judaism">Humanistic Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//solidarity-values">Statement of Solidarity and Values</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//librarymain">Library</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//culture">Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//services">Services</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//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//solidarity-values">Statement of Solidarity and Values</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,22 +73,22 @@
</div>
<div id="culture"> <div> <div> <iframe class="ytframe" width="996" height="747" src="https://www.youtube.com/embed/ybw7INieV10" title="daoud and saleh al kuwaiti - walla ajabni jamalak" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> </div> <p> Saleh and Daoud Al-Kuwaiti were Kuwaiti born musicians that belonged to the Jewish Community of Kuwait and contributed to the Kuwaiti Sawt genre. The Al-Kuwaiti Brothers street in Tel Aviv is named after them. </p> </div> <div> <div> <iframe class="ytframe" width="1280" height="720" src="https://www.youtube.com/embed/9A1fjI_ve7c" title="Wen Raich Wen - Dudu Tassa&amp; The Kuwaitis | דודו טסה והכוויתים" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> </div> <p> David “Dudu” Tassa is the grandson of Daoud Al-Kuwaiti and is the leader of the band Dudu Tassa & the Kuwaitis. He is a successful musician in Israel and has songs in Arabic. </p> </div> <div> <div> <iframe class="ytframe" width="1280" height="720" src="https://www.youtube.com/embed/r2lDBjzF2o0" title="مقبره اليهود في الكويت لأول مره" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> </div> <p> Hussain Al-Failakawi is a local YouTuber in Kuwait. In this Arabic video he visited the Jewish Cemetery of Kuwait and has a message from Dudu Tassa. </p> </div> <div> <div> <iframe class="ytframe" width="996" height="747" src="https://www.youtube.com/embed/jSbC4eGZPj0" title="ايما هافا ناغيلا Ema Shah Hava Nagila" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> </div> <p> Emma Shah is a Kuwaiti Singer. In this video she is singing Hava Nagila to the Kuwait Citys Alumni Club. She received the Pomegranate Award and performed at the American Sephardi Federation in New York at the Center for Jewish History. </p> </div> <div> <div> <iframe class="ytframe" width="1280" height="720" src="https://www.youtube.com/embed/DxCTNdL4v7g" title="Interview with Rabbi David Rosen for Interheart Kuwait" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> </div> <p> Inteeheart Kuwait/Italia is an initially Kuwaiti initiative founded by Luca Picilli and Nejoud Al-Yagoit that spreads a message of oneness and love beyond discrimination. In this video Nejoud interviews Rabbi David Rosen who is an Advisor to the Abrahamic Family House in Abu Dhabi. </p> </div> </div>
<div class="bottom">
<img src="https://avrahamsociety.org//res/Avraham_Society.png">
<img src="http://localhost:8080//res/new_logo.webp">
<div>
<p style="padding-bottom: 100px;font-family: sans-serif;font-weight: bold;font-size: 1.4em;">
The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.
</p>
<div class="centered-container">
<div class="social">
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="https://avrahamsociety.org//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="http://localhost:8080//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://discord.com/invite/tWesqdXmSa">Discord</a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="https://avrahamsociety.org//res/Facebook_Logo_Primary.png" /></a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="http://localhost:8080//res/Facebook_Logo_Primary.png" /></a>
</div>
</div>
</div>
</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="https://avrahamsociety.org//main.js"></script>
<script src="http://localhost:8080//main.js"></script>
</body>
</html>

View File

@@ -17,9 +17,9 @@
<head>
<meta charset="UTF-8">
<title>Avraham Society | Humanistic Judaism</title>
<link rel="stylesheet" href="https://avrahamsociety.org//main.css" />
<link rel="manifest" href="https://avrahamsociety.org//manifest.json"/>
<link rel="icon" href="https://avrahamsociety.org//res/Avraham_Society_icon.png">
<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">
<!--
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -37,7 +37,7 @@
<meta property="og:type" content="website">
<meta property="og:title" content="Avraham Society | Home">
<meta property="og:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta property="og:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta property="og:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
@@ -45,7 +45,7 @@
<meta property="twitter:url" content="https://avrahamsociety.org">
<meta name="twitter:title" content="Avraham Society | Home">
<meta name="twitter:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta name="twitter:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta name="twitter:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
@@ -55,12 +55,12 @@
<div id="bg"></div>
<div id="main">
<div id="banner">
<a href="https://avrahamsociety.org/"><img src="https://avrahamsociety.org//res/Avraham_Society.png"></a>
<a href="http://localhost:8080/"><img src="http://localhost:8080//res/new_logo.webp"></a>
<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="https://avrahamsociety.org//">Home</a> <!--<a onclick="localStorage.refered = true" href="https://avrahamsociety.org//intro-to-judaism">Intro to Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//jewish-history-culture">Jewish History and Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//landmarks">Jewish Landmarks</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanism">Humanism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a>--> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//about">About Us</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanistic-judaism">Humanistic Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//solidarity-values">Statement of Solidarity and Values</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//librarymain">Library</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//culture">Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//services">Services</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//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//solidarity-values">Statement of Solidarity and Values</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,22 +73,22 @@
</div>
<p> Humanism is a focus on action instead of wishful thinking and an occupation with the affairs and general welfare of humankind.</p><p> Our Humanism is based on promoting peace and harmony between peoples and nations. It is also service oriented where we seek to be of assistance to the Jewish communities of the MENA region.</p><p> We respect all recognized faiths and denominations and tolerate belief or lack thereof. We affirm and appreciate the diversity of humankind across many cultures and traditions as we stand firmly against ethnocentrism and all forms of discrimination.</p><p> Furthermore, we value individual liberty including the freedoms of expression, belief, association, movement, trade, and choice along with other liberal values and human rights.</p><p> Judaism is an Abrahamic religion of diverse opinions. It encourages learning, has universalist and particularist features, and pursues the perfection of the world and mankind.</p><p> Judaism is the collective heritage of the Jewish people and associated with it one can find Jewish culture, history, religion, and languages.</p><p> Being an enthno-religion it is also an ethnicity and has a focus on the land of Israel along with the diaspora.</p><p> Shabbat (the day of rest), Pesach (which is connected to freedom), Sukkot (festival of booths), and Shavuot (which is connected to receiving the Torah) are important festivals in Judaism along with Yom Kippur (which is connected to repentance)</p><p> The Avraham Society seeks to raise awareness about Judaism in all of its unique facets with an emphasis on Judaisms universalist perspectives and its cultural elements.</p><p> We believe in an inclusive Judaism which affirms humanitarian values and is at peace with the abrahamic/semitic religions and cultures.</p><p> Our focus in Judaism is primarily on secular worldly/humanistic matters namely the concept of Tikkun Olam (fixing the world) along with values such as equality and Social Justice.</p><p> Our humanism is apolitical and doesnt discriminate based on belief, ethnicity, nationality, sex, orientation, race, etc. To us all humans are inherently equal.</p><p> We celebrate Judaisms cultural diversity and acknowledge that Jews come from many cultures.</p><p> There is no way to look Jewish, rather Jews have a variety of customs and traditions from all over the world.</p><p> Our focus is on Kuwaiti Jews and their heritage namely in Kuwait and abroad and the Mizrahi culture in general.</p><p> We do not privilege one tradition over another rather we connect with the heritage of our lands and seek to accommodate a plurality of traditions in our members to connect with the wider Jewish world.</p><p> Kuwait has a special place in our hearts given that our initiative was based on it and on serving its Jewish community.</p><p> However as humanists our vision is worldwide and our concern reflects many cultures both Jewish and non-Jewish.</p><p> We seek to promote a safe space where differences are understood and respected. This is a community to celebrate humanity as a whole with a focus on Judaism and preserving Mizrahi culture.
<div class="bottom">
<img src="https://avrahamsociety.org//res/Avraham_Society.png">
<img src="http://localhost:8080//res/new_logo.webp">
<div>
<p style="padding-bottom: 100px;font-family: sans-serif;font-weight: bold;font-size: 1.4em;">
The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.
</p>
<div class="centered-container">
<div class="social">
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="https://avrahamsociety.org//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="http://localhost:8080//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://discord.com/invite/tWesqdXmSa">Discord</a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="https://avrahamsociety.org//res/Facebook_Logo_Primary.png" /></a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="http://localhost:8080//res/Facebook_Logo_Primary.png" /></a>
</div>
</div>
</div>
</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="https://avrahamsociety.org//main.js"></script>
<script src="http://localhost:8080//main.js"></script>
</body>
</html>

View File

@@ -17,9 +17,9 @@
<head>
<meta charset="UTF-8">
<title>Avraham Society | Home</title>
<link rel="stylesheet" href="https://avrahamsociety.org//main.css" />
<link rel="manifest" href="https://avrahamsociety.org//manifest.json"/>
<link rel="icon" href="https://avrahamsociety.org//res/Avraham_Society_icon.png">
<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">
<!--
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -37,7 +37,7 @@
<meta property="og:type" content="website">
<meta property="og:title" content="Avraham Society | Home">
<meta property="og:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta property="og:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta property="og:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
@@ -45,7 +45,7 @@
<meta property="twitter:url" content="https://avrahamsociety.org">
<meta name="twitter:title" content="Avraham Society | Home">
<meta name="twitter:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta name="twitter:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta name="twitter:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
@@ -55,12 +55,12 @@
<div id="bg"></div>
<div id="main">
<div id="banner">
<a href="https://avrahamsociety.org/"><img src="https://avrahamsociety.org//res/Avraham_Society.png"></a>
<a href="http://localhost:8080/"><img src="http://localhost:8080//res/new_logo.webp"></a>
<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="https://avrahamsociety.org//">Home</a> <!--<a onclick="localStorage.refered = true" href="https://avrahamsociety.org//intro-to-judaism">Intro to Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//jewish-history-culture">Jewish History and Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//landmarks">Jewish Landmarks</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanism">Humanism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a>--> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//about">About Us</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanistic-judaism">Humanistic Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//solidarity-values">Statement of Solidarity and Values</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//librarymain">Library</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//culture">Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//services">Services</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//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//solidarity-values">Statement of Solidarity and Values</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,22 +73,22 @@
</div>
<p style="text-align: center;"> Welcome to the Avraham Society! If you are looking for the Jewish Humanist voice of the MENA region then you came to the right place! We are the home of future leaders who want to make a change in the world. We are an opportunity for all Jews and everything Jewish or Jew-ish! This is our oasis of Jewish Culture and a celebration of Humanism and Humanity! </p>
<div class="bottom">
<img src="https://avrahamsociety.org//res/Avraham_Society.png">
<img src="http://localhost:8080//res/new_logo.webp">
<div>
<p style="padding-bottom: 100px;font-family: sans-serif;font-weight: bold;font-size: 1.4em;">
The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.
</p>
<div class="centered-container">
<div class="social">
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="https://avrahamsociety.org//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="http://localhost:8080//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://discord.com/invite/tWesqdXmSa">Discord</a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="https://avrahamsociety.org//res/Facebook_Logo_Primary.png" /></a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="http://localhost:8080//res/Facebook_Logo_Primary.png" /></a>
</div>
</div>
</div>
</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="https://avrahamsociety.org//main.js"></script>
<script src="http://localhost:8080//main.js"></script>
</body>
</html>

View File

@@ -18,9 +18,9 @@
<head>
<meta charset="UTF-8">
<title>Avraham Society | Library | Jews</title>
<link rel="stylesheet" href="https://avrahamsociety.org//main.css" />
<link rel="manifest" href="https://avrahamsociety.org//manifest.json"/>
<link rel="icon" href="https://avrahamsociety.org//res/Avraham_Society_icon.png">
<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">
<!--
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -38,7 +38,7 @@
<meta property="og:type" content="website">
<meta property="og:title" content="Avraham Society | Home">
<meta property="og:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta property="og:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta property="og:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
@@ -46,7 +46,7 @@
<meta property="twitter:url" content="https://avrahamsociety.org">
<meta name="twitter:title" content="Avraham Society | Home">
<meta name="twitter:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta name="twitter:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta name="twitter:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
@@ -56,12 +56,12 @@
<div id="bg"></div>
<div id="main">
<div id="banner">
<a href="https://avrahamsociety.org/"><img src="https://avrahamsociety.org//res/Avraham_Society.png"></a>
<a href="http://localhost:8080/"><img src="http://localhost:8080//res/new_logo.webp"></a>
<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="https://avrahamsociety.org//">Home</a> <!--<a onclick="localStorage.refered = true" href="https://avrahamsociety.org//intro-to-judaism">Intro to Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//jewish-history-culture">Jewish History and Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//landmarks">Jewish Landmarks</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanism">Humanism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a>--> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//about">About Us</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanistic-judaism">Humanistic Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//solidarity-values">Statement of Solidarity and Values</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//librarymain">Library</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//culture">Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//services">Services</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//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//solidarity-values">Statement of Solidarity and Values</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">
@@ -75,22 +75,22 @@
<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="https://avrahamsociety.org//res/Avraham_Society.png">
<img src="http://localhost:8080//res/new_logo.webp">
<div>
<p style="padding-bottom: 100px;font-family: sans-serif;font-weight: bold;font-size: 1.4em;">
The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.
</p>
<div class="centered-container">
<div class="social">
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="https://avrahamsociety.org//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="http://localhost:8080//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://discord.com/invite/tWesqdXmSa">Discord</a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="https://avrahamsociety.org//res/Facebook_Logo_Primary.png" /></a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="http://localhost:8080//res/Facebook_Logo_Primary.png" /></a>
</div>
</div>
</div>
</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="https://avrahamsociety.org//main.js"></script>
<script src="http://localhost:8080//main.js"></script>
</body>
</html>

View File

@@ -21,9 +21,9 @@
<head>
<meta charset="UTF-8">
<title>Avraham Society | Library | Non-Jews</title>
<link rel="stylesheet" href="https://avrahamsociety.org//main.css" />
<link rel="manifest" href="https://avrahamsociety.org//manifest.json"/>
<link rel="icon" href="https://avrahamsociety.org//res/Avraham_Society_icon.png">
<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">
<!--
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -41,7 +41,7 @@
<meta property="og:type" content="website">
<meta property="og:title" content="Avraham Society | Home">
<meta property="og:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta property="og:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta property="og:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
@@ -49,7 +49,7 @@
<meta property="twitter:url" content="https://avrahamsociety.org">
<meta name="twitter:title" content="Avraham Society | Home">
<meta name="twitter:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta name="twitter:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta name="twitter:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
@@ -59,12 +59,12 @@
<div id="bg"></div>
<div id="main">
<div id="banner">
<a href="https://avrahamsociety.org/"><img src="https://avrahamsociety.org//res/Avraham_Society.png"></a>
<a href="http://localhost:8080/"><img src="http://localhost:8080//res/new_logo.webp"></a>
<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="https://avrahamsociety.org//">Home</a> <!--<a onclick="localStorage.refered = true" href="https://avrahamsociety.org//intro-to-judaism">Intro to Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//jewish-history-culture">Jewish History and Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//landmarks">Jewish Landmarks</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanism">Humanism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a>--> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//about">About Us</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanistic-judaism">Humanistic Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//solidarity-values">Statement of Solidarity and Values</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//librarymain">Library</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//culture">Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//services">Services</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//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//solidarity-values">Statement of Solidarity and Values</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">
@@ -79,22 +79,22 @@
<div class="bottom">
<img src="https://avrahamsociety.org//res/Avraham_Society.png">
<img src="http://localhost:8080//res/new_logo.webp">
<div>
<p style="padding-bottom: 100px;font-family: sans-serif;font-weight: bold;font-size: 1.4em;">
The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.
</p>
<div class="centered-container">
<div class="social">
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="https://avrahamsociety.org//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="http://localhost:8080//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://discord.com/invite/tWesqdXmSa">Discord</a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="https://avrahamsociety.org//res/Facebook_Logo_Primary.png" /></a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="http://localhost:8080//res/Facebook_Logo_Primary.png" /></a>
</div>
</div>
</div>
</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="https://avrahamsociety.org//main.js"></script>
<script src="http://localhost:8080//main.js"></script>
</body>
</html>

View File

@@ -17,9 +17,9 @@
<head>
<meta charset="UTF-8">
<title>Avraham Society | Library</title>
<link rel="stylesheet" href="https://avrahamsociety.org//main.css" />
<link rel="manifest" href="https://avrahamsociety.org//manifest.json"/>
<link rel="icon" href="https://avrahamsociety.org//res/Avraham_Society_icon.png">
<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">
<!--
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -37,7 +37,7 @@
<meta property="og:type" content="website">
<meta property="og:title" content="Avraham Society | Home">
<meta property="og:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta property="og:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta property="og:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
@@ -45,7 +45,7 @@
<meta property="twitter:url" content="https://avrahamsociety.org">
<meta name="twitter:title" content="Avraham Society | Home">
<meta name="twitter:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta name="twitter:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta name="twitter:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
@@ -55,12 +55,12 @@
<div id="bg"></div>
<div id="main">
<div id="banner">
<a href="https://avrahamsociety.org/"><img src="https://avrahamsociety.org//res/Avraham_Society.png"></a>
<a href="http://localhost:8080/"><img src="http://localhost:8080//res/new_logo.webp"></a>
<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="https://avrahamsociety.org//">Home</a> <!--<a onclick="localStorage.refered = true" href="https://avrahamsociety.org//intro-to-judaism">Intro to Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//jewish-history-culture">Jewish History and Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//landmarks">Jewish Landmarks</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanism">Humanism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a>--> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//about">About Us</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanistic-judaism">Humanistic Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//solidarity-values">Statement of Solidarity and Values</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//librarymain">Library</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//culture">Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//services">Services</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//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//solidarity-values">Statement of Solidarity and Values</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">
@@ -71,25 +71,25 @@
<div id="titlebracket">
<h1 style="padding-bottom: 2em;">Library</h1>
</div>
<div id="library"> <div id="libpages"> <a href="https://avrahamsociety.org//library/aentry1.html"> <span> Jews </span> <p> Reminders for Jews </p> <span><img src="https://avrahamsociety.org//res/librarrow.svg"></span> </a> <a href="https://avrahamsociety.org//library/aentry1.html"> <span> Non-Jews </span> <p> Reminders for Non-Jews
</p> <span><img src="https://avrahamsociety.org//res/librarrow.svg"></span> </a> </div> <div id="study"> <div id="study-inner"> <h1 style="color: var(--kuwaitred);">Daily Study</h1> <div> Bustan Al Uqul: Chapter <b id="bustanaluqul"></b> </div> <div> Tomer Devorah: Chapter <b id="tomerdevorah"></b> </div> </div> </div> </div> <script src="https://avrahamsociety.org//torahstudy.js"></script>
<div id="library"> <div id="libpages"> <a href="http://localhost:8080//library/aentry1.html"> <span> Jews </span> <p> Reminders for Jews </p> <span><img src="http://localhost:8080//res/librarrow.svg"></span> </a> <a href="http://localhost:8080//library/aentry1.html"> <span> Non-Jews </span> <p> Reminders for Non-Jews
</p> <span><img src="http://localhost:8080//res/librarrow.svg"></span> </a> </div> <div id="study"> <div id="study-inner"> <h1 style="color: var(--kuwaitred);">Daily Study</h1> <div> Bustan Al Uqul: Chapter <b id="bustanaluqul"></b> </div> <div> Tomer Devorah: Chapter <b id="tomerdevorah"></b> </div> </div> </div> </div> <script src="http://localhost:8080//torahstudy.js"></script>
<div class="bottom">
<img src="https://avrahamsociety.org//res/Avraham_Society.png">
<img src="http://localhost:8080//res/new_logo.webp">
<div>
<p style="padding-bottom: 100px;font-family: sans-serif;font-weight: bold;font-size: 1.4em;">
The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.
</p>
<div class="centered-container">
<div class="social">
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="https://avrahamsociety.org//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="http://localhost:8080//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://discord.com/invite/tWesqdXmSa">Discord</a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="https://avrahamsociety.org//res/Facebook_Logo_Primary.png" /></a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="http://localhost:8080//res/Facebook_Logo_Primary.png" /></a>
</div>
</div>
</div>
</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="https://avrahamsociety.org//main.js"></script>
<script src="http://localhost:8080//main.js"></script>
</body>
</html>

View File

@@ -18,6 +18,9 @@
--humanbody: #434343;
--handledark: #7a6034;
--scrollpaperlight: #d5c6ad;
--newpurple: #ca2862;
--newgold: #e1c305;
--newblue: #43baef;
}
img {
@@ -33,7 +36,7 @@ img {
width: 100vw;
height: 100vh;
overflow: hidden;
background-image: url(res/Avraham_Society.png),
background-image: url(res/new_logo.webp),
/*linear-gradient(90deg, var(--kuwaitgreen), var(--cream), var(--kuwaitred), black)*/
/*linear-gradient(rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 0.5)), */linear-gradient(45deg, red, rgb(0, 255, 0, 0), green),
linear-gradient(135deg, black, rgb(255, 255, 255, 0), white);
@@ -55,7 +58,8 @@ img {
}
#main > div, #main > p, #main > ol, #main > ul, #main > h1, #main > h2 {
background-color: var(--scrollpaperlight);
background-color: white /*var(--scrollpaperlight)*/;
}
#main > p:first-of-type {
@@ -71,7 +75,7 @@ img {
padding-left: 25vw;
padding-right: 25vw;
line-height: 2em;
font-family: "Anton";
font-family: sans-serif;
}
#main > div.space {
@@ -111,7 +115,7 @@ img {
#shape {
height: calc(10vh + 3px);
width: 100vw;
background-color: var(--kuwaitred);
background-color: var(--newgold); /* kuwaitred */
clip-path: polygon(0% calc(100% - 3px), 0% 100%, 100% 100%, 100% calc(100% - 3px), 50% 0%);
position: absolute;
bottom: -1px;
@@ -126,14 +130,14 @@ img {
top: 3px;
left: 0px;
clip-path: inherit;
background-color: var(--scrollpaperlight);
background-color: white;
}
#title {
font-size: 4em;
font-family: Lobster;
text-align: center;
background-color: var(--kuwaitred);
background-color: var(--newgold);
color: black;
padding-top: 62px; /* todo: make this less terrible */
position: sticky;
@@ -181,11 +185,11 @@ div#nav {
}
div#banner {
background-color: var(--humanbody);
background-color: var(--newpurple); /* --humanbody */
color: white;
/*--colorslant-point: clamp(20px, 10vw, 200px);
background-image: linear-gradient(90deg, var(--kuwaitred) 0px, var(--kuwaitred) var(--colorslant-point), white var(--colorslant-point), white calc(100% - var(--colorslant-point)), var(--kuwaitred) calc(100% - var(--colorslant-point)));*/
border-bottom: 4px solid var(--scrollight);
border-bottom: 4px solid var(--newgold); /* scrollight */
border-top: none;
/*box-shadow: 0px 0px 5px var(--kuwaitred);*/
/*box-shadow: 0px 0px 5px black;*/

View File

@@ -17,9 +17,9 @@
<head>
<meta charset="UTF-8">
<title>Avraham Society | Membership</title>
<link rel="stylesheet" href="https://avrahamsociety.org//main.css" />
<link rel="manifest" href="https://avrahamsociety.org//manifest.json"/>
<link rel="icon" href="https://avrahamsociety.org//res/Avraham_Society_icon.png">
<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">
<!--
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -37,7 +37,7 @@
<meta property="og:type" content="website">
<meta property="og:title" content="Avraham Society | Home">
<meta property="og:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta property="og:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta property="og:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
@@ -45,7 +45,7 @@
<meta property="twitter:url" content="https://avrahamsociety.org">
<meta name="twitter:title" content="Avraham Society | Home">
<meta name="twitter:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta name="twitter:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta name="twitter:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
@@ -55,12 +55,12 @@
<div id="bg"></div>
<div id="main">
<div id="banner">
<a href="https://avrahamsociety.org/"><img src="https://avrahamsociety.org//res/Avraham_Society.png"></a>
<a href="http://localhost:8080/"><img src="http://localhost:8080//res/new_logo.webp"></a>
<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="https://avrahamsociety.org//">Home</a> <!--<a onclick="localStorage.refered = true" href="https://avrahamsociety.org//intro-to-judaism">Intro to Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//jewish-history-culture">Jewish History and Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//landmarks">Jewish Landmarks</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanism">Humanism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a>--> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//about">About Us</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanistic-judaism">Humanistic Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//solidarity-values">Statement of Solidarity and Values</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//librarymain">Library</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//culture">Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//services">Services</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//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//solidarity-values">Statement of Solidarity and Values</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,22 +73,22 @@
</div>
<p> We accept all tolerant and open minded people as members of our initiative. Membership is service-oriented therefore we expect our members to volunteer/contribute to our organization.</p><p> We interview our applicants and select them on a case-by-case basis to accommodate their skill-sets and make them feel included.</p><p> We take a holistic approach in supporting our members that includes the financial, spiritual, emotional, and intellectual.</p><p> We do not discriminate and promote the values of peace and equality within our society. Kindly send us an email if you are interested in applying. Our community is primarily Discord-based. Alternatively, you can join our <a href="https://discord.gg/52DFF2ep">discord</a> as a guest.
<div class="bottom">
<img src="https://avrahamsociety.org//res/Avraham_Society.png">
<img src="http://localhost:8080//res/new_logo.webp">
<div>
<p style="padding-bottom: 100px;font-family: sans-serif;font-weight: bold;font-size: 1.4em;">
The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.
</p>
<div class="centered-container">
<div class="social">
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="https://avrahamsociety.org//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="http://localhost:8080//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://discord.com/invite/tWesqdXmSa">Discord</a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="https://avrahamsociety.org//res/Facebook_Logo_Primary.png" /></a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="http://localhost:8080//res/Facebook_Logo_Primary.png" /></a>
</div>
</div>
</div>
</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="https://avrahamsociety.org//main.js"></script>
<script src="http://localhost:8080//main.js"></script>
</body>
</html>

BIN
output/res/new_logo.webp Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -17,9 +17,9 @@
<head>
<meta charset="UTF-8">
<title>Avraham Society | Kashrut</title>
<link rel="stylesheet" href="https://avrahamsociety.org//main.css" />
<link rel="manifest" href="https://avrahamsociety.org//manifest.json"/>
<link rel="icon" href="https://avrahamsociety.org//res/Avraham_Society_icon.png">
<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">
<!--
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -37,7 +37,7 @@
<meta property="og:type" content="website">
<meta property="og:title" content="Avraham Society | Home">
<meta property="og:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta property="og:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta property="og:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
@@ -45,7 +45,7 @@
<meta property="twitter:url" content="https://avrahamsociety.org">
<meta name="twitter:title" content="Avraham Society | Home">
<meta name="twitter:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta name="twitter:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta name="twitter:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
@@ -55,12 +55,12 @@
<div id="bg"></div>
<div id="main">
<div id="banner">
<a href="https://avrahamsociety.org/"><img src="https://avrahamsociety.org//res/Avraham_Society.png"></a>
<a href="http://localhost:8080/"><img src="http://localhost:8080//res/new_logo.webp"></a>
<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="https://avrahamsociety.org//">Home</a> <!--<a onclick="localStorage.refered = true" href="https://avrahamsociety.org//intro-to-judaism">Intro to Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//jewish-history-culture">Jewish History and Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//landmarks">Jewish Landmarks</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanism">Humanism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a>--> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//about">About Us</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanistic-judaism">Humanistic Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//solidarity-values">Statement of Solidarity and Values</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//librarymain">Library</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//culture">Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//services">Services</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//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//solidarity-values">Statement of Solidarity and Values</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,22 +73,22 @@
</div>
<div class="bottom">
<img src="https://avrahamsociety.org//res/Avraham_Society.png">
<img src="http://localhost:8080//res/new_logo.webp">
<div>
<p style="padding-bottom: 100px;font-family: sans-serif;font-weight: bold;font-size: 1.4em;">
The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.
</p>
<div class="centered-container">
<div class="social">
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="https://avrahamsociety.org//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="http://localhost:8080//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://discord.com/invite/tWesqdXmSa">Discord</a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="https://avrahamsociety.org//res/Facebook_Logo_Primary.png" /></a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="http://localhost:8080//res/Facebook_Logo_Primary.png" /></a>
</div>
</div>
</div>
</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="https://avrahamsociety.org//main.js"></script>
<script src="http://localhost:8080//main.js"></script>
</body>
</html>

View File

@@ -17,9 +17,9 @@
<head>
<meta charset="UTF-8">
<title>Avraham Society | Consultation</title>
<link rel="stylesheet" href="https://avrahamsociety.org//main.css" />
<link rel="manifest" href="https://avrahamsociety.org//manifest.json"/>
<link rel="icon" href="https://avrahamsociety.org//res/Avraham_Society_icon.png">
<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">
<!--
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -37,7 +37,7 @@
<meta property="og:type" content="website">
<meta property="og:title" content="Avraham Society | Home">
<meta property="og:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta property="og:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta property="og:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
@@ -45,7 +45,7 @@
<meta property="twitter:url" content="https://avrahamsociety.org">
<meta name="twitter:title" content="Avraham Society | Home">
<meta name="twitter:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta name="twitter:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta name="twitter:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
@@ -55,12 +55,12 @@
<div id="bg"></div>
<div id="main">
<div id="banner">
<a href="https://avrahamsociety.org/"><img src="https://avrahamsociety.org//res/Avraham_Society.png"></a>
<a href="http://localhost:8080/"><img src="http://localhost:8080//res/new_logo.webp"></a>
<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="https://avrahamsociety.org//">Home</a> <!--<a onclick="localStorage.refered = true" href="https://avrahamsociety.org//intro-to-judaism">Intro to Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//jewish-history-culture">Jewish History and Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//landmarks">Jewish Landmarks</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanism">Humanism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a>--> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//about">About Us</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanistic-judaism">Humanistic Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//solidarity-values">Statement of Solidarity and Values</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//librarymain">Library</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//culture">Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//services">Services</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//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//solidarity-values">Statement of Solidarity and Values</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,22 +73,22 @@
</div>
<div class="bottom">
<img src="https://avrahamsociety.org//res/Avraham_Society.png">
<img src="http://localhost:8080//res/new_logo.webp">
<div>
<p style="padding-bottom: 100px;font-family: sans-serif;font-weight: bold;font-size: 1.4em;">
The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.
</p>
<div class="centered-container">
<div class="social">
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="https://avrahamsociety.org//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="http://localhost:8080//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://discord.com/invite/tWesqdXmSa">Discord</a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="https://avrahamsociety.org//res/Facebook_Logo_Primary.png" /></a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="http://localhost:8080//res/Facebook_Logo_Primary.png" /></a>
</div>
</div>
</div>
</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="https://avrahamsociety.org//main.js"></script>
<script src="http://localhost:8080//main.js"></script>
</body>
</html>

View File

@@ -17,9 +17,9 @@
<head>
<meta charset="UTF-8">
<title>Avraham Society | Chavurah</title>
<link rel="stylesheet" href="https://avrahamsociety.org//main.css" />
<link rel="manifest" href="https://avrahamsociety.org//manifest.json"/>
<link rel="icon" href="https://avrahamsociety.org//res/Avraham_Society_icon.png">
<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">
<!--
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -37,7 +37,7 @@
<meta property="og:type" content="website">
<meta property="og:title" content="Avraham Society | Home">
<meta property="og:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta property="og:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta property="og:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
@@ -45,7 +45,7 @@
<meta property="twitter:url" content="https://avrahamsociety.org">
<meta name="twitter:title" content="Avraham Society | Home">
<meta name="twitter:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta name="twitter:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta name="twitter:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
@@ -55,12 +55,12 @@
<div id="bg"></div>
<div id="main">
<div id="banner">
<a href="https://avrahamsociety.org/"><img src="https://avrahamsociety.org//res/Avraham_Society.png"></a>
<a href="http://localhost:8080/"><img src="http://localhost:8080//res/new_logo.webp"></a>
<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="https://avrahamsociety.org//">Home</a> <!--<a onclick="localStorage.refered = true" href="https://avrahamsociety.org//intro-to-judaism">Intro to Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//jewish-history-culture">Jewish History and Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//landmarks">Jewish Landmarks</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanism">Humanism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a>--> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//about">About Us</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanistic-judaism">Humanistic Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//solidarity-values">Statement of Solidarity and Values</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//librarymain">Library</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//culture">Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//services">Services</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//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//solidarity-values">Statement of Solidarity and Values</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,22 +73,22 @@
</div>
<div class="bottom">
<img src="https://avrahamsociety.org//res/Avraham_Society.png">
<img src="http://localhost:8080//res/new_logo.webp">
<div>
<p style="padding-bottom: 100px;font-family: sans-serif;font-weight: bold;font-size: 1.4em;">
The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.
</p>
<div class="centered-container">
<div class="social">
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="https://avrahamsociety.org//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="http://localhost:8080//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://discord.com/invite/tWesqdXmSa">Discord</a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="https://avrahamsociety.org//res/Facebook_Logo_Primary.png" /></a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="http://localhost:8080//res/Facebook_Logo_Primary.png" /></a>
</div>
</div>
</div>
</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="https://avrahamsociety.org//main.js"></script>
<script src="http://localhost:8080//main.js"></script>
</body>
</html>

View File

@@ -17,9 +17,9 @@
<head>
<meta charset="UTF-8">
<title>Avraham Society | Services</title>
<link rel="stylesheet" href="https://avrahamsociety.org//main.css" />
<link rel="manifest" href="https://avrahamsociety.org//manifest.json"/>
<link rel="icon" href="https://avrahamsociety.org//res/Avraham_Society_icon.png">
<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">
<!--
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -37,7 +37,7 @@
<meta property="og:type" content="website">
<meta property="og:title" content="Avraham Society | Home">
<meta property="og:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta property="og:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta property="og:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
@@ -45,7 +45,7 @@
<meta property="twitter:url" content="https://avrahamsociety.org">
<meta name="twitter:title" content="Avraham Society | Home">
<meta name="twitter:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta name="twitter:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta name="twitter:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
@@ -55,12 +55,12 @@
<div id="bg"></div>
<div id="main">
<div id="banner">
<a href="https://avrahamsociety.org/"><img src="https://avrahamsociety.org//res/Avraham_Society.png"></a>
<a href="http://localhost:8080/"><img src="http://localhost:8080//res/new_logo.webp"></a>
<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="https://avrahamsociety.org//">Home</a> <!--<a onclick="localStorage.refered = true" href="https://avrahamsociety.org//intro-to-judaism">Intro to Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//jewish-history-culture">Jewish History and Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//landmarks">Jewish Landmarks</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanism">Humanism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a>--> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//about">About Us</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanistic-judaism">Humanistic Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//solidarity-values">Statement of Solidarity and Values</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//librarymain">Library</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//culture">Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//services">Services</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//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//solidarity-values">Statement of Solidarity and Values</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,22 +73,22 @@
</div>
<div class="centered-container"> <div style="display: inline-flex;flex-direction: column;align-items: stretch;"> <a class="servicelink" href="https://discord.com/invite/4ahahJN5BH"> <div class="serviceitem"> <span>Chavurah</span> <p> Attend our active Humanistic Jewish study and gain access to our non-denominational & lay led Chavurah for free and for $30 a month to register as a full member! This is a heterodox safe space and is very syncretic. </p> </div> </a> <a class="servicelink" href="mailto:ovadiah@avrahamsociety.org"> <div class="serviceitem"> <span>Consultation</span> <p> We offer basic individual consultations on topics ranging from conversion to the diversity of the modern Kuwaiti Jewish Community and Spiritual motivation for $20 an hour! This fee goes to support current and potential SHJ members of the community by mutual aid. </p> </div> </a> <a class="servicelink" > <div class="serviceitem"> <span>Kashrut</span> <p> See the selection of Jewish products available in Kuwait for free!<br><br> <a href="https://www.instagram.com/kosherkuwait/">Kosher Kuwait</a> </p> </div> </a> </div> </div> <style> .servicelink { text-decoration: none; color: black; } .serviceitem { background-color: white; border-radius: 20px 0px 20px 0px; padding: 20px; margin: 20px; text-align: left; box-shadow: 6px 6px 2px red; transition: box-shadow 0.5s; max-width: 1000px; } .serviceitem > span { font-size: 1.5em; } .serviceitem > p { border-left: 4px solid green; padding: 10px; } .serviceitem:hover { box-shadow: 3px 3px 0px red; } </style>
<div class="bottom">
<img src="https://avrahamsociety.org//res/Avraham_Society.png">
<img src="http://localhost:8080//res/new_logo.webp">
<div>
<p style="padding-bottom: 100px;font-family: sans-serif;font-weight: bold;font-size: 1.4em;">
The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.
</p>
<div class="centered-container">
<div class="social">
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="https://avrahamsociety.org//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="http://localhost:8080//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://discord.com/invite/tWesqdXmSa">Discord</a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="https://avrahamsociety.org//res/Facebook_Logo_Primary.png" /></a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="http://localhost:8080//res/Facebook_Logo_Primary.png" /></a>
</div>
</div>
</div>
</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="https://avrahamsociety.org//main.js"></script>
<script src="http://localhost:8080//main.js"></script>
</body>
</html>

View File

@@ -17,9 +17,9 @@
<head>
<meta charset="UTF-8">
<title>Avraham Society | Statement of Solidarity and Values</title>
<link rel="stylesheet" href="https://avrahamsociety.org//main.css" />
<link rel="manifest" href="https://avrahamsociety.org//manifest.json"/>
<link rel="icon" href="https://avrahamsociety.org//res/Avraham_Society_icon.png">
<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">
<!--
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -37,7 +37,7 @@
<meta property="og:type" content="website">
<meta property="og:title" content="Avraham Society | Home">
<meta property="og:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta property="og:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta property="og:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
@@ -45,7 +45,7 @@
<meta property="twitter:url" content="https://avrahamsociety.org">
<meta name="twitter:title" content="Avraham Society | Home">
<meta name="twitter:description" content="The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.">
<meta name="twitter:image" content="https://avrahamsociety.org//res/Avraham_Society.png">
<meta name="twitter:image" content="http://localhost:8080//res/Avraham_Society.png">
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
@@ -55,12 +55,12 @@
<div id="bg"></div>
<div id="main">
<div id="banner">
<a href="https://avrahamsociety.org/"><img src="https://avrahamsociety.org//res/Avraham_Society.png"></a>
<a href="http://localhost:8080/"><img src="http://localhost:8080//res/new_logo.webp"></a>
<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="https://avrahamsociety.org//">Home</a> <!--<a onclick="localStorage.refered = true" href="https://avrahamsociety.org//intro-to-judaism">Intro to Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//jewish-history-culture">Jewish History and Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//landmarks">Jewish Landmarks</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanism">Humanism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a>--> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//about">About Us</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//humanistic-judaism">Humanistic Judaism</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//solidarity-values">Statement of Solidarity and Values</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//librarymain">Library</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//culture">Culture</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//membership">Membership</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//services">Services</a> <a onclick="localStorage.refered = true" href="https://avrahamsociety.org//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//solidarity-values">Statement of Solidarity and Values</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,22 +73,22 @@
</div>
<p> We are a Kuwait based international community of Arab Jews. Our beliefs officially align with Secular and Humanistic Judaism. We are a venue dedicated to Arab Jew and patrilineal Jew solidarity and development specifically and respect Sephardim and Mizrahim as separate identities.</p><p> Our main values are anti-authoritarianism, freedom of choice, respect of human dignity, freedom of information, unconditional love to those struggling for our causes, acceptance and tolerance.</p><p> Our main objectives include supporting the struggles of those fighting against gender and sex discrimination, Indigenous peoples, the economically disadvantaged, Non Normative judaisms (including Yahwists, and Canaanites), and non Jews who want to learn about the inner aspects of Judaism such as Kabbalah.</p><p> We are dedicated towards hosting and supporting practitioners of Judaism and Non-Jews connected to the Jewish people, Jewish culture, YHWH, or Torah even if its a vague and slight connection or heritage (like DNA percentages).</p><p> We also value the presence of those who study Jewish cultures and have mystical philosophies related or similar to early or modern Judaism. This is a place for Jews to focus on their identity and rediscover themselves.</p><p> Non-Jews who are in a relationship with Jews are welcome. We support intermarriage and see it as a positive expression of humanism and the destruction of Anti-Semitism.</p><p> Although we are apolitical we condemn violence against Arabs and Jews. We support the right of Palestinians to live with human dignity in Palestine and condemn anti-semitism. The flag of Palestine and the Palestinian cause represent Arabs regardless of religion and shed a light on the growing Anti-Arabism and Islamophobia in the world at large along with double standards and the politicization of human rights such as pink washing against non western countries.</p><p> We affirm our solidarity with Jews and Arabs whether patrilineal or matrilineal, native or cultural, religious or secular.
<div class="bottom">
<img src="https://avrahamsociety.org//res/Avraham_Society.png">
<img src="http://localhost:8080//res/new_logo.webp">
<div>
<p style="padding-bottom: 100px;font-family: sans-serif;font-weight: bold;font-size: 1.4em;">
The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.
</p>
<div class="centered-container">
<div class="social">
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="https://avrahamsociety.org//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://www.instagram.com/avraham_society?igsh=MXRnMG90enBoaGV3eA%3D%3D&utm_source=qr"><img src="http://localhost:8080//res/Instagram_Glyph_Gradient.svg" /></a>
<a href="https://discord.com/invite/tWesqdXmSa">Discord</a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="https://avrahamsociety.org//res/Facebook_Logo_Primary.png" /></a>
<a href="https://www.facebook.com/share/hG9zRWFi1C5ebvwS/?mibextid=K35XfP"><img src="http://localhost:8080//res/Facebook_Logo_Primary.png" /></a>
</div>
</div>
</div>
</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="https://avrahamsociety.org//main.js"></script>
<script src="http://localhost:8080//main.js"></script>
</body>
</html>

View File

@@ -1,8 +1,8 @@
[?][@on minify]
[=baseurl "https://avrahamsociety.org/"]
[i conf/devWorld]
[=baseurl "https://swaous.asuscomm.com/dev/avrahamsociety"]
[=baseurl "https://avrahamsociety.org"]
[i production]
[=baseurl "https://dev.clarkeis.com/avrahamsociety"]
[/]
[i conf/dev]
[=baseurl "http://localhost:8080/"]
[=baseurl "http://localhost:8080"]
[/]

View File

@@ -18,6 +18,9 @@
--humanbody: #434343;
--handledark: #7a6034;
--scrollpaperlight: #d5c6ad;
--newpurple: #ca2862;
--newgold: #e1c305;
--newblue: #43baef;
}
img {
@@ -33,7 +36,7 @@ img {
width: 100vw;
height: 100vh;
overflow: hidden;
background-image: url(res/Avraham_Society.png),
background-image: url(res/new_logo.webp),
/*linear-gradient(90deg, var(--kuwaitgreen), var(--cream), var(--kuwaitred), black)*/
/*linear-gradient(rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 0.5)), */linear-gradient(45deg, red, rgb(0, 255, 0, 0), green),
linear-gradient(135deg, black, rgb(255, 255, 255, 0), white);
@@ -55,7 +58,8 @@ img {
}
#main > div, #main > p, #main > ol, #main > ul, #main > h1, #main > h2 {
background-color: var(--scrollpaperlight);
background-color: white /*var(--scrollpaperlight)*/;
}
#main > p:first-of-type {
@@ -71,7 +75,7 @@ img {
padding-left: 25vw;
padding-right: 25vw;
line-height: 2em;
font-family: "Anton";
font-family: sans-serif;
}
#main > div.space {
@@ -111,7 +115,7 @@ img {
#shape {
height: calc(10vh + 3px);
width: 100vw;
background-color: var(--kuwaitred);
background-color: var(--newgold); /* kuwaitred */
clip-path: polygon(0% calc(100% - 3px), 0% 100%, 100% 100%, 100% calc(100% - 3px), 50% 0%);
position: absolute;
bottom: -1px;
@@ -126,14 +130,14 @@ img {
top: 3px;
left: 0px;
clip-path: inherit;
background-color: var(--scrollpaperlight);
background-color: white;
}
#title {
font-size: 4em;
font-family: Lobster;
text-align: center;
background-color: var(--kuwaitred);
background-color: var(--newgold);
color: black;
padding-top: 62px; /* todo: make this less terrible */
position: sticky;
@@ -181,11 +185,11 @@ div#nav {
}
div#banner {
background-color: var(--humanbody);
background-color: var(--newpurple); /* --humanbody */
color: white;
/*--colorslant-point: clamp(20px, 10vw, 200px);
background-image: linear-gradient(90deg, var(--kuwaitred) 0px, var(--kuwaitred) var(--colorslant-point), white var(--colorslant-point), white calc(100% - var(--colorslant-point)), var(--kuwaitred) calc(100% - var(--colorslant-point)));*/
border-bottom: 4px solid var(--scrollight);
border-bottom: 4px solid var(--newgold); /* scrollight */
border-top: none;
/*box-shadow: 0px 0px 5px var(--kuwaitred);*/
/*box-shadow: 0px 0px 5px black;*/

BIN
site/res/new_logo.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -55,7 +55,7 @@
<div id="bg"></div>
<div id="main">
<div id="banner">
<a href="[^baseurl]"><img src="[^baseurl]/res/Avraham_Society.png"></a>
<a href="[^baseurl]"><img src="[^baseurl]/res/new_logo.webp"></a>
<div id="dates"><b id="hebrew"></b></div>
<input id="navExpander" style="display: none;" type="checkbox" checked>
<div id="nav">
@@ -73,7 +73,7 @@
</div>
[^content]
<div class="bottom">
<img src="[^baseurl]/res/Avraham_Society.png">
<img src="[^baseurl]/res/new_logo.webp">
<div>
<p style="padding-bottom: 100px;font-family: sans-serif;font-weight: bold;font-size: 1.4em;">
The Avraham Society is the first modern Humanistic and Cultural initiative that is based on and representing the Jewish Community of Kuwait in all its denominations.