-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcalendar.html
55 lines (48 loc) · 2.47 KB
/
calendar.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Calendar for Wesley Chapel UMC | Misenheimer, NC</title>
<meta name="Keywords" content="Calendar, Wesley, Chapel, United, Methodist, Church, Misenheimer, NC, North, Carolina, UMC">
<meta name="description" content="Calendar for Wesley Chapel United Methodist Church">
<link rel="shortcut icon" href="images/anicross-20141124-favicon.ico">
<style type="text/css">
</style>
<link rel="stylesheet" type="text/css" href="css/WesleyStyleSheet.css">
</head>
<body lang="en-us">
<!-- Page Container -->
<div id="Container" class="pos_justify">
<!-- 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>
<!-- Text section -->
<div id="text"></div>
<b class="pos_right">
<span style='font-size:20.0pt'>
Wesley Chapel UMC Calendar
</span>
</b>
<!-- Calendar section taken from google -->
<header>
<!--
<iframe class="pos_right" src="https://www.google.com/calendar/embed?src=minister%40wesleychapelmethodist.org&ctz=America/New_York" style="border: 0;width:800px;height:600px" ></iframe>
-->
<!-- Sue's calendar
<iframe src="https://www.google.com/calendar/embed?src=juj4qd5ebj2om7t91os86jkc4g%40group.calendar.google.com&ctz=America/New_York" style="border: 0" width="1200" height="800" frameborder="0" scrolling="no"></iframe>
-->
<!-- Nikki Raye
<iframe src="<https://calendar.google.com/calendar/embed?height=800&wkst=1&bgcolor=%23FFFFFF&src=pvf0g4bo7rqn1494cmokt97i4c%40group.calendar.google.com&color=%23865A5A&ctz=America%2FNew_York>" style="border-width:0" width="1200" height="800" frameborder="0" scrolling="no"></iframe>-->
<iframe src="https://www.google.com/calendar/embed?src=pvf0g4bo7rqn1494cmokt97i4c%40group.calendar.google.com&color=%23865A5A&ctz=America%2FNew_York" style="border: 0" width="1200" height="800" frameborder="0" scrolling="no"></iframe>
</header>
<!-- Footer section -->
<footer>
<div id="footer">
<iframe src="footer.html" style="width:1281px;height:280px;border:0"></iframe>
</div>
</footer>
</div>
</body>
</html>