-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmissions.html
84 lines (76 loc) · 3.67 KB
/
missions.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>
Wesley Chapel UMC Ministries | Misenheimer, N
</title>
<meta name="Keywords" content="Ministries, Wesley, Chapel, United, Methodist, Church, Worship, Misenheimer, NC, North, Carolina">
<meta name="description" content="Ministries 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;
}
</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">
<p>
<span style='font-size:12.0pt;font-family:"Times New Roman"'>Wesley Chapel is always involved in missions. As a church, we reach out into our community and help with programs such as the School Tools Drive in Stanly County and the Stanly County Christian Ministry Food Pantry. We believe in staying in touch with people in need and demonstrating Christ's love.</span>
</p>
<p>
<span style='font-size:12.0pt;font-family:"Times New Roman"'>Our United Methodist Women and United Methodist Men are constantly helping others both in the community and across the globe. The men have cut wood and given it away to families who couldn't afford to heat their homes or buy wood. The women have sent money to all parts of the world in the hopes that others would come to know Jesus.</span>
</p>
<p>
<span style='font-size:12.0pt;font-family:"Times New Roman"'>Even our youth are mission minded. They raked leaves, cleaned houses and other tasks to raise money just for missions! They also purchased Snuggle Bears to give to people in our community that were in crisis. Our youth want others to know that Jesus loves them.</span>
</p>
<p >
<span style='font-size:12.0pt;font-family:"Times New Roman"'>
The church has sponsored mission trips, built Habitat houses, sent youth to camps they would not be able to afford - all in the name of Christ. </span>
</p>
<p>
<img width="592" height="377" style="border:0px;position:relative;top:10px" src="images/scan0001.jpg" alt="scan0001.jpg">
</p>
<br>
<h2>
<u>Mission Links:</u>
</h2>
<p></p>
<p>
<a href="http://www.unitedmethodistwomen.org/">United Methodist Women</a>
</p>
<p>
<a href="http://www.gcumm.org/">United Methodist Men</a>
</p>
<p>
<a href="http://www.sccminc.org/">Stanly County Christian Ministry</a>
</p>
<br>
<!-- Footer -->
<footer>
<div id="footer">
<iframe src="footer.html" style="width:1281px;height:280px;border:0"></iframe>
</div>
</footer>
</div>
</div>
</body>
</html>