Files
avrahamsociety/site/services.html
Lazy Hippopotamus bfc80032ed HASTY FIX
2024-04-10 12:59:31 -04:00

61 lines
1.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[!][@on minify]
[=content-]
<div class="centered-container">
<div style="display: inline-flex;flex-direction: column;align-items: stretch;">
<a class="servicelink">
<div class="serviceitem">
<span>Chavurah</span>
<p>
Attend our Chok LYisrael based Torah study on Discord every Sunday, 12:00-1:00 pm EST and gain access to our
non-denominational & lay led Chavurah server along with its study resources and motivated members for $30 a month!
</p>
</div>
</a>
<a class="servicelink">
<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!
</p>
</div>
</a>
<a class="servicelink">
<div class="serviceitem">
<span>Kashrut</span>
<p>
See the selection of Jewish products available in Kuwait for free!
</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>
[/]
[=title "Services"]
[#templates/default.html]