-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patha_wednesday.html
89 lines (81 loc) · 4.02 KB
/
a_wednesday.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
<!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 -- Wednesday Announcements</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">
<table class="tg">
<thead>
<tr><th width="100%">WEDNESDAY ANNOUNCEMENTS</th></tr>
</thead>
<tbody>
<tr><td width="100%">1) Counselors, please make sure that you and your campers are drinking plenty of fluids.</td></tr>
<tr><td width="100%">2) Please check your kids' wristbands. If the name is faded, there are sharpie pens on the staff table for you to refresh the names on the wristbands.</td></tr>
<tr><td width="100%">3) All of us will be at the beach this afternoon from 1PM to 4PM.</td></tr>
<tr><td width="100%">4) You are a great team! Always enjoy reconnecting with all of you and meeting new faces!</td></tr>
</tbody>
</table>
</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>