-
Notifications
You must be signed in to change notification settings - Fork 0
/
areas.html
132 lines (127 loc) · 5.72 KB
/
areas.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
<!--
Tesomas.Camp PWA Rewrite
Written by Jay Poffinbarger
This project makes use of the free version of Font Awesome for the icons.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<meta name="Description" content="Tesomas.Camp supplies quick access to information and tools that will make
your visit to Camp Tesomas as fun and engaging as possible.">
<script src="https://kit.fontawesome.com/1b88120e53.js" crossorigin="anonymous"></script>
<meta charset="utf-8">
<title>Tesomas Scout Camp</title>
<!--Import CSS and Web Manifest File-->
<link rel="stylesheet" href="css/main.css" />
<link rel="manifest" href="manifest.json">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<!--iOS Specific PWA Elements. Can be removed once Apple supports web manifest-->
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="application-name" content="Tesomas Scout Camp">
<meta name="apple-mobile-web-app-title" content="Tesomas Scout Camp">
<meta name="theme-color" content="#517799">
<meta name="msapplication-navbutton-color" content="#517799">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="msapplication-starturl" content="/index.html">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no">
<link rel="icon" sizes="128x128" href="/images/touch/icon-128x128.png">
<link rel="apple-touch-icon" sizes="128x128" href="/images/touch/icon-128x128.png">
<link rel="icon" sizes="192x192" href="/images/touch/icon-192x192.png">
<link rel="apple-touch-icon" sizes="192x192" href="/images/touch/icon-192x192.png">
<link rel="icon" sizes="256x256" href="/images/touch/icon-256x256.png">
<link rel="apple-touch-icon" sizes="256x256" href="/images/touch/icon-256x256.png">
<link rel="icon" sizes="384x384" href="/images/touch/icon-384x384.png">
<link rel="apple-touch-icon" sizes="384x384" href="/images/touch/icon-384x384.png">
<link rel="icon" sizes="512x512" href="/images/touch/icon-512x512.png">
<link rel="apple-touch-icon" sizes="512x512" href="/images/touch/icon-512x512.png">
</head>
<body>
<header>
<i class="fas fa-chevron-left fa-2x" onclick="history.back()"></i>
<h1>Program Areas</h1>
</header>
<!--Tile Elements Wrapper-->
<div class="tile-wrapper">
<!--Main Tiles Wrapper-->
<ul>
<!--leader Tile-->
<li id="leader" onclick="location.href='/areas/leadertraining'">
<h2>Adult Leader Training</h2>
<div><a class="fas fa-user-graduate fa-5x"></a></div><br>
</li>
<!--biztech Tile-->
<li id="biztech" onclick="location.href='/areas/biztech'">
<h2>Business & Technology</h2>
<div><a class="fas fa-laptop fa-5x"></a></div><br>
</li>
<!--cope Tile-->
<li id="copeclimb" onclick="location.href='/areas/copeclimbing'">
<h2>COPE & Climbing</h2>
<div><a class="fas fa-mountain fa-5x"></a></div><br>
</li>
<!--eagle quest Tile-->
<li id="eaglequest" onclick="location.href='/areas/eaglequest'">
<h2>Eagle Quest</h2>
<div><a class="fas fa-feather-alt fa-5x"></a></div><br>
</li>
<!--ecocon Tile-->
<li id="ecocon" onclick="location.href='/areas/ecocon'">
<h2>Ecology & Conservation</h2>
<div><a class="fas fa-tree fa-5x"></a></div><br>
</li>
<!--art town Tile-->
<li id="art-town" onclick="location.href='/areas/handicraft'">
<h2>Handicraft</h2>
<div><a class="fas fa-paint-brush fa-5x"></a></div><br>
</li>
<!--huck's waterfront Tile-->
<li id="hucks-waterfront" onclick="location.href='/areas/huckfinns'">
<h2>Huck Finn's Waterfront</h2>
<div><a class="fas fa-swimmer fa-5x"></a></div><br>
</li>
<!--Kiwani's Chapel Tile-->
<li id="chapel" onclick="location.href='/areas/chapel'">
<h2>Kiwani's Chapel</h2>
<div><a class="fas fa-cross fa-5x"></a></div><br>
</li>
<!--Personal Wellness Tile-->
<li id="personal-wellness" onclick="location.href='/areas/personalwellness'">
<h2>Personal Wellness</h2>
<div><a class="fas fa-futbol fa-5x"></a></div><br>
</li>
<!--Scout Craft Tile-->
<li id="scout-craft" onclick="location.href='/areas/scoutcraft'">
<h2>Scout Craft</h2>
<div><a class="far fa-compass fa-5x"></a></div><br>
</li>
<!--Shooting Sports Tile-->
<li id="shooting-sports" onclick="location.href='/areas/shootingsports'">
<h2>Shooting Sports</h2>
<div><a class="fas fa-bullseye fa-5x"></a></div><br>
</li>
<!--tesomas waterfront Tile-->
<li id="tesomas-waterfront" onclick="location.href='/areas/tesomaswaterfront'">
<h2>Tesomas Waterfront</h2>
<div><a class="fas fa-swimmer fa-5x"></a></div><br>
</li>
<!--OA Tile-->
<li id="OA" onclick="location.href='/areas/oa'">
<h2>Order of the Arrow</h2>
<div><a class="fas fa-handshake fa-5x"></a></div><br>
</li>
</ul>
</div>
<!--Bottom Image-->
<footer></footer>
<script>
window['isUpdateAvailable'].then(isAvailable => {
if (isAvailable) {
alert('New Update available! Reload the app to see the new changes.');
}
});
</script>
</body>
</html>