-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathv_monday.html
116 lines (106 loc) · 4.46 KB
/
v_monday.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>NWCCD 2017</title>
<link rel="stylesheet" href="css/foundation.min.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body class="no-js">
<div class="row">
<div class="columns small-12">
<div class="title-bar" data-responsive-toggle="nwccd-menu" data-hide-for="very large">
<div class="title-bar-left">
<button class="menu-icon" type="button" data-toggle></button>
<div class="title-bar-title">NWCCD 2017 -- Monday Memory Verse</div>
</div>
</div>
<div class="title-bar" id="nwccd-menu">
<div class="title-bar-left">
<ul class="accordion vertical menu" data-accordion-menu>
<li><a class="title-bar-text inactive" href="index.html">Camp and Flagpole Themes</a>
<li><a class="title-bar-text inactive" href="a_wednesday.html">Announcements</a>
<li><a class="title-bar-text inactive">Schedule</a>
<ul class="menu vertical nested">
<li><a class="title-bar-text inactive" href="s_saturday.html">Saturday</a></li>
<li><a class="title-bar-text inactive" href="s_sunday.html">Sunday</a></li>
<li><a class="title-bar-text inactive" href="s_monday.html">Monday</a></li>
<li><a class="title-bar-text inactive" href="s_tuesday.html">Tuesday</a></li>
<li><a class="title-bar-text inactive" href="s_wednesday.html">Wednesday</a></li>
<li><a class="title-bar-text inactive" href="s_thursday.html">Thursday</a></li>
<li><a class="title-bar-text inactive" href="s_friday.html">Friday</a></li>
</ul>
</li>
<li><a class="title-bar-text inactive">Memory Verses</a>
<ul class="menu vertical nested">
<li><a class="title-bar-text inactive" href="v_monday.html">Monday</a></li>
<li><a class="title-bar-text inactive" href="v_tuesday.html">Tuesday</a></li>
<li><a class="title-bar-text inactive" href="v_wednesday.html">Wednesday</a></li>
<li><a class="title-bar-text inactive" href="v_thursday.html">Thursday</a></li>
</ul>
</li>
<li><a class="title-bar-text inactive" href="cabins.html">Cabins</a></li>
<li><a class="title-bar-text inactive" href="staff.html">Staff</a></li>
<li><a class="title-bar-text inactive" href="lakesupervision.html">Lake Supervision</a></li>
<li><a class="title-bar-text inactive">Interpreters</a>
<ul class="menu vertical nested">
<li><a class="title-bar-text inactive" href="t_sunday.html">Sunday</a></li>
<li><a class="title-bar-text inactive" href="t_monday.html">Monday</a></li>
<li><a class="title-bar-text inactive" href="t_tuesday.html">Tuesday</a></li>
<li><a class="title-bar-text inactive" href="t_wednesday.html">Wednesday</a></li>
<li><a class="title-bar-text inactive" href="t_thursday">Thursday</a></li>
<li><a class="title-bar-text inactive" href="t_friday">Friday</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="columns small-12">
<div class="orbit" role="region" data-orbit data-auto-play="false">
<ul class="orbit-container">
<li class="is-active orbit-slide">
<div class="docs-example-orbit-slide">
<table class="tg">
<thead>
<tr>
<th width="100%">ELEMENTARY SCHOOL -- ((SWIPE))</th>
</tr>
</thead>
<tbody>
<tr>
<td width="100%">Ephesians 5:4<br>There must not be any bad language or foolish talk or dirty jokes. They are out of place. Instead, you should give thanks.</td>
</tr>
</tbody>
</table>
</div>
</li>
<li class="orbit-slide">
<div class="docs-example-orbit-slide">
<table class="tg">
<thead>
<tr>
<th width="100%">MIDDLE AND HIGH SCHOOL -- ((SWIPE))</th>
</tr>
</thead>
<tbody>
<tr>
<td width="100%">Psalm 139:13-14<br>You are the one who put me together inside my mother's body, and I praise you because of the wonderful way you created me. Everything you do is marvelous! Of this I have no doubt.</td>
</tr>
</tbody>
</table>
</div>
</li>
</ul>
</div>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/what-input.min.js"></script>
<script src="js/foundation.min.js"></script>
<script>$(document).foundation();</script>
</body>
</html>