-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbible-studies.php
More file actions
73 lines (67 loc) · 3.23 KB
/
bible-studies.php
File metadata and controls
73 lines (67 loc) · 3.23 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<?php require_once('./partials/head-metas.phtml') ?>
<title>Bible Studies | Emanuel Evangelical Lutheran Church</title>
<?php require_once('./partials/head-includes.phtml') ?>
</head>
<body>
<div class="container layout-v2">
<?php require_once('./partials/masthead-top-nav.phtml') ?>
<div class="row main-content inner-page-content">
<div class="col-xs-12 col-sm-8">
<h1 class="page-title">Bible Studies</h1>
<h2 class="section-title">Wednesday Morning Bible Study</h2>
<p class="notice" style="font-weight:bold">
Wednesday Bible Study currently meeting weekly on Zoom.<br />
Contact
<a href="mailto:churchinfor@elclh.org">churchinfor@elclh.org</a>
for the link.
</p>
<p>
The Wednesday Morning Bible Study is a group of men and women of
diverse ages who meet every Wednesday morning at 9:00 AM in the
Hope Center Conference room. The purpose of the group is to
create a no pressure, open, and lively discussion of God’s
Word, concentrating on one book of the Bible at a time. It is a
time for fellowship and study, but all are welcome, it is not
assumed you know it all. The study is pastor led, has 10-15
participants each week, and uses whichever biblical translation
you bring. We move at our own pace and historical, cultural, and
contextual connections are encouraged to deepen our understanding
of scripture in the midst of our ever changing world.
</p>
<h2 class="section-title">Joy Circle</h2>
<p>
Joy Circle is a women’s group that meets every third Monday of
the month at 9:30 AM in the Hope Center Library for fellowship,
treats, and to participate together in a Bible study taken from
Gather Magazine, the magazine published by Women of the ELCA.
</p>
<h2 class="section-title">Thursday Evening Lay Led Bible Study</h2>
<p>
Twice a month (normally on the first and third Thursdays) a group
of members from the congregation gather in Hope center from
4:30-5:30. This in-depth Bible study that covers a variety of
topic is completely led by lay members of the congregation and
open to all.
</p>
<h2 class="section-title">Bible Study Fellowship</h2>
<p>
Bible Study Fellowship (BSF) is an international Christian
interdenominational Bible Study focused on in depth Bible Study
for all ages. Tuesday Evenings a women’s Bible study meets from
September-May. A thriving Children’s ministry also
accompanies this program. To find out more or to sign up please
visit the <a href="https://www.bsfinternational.org" target="_blank">Bible Study Fellowship Website</a>.
</p>
</div>
<div class="col-xs-12 col-sm-4 photo-right no-btm-margin">
<img src="images/who-we-are/emanuel-sign.jpg" alt="Emanuel: God With Us" />
</div>
</div>
<?php require_once('./partials/footer.phtml') ?>
</div>
<?php require_once('./partials/footer-includes.phtml') ?>
</body>
</html>