-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsundaymorning.html
183 lines (162 loc) · 6.01 KB
/
sundaymorning.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Wesley Chapel UMC Sunday School Classes | Misenheimer, NC</title>
<meta name="Keywords" content="Sundy, School, Wesley, Chapel, United, Methodist, Church, Worship, Misenheimer, NC, North, Carolina">
<meta name="description" content="Sunday School Classes 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;
}
disciples {
clear:both;
}
p.title3 {
margin:0in;
margin-bottom:.0001pt;
text-align:right;
line-height:135%;
mso-pagination:widow-orphan;
font-size:17px;
font-family:Georgia,serif;
color:black;
font-kerning:14.0pt;
}
/* p.church_is {
margin-top:0in;
margin-right:0in;
margin-bottom:6.0pt;
margin-left:0in;
line-height:125%;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Gill Sans MT","sans-serif";
color:black;
mso-font-kerning:14.0pt;
}*/
p.address {
margin:0in;
margin-bottom:.0001pt;
line-height:128%;
font-size:9.5pt;
font-family:"Gill Sans MT","sans-serif";
mso-fareast-font-family:"Times New Roman";
color:black;
mso-font-kerning:14.0pt;
}
</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">
<h2><u>
Sunday School: 10:00 am - 10:45 am</u>
</h2>
<p style="font-size:20px;position:relative;top:-15px">
(Come a few minutes early for a snack -- starts at 9:45)
</p>
<p class="classes" style="font-size:20px;font-style:bold">
<i>
<u>
Sunday School Classes
</u>
</i>
</p>
<p class="classes" >
Nursery – birth-3 years old.
</p>
<p class="classes" >
Preschool Class – 4-KinderGarten
</p>
<p class="classes" >
School Age Classes of various levels from 1<sup>st</sup> grade to Senior High
</p>
<p class="classes" >
Disciples Class – a class involving discussion of faith and current events and how it relates to our lives
</p>
<p class="classes" >
Seekers Class – a class taught in the lecture style of teaching with some discussion
</p>
<br><br><br>
</div>
<!-- Main content -->
<div>
<!-- Initial discussion -->
<div id="init_disc">
<h2><u>Worship: 11 am</u></h2>
<p>
On Sunday mornings, we gather to worship God in our sanctuary for a traditional service of hymns, prayers, and liturgy as we hear God's word proclaimed. The music in our church varies from week to week as we worship God in song.
</p>
</div>
<br>
<br>
<div id="join_us">
<p style='text-align:center;position:relative;top:-68px'>
<i>
Join Us!
</i>
</p>
</div>
<div id="church_is">
<p>
<b>
<span style='font-size:16.0pt'>
<i>Our church is...</i>
</span>
</b>
</p>
<p class="church_is" style='text-align:justify'>
<!-- <span style='position:absolute;z-index:3;left:0px;margin-left:540px;margin-top:-25px; width:57px;height:103px'>
<img width="57" height="103" src="images/flamecross.jpg" alt="flamecross.jpg">
</span> -->
</p>
<!--...the friendliest church you'll ever come ... </!--...the> -->
<p class="church_is" style='text-align:justify'>
...a church that cares about people and serves in the name of Jesus Christ
</p>
<p class="church_is" style='text-align:justify'>
...a community of believers
</p>
<p class="church_is" style='text-align:justify; text-kashida-space:50%'>
...people who accept others for who they are and what is in their heart
</p>
<p class="church_is" style='text-align:justify;text-kashida-space:50%'>
...people who enjoy learning about the Lord
</p>
<p class="church_is" style='text-align:justify;width:800px'>
Come learn and serve with us as we worship God in Spirit and in Truth, living our lives in God's amazing grace.</p>
<p> Come and be blessed!
</p>
</div>
<br>
</div>
<!-- Footer -->
<footer >
<div id="footer">
<iframe src="footer.html" style="width:1281px;height:280px;border:0"></iframe>
</div>
</footer>
</div>
</body>
</html>