-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathumwomen.html
79 lines (68 loc) · 2.95 KB
/
umwomen.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>United Methodist Women at Wesley Chapel UMC | Misenheimer, NC</title>
<meta name="Keywords" content="Wesley, Chapel, United, Methodist, Women, Church, Misenheimer, NC, North, Carolina, UMC, Jesus, Christ">
<meta name="description" content="United Methodist Women at Wesley Chapel United Methodist Church Misenheimer, NC">
<link rel="stylesheet" type="text/css" href="css/WesleyStyleSheet.css">
<link rel="shortcut icon" href="images/anicross-20141124-favicon.ico">
<style type="text/css">
p {
text-align: justify;
margin-right: 20px;
font-family: "Times New Roman", "serif";
font-size: 16px;
text-indent: 0px;
}
p > a {
font-size: 20px;
}
p.classes {
font-size: 18px;
}
.heads {
font-size: 14 px;
text-align: left;
}
</style>
</head>
<body lang="en-us">
<div id="Container" class="pos_justify">
<a id="home"></a>
<!-- Page Container -->
<!-- Header section -->
<header>
<iframe class="images" src="images.html" scrolling='no' seamless width="1400" height="480"></iframe>
<iframe class="menu" src="menu.html" seamless ></iframe>
</header>
<!-- Main content -->
<div class="Main_content">
<h1 style='text-align:center'>Wesley Chapel United Methodist Women</h1>
<br>
<h2 class="heads"><u>Purpose</u></h2>
<p>The organized unit of the United Methodist Women shall be a Community of women whose purpose is to know God and to experience freedom as whole persons through Jesus Christ; to develop a creative, supportive fellowship; and to expand concepts of mission through participation in the global ministries of the church.</p>
</p>
<h2 class="heads"><u>Goals</u></h2>
<p>Toward this end, the organized unit of United Methodist Women shall help women to:</p>
<ol>
<li>Enable broad participation of women of varying interests, ages, ethnic groups, and lifestyles.</li>
<li>Study and interpret in works and action the revolutionary message of the gospel.</li>
<li>Discover, confront, and respond to the issues of the day.</li>
<li>Work actively and openly for the elimination of injustices and the liberation of oppressed peoples.</li>
<li>Prepare themselves for full participation in the total life of the church and community.</li>
<li>Assume responsibility for stewardship of time, personnel, and funds.</li>
</ol>
<h2 class="heads"><u>Meetings</u></h2>
<p>Held the 2<sup>nd</sup> Sunday - September thru May</p>
<p>For more information, contact President: Linda Peeler - (704)850-0035 </p>
<!-- Footer -->
<footer style="position:relative">
<div id="footer">
<iframe src="footer.html" style="width:1281px;height:280px;border:0"></iframe>
</div>
</footer>
</div>
</div>
</body>
</html>