-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (79 loc) · 2.76 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<html>
<head>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="./js/include.js"></script>
<div data-include="head"></div>
<title>Church of Elohym</title>
</head>
<header>
<div data-include="header"></div>
</header>
<body>
<style>
#titleChurchOf {
font-size: 20px;
font-family:OleoScript;
color: #edb223;
display: inline;
}
#titleELOHYM {
font-size: 56px;
font-family:RalewayHeavy;
color: #edb223;
display: inline;
line-height: 50px;
}
</style>
<br>
<p id="titleChurchOf">church of</p><br>
<p id="titleELOHYM"><span style="letter-spacing: 8px;">ELOHY</span>M</p>
<p class="latin" style="color: #edb223;">FIAT LUX EX NIHILO</p>
<br>
<span class="fancy">
<p>
Welcome to the Church of Elohym.<br>
Join our community in search for comfort through our Lady.
</p>
<p>
We seek to honour our Mother and Her Daughter,<br>
and to live righteously by the Light.
</p>
</span>
<br><br><br>
<div class="mainbody">
<h1><a style="text-decoration: none;" href="./faith.html">What is our faith?</a></h1>
<h3>
We believe that Elohym, the Mother created the universe and that She brought about
Elith, the Daughter, she who gave us hearts with which to love and to be loved.<br>
By following Her word and way, we can find peace within ourselves and with our fellow kin;
And by walking as the Light leads, we shall be righteous and reasonable.
<br><br>
<i>A longer, more elaborate statement of faith can be found on
<a href="./faith.html">another page</a>.</i>
</h3>
<br>
<h1>Join the community</h1>
<h3>
As we do each other, we'll support you in your search for happiness
and to feel fullfilled. Come be a part of our community, our family,
and together stride with us. We shall find the light at the end of
the tunnel; She will guide us there.
</h3>
<h3>
As a first step, you can head over to our
<a style="color: #4267b2; text-decoration: none;" href="https://www.facebook.com/churchofelohym">Facebook page</a>
and follow it; then should enough people come along, we can justify opening a group.
</h3>
<h3>
Unlike some churches, where you might have been hurt or rejected,
we give everyone a chance. If you're of the GRSM <i>("Gender, Sexual, and Romantic Minorities", or LGBT)</i>,
you don't need to fear being shunned; you're as welcomed as any.
</h3>
<br>
</div>
<br><br>
</body>
<footer>
<div data-include="footer"></div>
</footer>
</html>