-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
391 lines (361 loc) · 18.2 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/ico" href="./assets/img/favicon.ico">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Landing Page - Material Kit by Creative Tim</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<!-- Fonts and icons -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" />
<!-- CSS Files -->
<link href="./assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="./assets/css/material-kit.css" rel="stylesheet" />
<style type="text/css">
.navbar, .navbar.navbar-default {
/* background-color: #20178e; */
background-color: rgba(0, 0, 0, 0.80);
color: #ffffff;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
margin: 0;
font-size: 1.7em;
/* font-weight: bold; */
}
.navbar>.container .logo {
float: left;
}
.wrapper .header-filter {
/* background-image: url('https://images.unsplash.com/photo-1423655156442-ccc11daa4e99?crop=entropy&dpr=2&fit=crop&fm=jpg&h=750&ixjsv=2.1.0&ixlib=rb-0.3.5&q=50&w=1450'); */
background-image: url('http://2.bp.blogspot.com/-X2axDyCdygc/UnzLXqCO40I/AAAAAAAABjc/IPgsjAa2kzU/s1600/Sts+Dominic+&+Francis+ALion.jpg');
}
.wrapper > .header {
min-height: 250px;
background-position: top;
background-size: cover;
}
.main-raised {
background-color: rgb(228, 218, 178);
width: 80%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.passage-wrap p {
font-size: 16px
}
.landing-page .header {
height: 40vh;
}
.landing-page .header .container {
/* padding-top: 16vh; */
padding-top: 7em;
}
@media (max-width: 768px){
.navbar.navbar-transparent {
background-color: rgba(0, 0, 0, 0.85);
padding-top: 10px;
border-radius: 0;
}
}
</style>
</head>
<body class="landing-page">
<!-- <nav class="navbar navbar-transparent navbar-absolute"> -->
<nav class="navbar navbar-fixed-top navbar-color-on-scroll navbar-transparent">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navigation-example">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<img class="logo" src="./assets/img/ic_menu_logo.png" width="48" data-rjs="3" alt="Evangelizo logo">
<a class="navbar-brand" href="javascript:;">Evangelizo</a>
</div>
<div class="collapse navbar-collapse" id="navigation-example">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="javascript:;" target="_blank">
GOSPEL OF THE DAY
</a>
</li>
<li>
<a href="javascript:;" target="_blank">
SAINTS
</a>
</li>
</li>
<li>
<a href="javascript:;" target="_blank">
PRAYERS
</a>
</li>
</li>
<li>
<a href="javascript:;" target="_blank">
Subscribe
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="wrapper">
<div class="header header-filter">
<div class="container">
<div class="row">
<div class="col-md-4">
<!-- <h2 class="title">Evangelizo</h2> -->
<h5>"Lord, to whom can we go? You have the words of eternal life" (John 6:68)</h5>
</div>
</div>
</div>
</div>
<div class="main main-raised">
<div class="container">
<div class="section section-landing">
<div class="passage-text">
<div class="passage-wrap">
<div class="passage-content passage-class-0">
<div class="version-NRSVCE result-text-style-normal text-html ">
<h2 class="passage-display">
<span class="passage-display-bcv">Genesis 1</span>
<span class="passage-display-version">New Revised Standard Version Catholic Edition (NRSVCE)</span>
</h2>
<h3>
<span id="en-NRSVCE-1" class="text Gen-1-1">Six Days of Creation and the Sabbath</span>
</h3>
<p class="chapter-1">
<span class="text Gen-1-1">
<span class="chapternum">1 </span>In the beginning when God created
<sup data-fn="#fen-NRSVCE-1a" class="footnote" data-link="[<a href="#fen-NRSVCE-1a" title="See footnote a">a</a>]">[
<a href="#fen-NRSVCE-1a" title="See footnote a">a</a>]</sup> the heavens and the earth, </span>
<span id="en-NRSVCE-2" class="text Gen-1-2">
<sup class="versenum">2 </sup>the earth was a formless void and darkness covered the face of the deep, while a wind from God
<sup data-fn="#fen-NRSVCE-2b"
class="footnote" data-link="[<a href="#fen-NRSVCE-2b" title="See footnote b">b</a>]">[
<a href="#fen-NRSVCE-2b" title="See footnote b">b</a>]</sup> swept over the face of the waters. </span>
<span id="en-NRSVCE-3" class="text Gen-1-3">
<sup class="versenum">3 </sup>Then God said, “Let there be light”; and there was light. </span>
<span id="en-NRSVCE-4" class="text Gen-1-4">
<sup class="versenum">4 </sup>And God saw that the light was good; and God separated the light from the darkness. </span>
<span id="en-NRSVCE-5"
class="text Gen-1-5">
<sup class="versenum">5 </sup>God called the light Day, and the darkness he called Night. And there was evening and there was morning,
the first day.</span>
</p>
<p>
<span id="en-NRSVCE-6" class="text Gen-1-6">
<sup class="versenum">6 </sup>And God said, “Let there be a dome in the midst of the waters, and let it separate the waters from the
waters.” </span>
<span id="en-NRSVCE-7" class="text Gen-1-7">
<sup class="versenum">7 </sup>So God made the dome and separated the waters that were under the dome from the waters that were above
the dome. And it was so. </span>
<span id="en-NRSVCE-8" class="text Gen-1-8">
<sup class="versenum">8 </sup>God called the dome Sky. And there was evening and there was morning, the second day.</span>
</p>
<p>
<span id="en-NRSVCE-9" class="text Gen-1-9">
<sup class="versenum">9 </sup>And God said, “Let the waters under the sky be gathered together into one place, and let the dry land
appear.” And it was so. </span>
<span id="en-NRSVCE-10" class="text Gen-1-10">
<sup class="versenum">10 </sup>God called the dry land Earth, and the waters that were gathered together he called Seas. And God saw
that it was good. </span>
<span id="en-NRSVCE-11" class="text Gen-1-11">
<sup class="versenum">11 </sup>Then God said, “Let the earth put forth vegetation: plants yielding seed, and fruit trees of every kind
on earth that bear fruit with the seed in it.” And it was so. </span>
<span id="en-NRSVCE-12" class="text Gen-1-12">
<sup class="versenum">12 </sup>The earth brought forth vegetation: plants yielding seed of every kind, and trees of every kind bearing
fruit with the seed in it. And God saw that it was good. </span>
<span id="en-NRSVCE-13" class="text Gen-1-13">
<sup class="versenum">13 </sup>And there was evening and there was morning, the third day.</span>
</p>
<p>
<span id="en-NRSVCE-14" class="text Gen-1-14">
<sup class="versenum">14 </sup>And God said, “Let there be lights in the dome of the sky to separate the day from the night; and let
them be for signs and for seasons and for days and years, </span>
<span id="en-NRSVCE-15" class="text Gen-1-15">
<sup class="versenum">15 </sup>and let them be lights in the dome of the sky to give light upon the earth.” And it was so. </span>
<span
id="en-NRSVCE-16" class="text Gen-1-16">
<sup class="versenum">16 </sup>God made the two great lights—the greater light to rule the day and the lesser light to rule the night—and
the stars. </span>
<span id="en-NRSVCE-17" class="text Gen-1-17">
<sup class="versenum">17 </sup>God set them in the dome of the sky to give light upon the earth, </span>
<span id="en-NRSVCE-18" class="text Gen-1-18">
<sup class="versenum">18 </sup>to rule over the day and over the night, and to separate the light from the darkness. And God saw that
it was good. </span>
<span id="en-NRSVCE-19" class="text Gen-1-19">
<sup class="versenum">19 </sup>And there was evening and there was morning, the fourth day.</span>
</p>
<p>
<span id="en-NRSVCE-20" class="text Gen-1-20">
<sup class="versenum">20 </sup>And God said, “Let the waters bring forth swarms of living creatures, and let birds fly above the earth
across the dome of the sky.” </span>
<span id="en-NRSVCE-21" class="text Gen-1-21">
<sup class="versenum">21 </sup>So God created the great sea monsters and every living creature that moves, of every kind, with which
the waters swarm, and every winged bird of every kind. And God saw that it was good. </span>
<span id="en-NRSVCE-22"
class="text Gen-1-22">
<sup class="versenum">22 </sup>God blessed them, saying, “Be fruitful and multiply and fill the waters in the seas, and let birds multiply
on the earth.” </span>
<span id="en-NRSVCE-23" class="text Gen-1-23">
<sup class="versenum">23 </sup>And there was evening and there was morning, the fifth day.</span>
</p>
<p>
<span id="en-NRSVCE-24" class="text Gen-1-24">
<sup class="versenum">24 </sup>And God said, “Let the earth bring forth living creatures of every kind: cattle and creeping things and
wild animals of the earth of every kind.” And it was so. </span>
<span id="en-NRSVCE-25" class="text Gen-1-25">
<sup class="versenum">25 </sup>God made the wild animals of the earth of every kind, and the cattle of every kind, and everything that
creeps upon the ground of every kind. And God saw that it was good.</span>
</p>
<p>
<span id="en-NRSVCE-26" class="text Gen-1-26">
<sup class="versenum">26 </sup>Then God said, “Let us make humankind
<sup data-fn="#fen-NRSVCE-26c" class="footnote" data-link="[<a href="#fen-NRSVCE-26c" title="See footnote c">c</a>]">[
<a href="#fen-NRSVCE-26c" title="See footnote c">c</a>]</sup> in our image, according to our likeness; and let them have dominion over the fish of the sea, and over
the birds of the air, and over the cattle, and over all the wild animals of the earth,
<sup data-fn="#fen-NRSVCE-26d"
class="footnote" data-link="[<a href="#fen-NRSVCE-26d" title="See footnote d">d</a>]">[
<a href="#fen-NRSVCE-26d" title="See footnote d">d</a>]</sup> and over every creeping thing that creeps upon the earth.”</span>
</p>
<div class="poetry">
<p class="line">
<span id="en-NRSVCE-27" class="text Gen-1-27">
<sup class="versenum">27 </sup>So God created humankind
<sup data-fn="#fen-NRSVCE-27e" class="footnote" data-link="[<a href="#fen-NRSVCE-27e" title="See footnote e">e</a>]">[
<a href="#fen-NRSVCE-27e" title="See footnote e">e</a>]</sup> in his image,</span>
<br>
<span class="indent-1">
<span class="indent-1-breaks"> </span>
<span class="text Gen-1-27">in the image of God he created them;
<sup data-fn="#fen-NRSVCE-27f" class="footnote" data-link="[<a href="#fen-NRSVCE-27f" title="See footnote f">f</a>]">[
<a href="#fen-NRSVCE-27f" title="See footnote f">f</a>]</sup>
</span>
</span>
<br>
<span class="indent-1">
<span class="indent-1-breaks"> </span>
<span class="text Gen-1-27">male and female he created them.</span>
</span>
</p>
</div>
<p class="first-line-none">
<span id="en-NRSVCE-28" class="text Gen-1-28">
<sup class="versenum">28 </sup>God blessed them, and God said to them, “Be fruitful and multiply, and fill the earth and subdue it;
and have dominion over the fish of the sea and over the birds of the air and over every living thing that moves upon
the earth.” </span>
<span id="en-NRSVCE-29" class="text Gen-1-29">
<sup class="versenum">29 </sup>God said, “See, I have given you every plant yielding seed that is upon the face of all the earth, and
every tree with seed in its fruit; you shall have them for food. </span>
<span id="en-NRSVCE-30" class="text Gen-1-30">
<sup class="versenum">30 </sup>And to every beast of the earth, and to every bird of the air, and to everything that creeps on the earth,
everything that has the breath of life, I have given every green plant for food.” And it was so. </span>
<span id="en-NRSVCE-31"
class="text Gen-1-31">
<sup class="versenum">31 </sup>God saw everything that he had made, and indeed, it was very good. And there was evening and there was
morning, the sixth day.</span>
</p>
<div class="footnotes">
<h4>Footnotes:</h4>
<ol>
<li id="fen-NRSVCE-1a">
<a href="#en-NRSVCE-1" title="Go to Genesis 1:1">Genesis 1:1</a>
<span class="footnote-text">Or
<i>when God began to create</i> or
<i>In the beginning God created</i>
</span>
</li>
<li id="fen-NRSVCE-2b">
<a href="#en-NRSVCE-2" title="Go to Genesis 1:2">Genesis 1:2</a>
<span class="footnote-text">Or
<i>while the spirit of God</i> or
<i>while a mighty wind</i>
</span>
</li>
<li id="fen-NRSVCE-26c">
<a href="#en-NRSVCE-26" title="Go to Genesis 1:26">Genesis 1:26</a>
<span class="footnote-text">Heb
<i>adam</i>
</span>
</li>
<li id="fen-NRSVCE-26d">
<a href="#en-NRSVCE-26" title="Go to Genesis 1:26">Genesis 1:26</a>
<span class="footnote-text">Syr: Heb
<i>and over all the earth</i>
</span>
</li>
<li id="fen-NRSVCE-27e">
<a href="#en-NRSVCE-27" title="Go to Genesis 1:27">Genesis 1:27</a>
<span class="footnote-text">Heb
<i>adam</i>
</span>
</li>
<li id="fen-NRSVCE-27f">
<a href="#en-NRSVCE-27" title="Go to Genesis 1:27">Genesis 1:27</a>
<span class="footnote-text">Heb
<i>him</i>
</span>
</li>
</ol>
</div>
<!--end of footnotes-->
</div>
<div class="publisher-info-bottom with-single">
<strong>
<a href="/versions/New-Revised-Standard-Version-Catholic-Edition-NRSVCE-Bible/">New Revised Standard Version Catholic Edition</a> (NRSVCE)</strong>
<p>New Revised Standard Version Bible: Catholic Edition, copyright © 1989, 1993 the Division of Christian Education of the
National Council of the Churches of Christ in the United States of America. Used by permission. All rights reserved.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<nav class="pull-left">
<ul>
<li>
<a href="javascript:;">
Contact us
</a>
</li>
<li>
<a href="javascript:;">
About Us
</a>
</li>
<li>
<a href="javascript:;">
Blog
</a>
</li>
</ul>
</nav>
<div class="copyright pull-right">
Reserved for some social network icons
</div>
</div>
</footer>
</div>
</body>
<!-- Core JS Files -->
<script src="./assets/js/jquery.min.js" type="text/javascript"></script>
<script src="./assets/js/bootstrap.min.js" type="text/javascript"></script>
<script src="./assets/js/material.min.js"></script>
<!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
<script src="./assets/js/nouislider.min.js" type="text/javascript"></script>
<!-- Plugin for the Datepicker, full documentation here: http://www.eyecon.ro/bootstrap-datepicker/ -->
<script src="./assets/js/bootstrap-datepicker.js" type="text/javascript"></script>
<!-- Control Center for Material Kit: activating the ripples, parallax effects, scripts from the example pages etc -->
<script src="./assets/js/material-kit.js" type="text/javascript"></script>
</html>