-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ministries.aspx
53 lines (46 loc) · 2.01 KB
/
Ministries.aspx
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
<%@ Page Title="" Language="C#" MasterPageFile="MasterPages/Shiloh.Master" AutoEventWireup="true" CodeBehind="Ministries.aspx.cs" Inherits="ShilohWeb.MinistriesAll" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="bodycontent" runat="server">
<div id="subjectHeading">
<h1>Ministries & Departments</h1>
</div>
<div class="quote">
<blockquote>"But we will give ourselves continually to prayer, and to the ministry of the word."<cite> Acts 6:4</cite></blockquote>
</div>
<div class="defaultMargin">
<div>
Here at Shiloh we have many ministries to allow our members to participate in the church's
growth both within itself and within the community. Every member should have the chance to
serve within a ministry and we have many to choose from. The following is a current list of
our ministries:
</div>
<ul>
<li>Administration & Support Ministries - Administrative support for all ministries.</li>
<li>Childrens Ministry - Ministry for kids 6-12.</li>
<li>Evangelism Ministry - Winning the lost to Christ.</li>
<li><a href="MediaMinistry/About.aspx" title="Media Ministry of Shiloh">Media Ministry - Audio/visual ministry</a></li>
<li>Membership and Support Ministry</li>
<li>Mens Ministry</li>
<li>Missions Ministry</li>
<li>Music and Worship Ministry</li>
<li>Office of the Pastor - Serving the needs of the congregation.</li>
<li>Prayer Ministry</li>
<li>Small Group Ministry: Family Parishes</li>
<li>Senior Adult Ministry</li>
<li>Television Ministry</li>
<li>Volunteer Ministry</li>
<li>Womens Ministry</li>
<li>Young Adult Ministry - Ages 19-28</li>
<li>Youth Ministry - Ages 13-18</li>
</ul>
<div>
If you have any questions about a minsitry or are interested in serving in one or more of
our ministries, please contact us:<br/><br/>
<b>Phone: </b>907.276.6673<br/>
<b>Email: </b>ministryinfo@shiloh2000.net
</div>
<br/>
<br/>
</div>
</asp:Content>