-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
266 lines (263 loc) · 14.1 KB
/
index.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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="resources/stylesheet.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/uikit.min.css" />
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300&display=swap" rel="stylesheet">
<title>LTFD | Home</title>
</head>
<body>
<header>
<div class="uk-position-relative">
<div class="cont">
<div class="main-img"></div>
<div class="row main-text">
<div class="col-lg-4">
<h1 class="light">LEBANON TOWNSHIP FIRE DEPARTMENT</h1>
</div>
<div class="col-lg-12">
<h3">PROTECTING THE RESIDENTS OF LEBANON TOWNSHIP SINCE 1951</h3>
</div>
<a href="#" class="main-btn text-center btn btn-warning">Donate</a>
</div>
</div>
<div class="uk-position-top">
<nav class="uk-navbar-container uk-navbar-transparent" uk-navbar>
<div class="uk-navbar-center">
<div class="uk-navbar-center-left">
<ul class="uk-navbar-nav">
<li class="uk-active"><a href="index">Home</a></li>
<li>
<a href="#">About Us</a>
<div class="uk-navbar-dropdown">
<ul class="uk-nav uk-navbar-dropdown-nav">
<li><a href="officers">Officers</a></li>
<li><a href="apparatus">Apparatus</a></li>
<li><a href="history">History</a></li>
<li><a href="education">Education</a></li>
</ul>
</div>
</li>
<li>
<a href="#">Forms</a>
<div class="uk-navbar-dropdown">
<ul class="uk-nav uk-navbar-dropdown-nav">
<li><a href="hallrentals">Hall Rentals</a></li>
<li><a href="standby">Standby Request</a></li>
<li><a href="https://www.state.nj.us/dep/parksandforests/fire/permits.html">Burn
Permits</a></li>
</ul>
</div>
</li>
</ul>
</div>
<a class="uk-navbar-item uk-logo">
<img src="resources/img/logo.png" id="navbrand"
alt="Lebanon Township Fire Department Logo - Medallion" height="50" width="auto">
</a>
<div class="uk-navbar-center-right">
<ul class="uk-navbar-nav">
<li><a href="volunteer">Volunteer</a></li>
<li><a href="contact">Contact</a></li>
<li><a href="login">Login</a></li>
</ul>
</div>
</div>
</nav>
</div>
</div>
</header>
<div class="container-fluid col-lg-12 red">
<div class="col-lg-8 mx-auto body">
<div class="row">
<h1 id="mission" class="light col-lg-4">OUR MISSION</h1>
<p class="light col-lg-8">The mission of the Lebanon Township Fire Department
is to save lives and protect property through emergency medical service, fire,
and rescue response, and fire prevention. We respond immediately when any member
of our community needs help with professional, effective, and compassionate service.</p>
</div>
</div>
</div>
<div id="tri-1" class="col-lg-12 section"></div>
<div class="container-fluid section">
<div class="row">
<div class="col-lg-5 mx-auto body">
<h1 class="light text-center">Calls for Service</h1>
<div class="card">
<table class="table">
<thead class="thead-dark">
<tr>
<th scope="col" id="year">Month</th>
<th scope="col">Fire</th>
<th scope="col">EMS</th>
</tr>
</thead>
<tbody class="light">
<tr>
<th scope="row">January</th>
<td>100</td>
<td>100</td>
</tr>
<tr>
<th scope="row">February</th>
<td>100</td>
<td>100</td>
</tr>
<tr>
<th scope="row">March</th>
<td>100</td>
<td>100</td>
</tr>
<tr>
<th scope="row">April</th>
<td>100</td>
<td>100</td>
</tr>
<tr>
<th scope="row">May</th>
<td>100</td>
<td>100</td>
</tr>
<tr>
<th scope="row">June</th>
<td>100</td>
<td>100</td>
</tr>
<tr>
<th scope="row">July</th>
<td>100</td>
<td>100</td>
</tr>
<tr>
<th scope="row">August</th>
<td>100</td>
<td>100</td>
</tr>
<tr>
<th scope="row">September</th>
<td>100</td>
<td>100</td>
</tr>
<tr>
<th scope="row">October</th>
<td>100</td>
<td>100</td>
</tr>
<tr>
<th scope="row">November</th>
<td>100</td>
<td>100</td>
</tr>
<tr>
<th scope="row">December</th>
<td>100</td>
<td>100</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="slash-1"></div>
<div class="section-red">
<div class="light col-lg-6 mx-auto body text-center">
<h1 class="light text-center">News</h1>
<p>This tag will be populated from the SQL database</p>
</div>
</div>
<div class="slash-2"></div>
<div class="section">
<div class="col-lg-3 mx-auto body">
<h1 class="light text-center">Calendar</h1>
</div>
</div>
</div>
<footer>
<div class="uk-section">
<div class="uk-grid-large uk-grid-margin-large uk-grid" uk-grid="">
<div class="uk-flex-auto uk-width-1-2@l uk-width-1-1@m">
<div class="uk-margin-large uk-margin-remove-bottom uk-text-center">
<ul class="uk-margin-remove-bottom uk-subnav uk-flex-center" uk-margin="">
<li class="el-item uk-first-column">
<a class="el-link" href="/terms-of-service">Terms of Service</a></li>
<li class="el-item">
<a class="el-link" href="/privacy-policy">Privacy Policy</a></li>
<li class="el-item">
<a class="el-link" href="/contact-us">Contact Us</a></li>
</ul>
</div>
<div class="uk-margin uk-text-center">
<div class="uk-child-width-auto uk-grid-medium uk-flex-center uk-grid" uk-grid="">
<div class="uk-first-column">
<a class="el-link uk-icon" target="_blank" rel="noreferrer"
href="https://www.facebook.com/LTVFD/" uk-icon="icon: facebook; ratio: 1;"><svg
width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"
data-svg="facebook">
<path
d="M11,10h2.6l0.4-3H11V5.3c0-0.9,0.2-1.5,1.5-1.5H14V1.1c-0.3,0-1-0.1-2.1-0.1C9.6,1,8,2.4,8,5v2H5.5v3H8v8h3V10z">
</path>
</svg></a> </div>
<div>
<a class="el-link uk-icon" target="_blank" rel="noreferrer"
href="https://www.instagram.com/station19fire/?hl=en"
uk-icon="icon: instagram; ratio: 1;"><svg width="20" height="20" viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg" data-svg="instagram">
<path
d="M13.55,1H6.46C3.45,1,1,3.44,1,6.44v7.12c0,3,2.45,5.44,5.46,5.44h7.08c3.02,0,5.46-2.44,5.46-5.44V6.44 C19.01,3.44,16.56,1,13.55,1z M17.5,14c0,1.93-1.57,3.5-3.5,3.5H6c-1.93,0-3.5-1.57-3.5-3.5V6c0-1.93,1.57-3.5,3.5-3.5h8 c1.93,0,3.5,1.57,3.5,3.5V14z">
</path>
<circle cx="14.87" cy="5.26" r="1.09"></circle>
<path
d="M10.03,5.45c-2.55,0-4.63,2.06-4.63,4.6c0,2.55,2.07,4.61,4.63,4.61c2.56,0,4.63-2.061,4.63-4.61 C14.65,7.51,12.58,5.45,10.03,5.45L10.03,5.45L10.03,5.45z M10.08,13c-1.66,0-3-1.34-3-2.99c0-1.65,1.34-2.99,3-2.99s3,1.34,3,2.99 C13.08,11.66,11.74,13,10.08,13L10.08,13L10.08,13z">
</path>
</svg></a> </div>
</div>
</div>
<div class="uk-margin uk-text-center">
<p>Copyright © 2020 Lebanon Township Fire Department<br>Website proudly built by <a
href="https://ymahmoud.com/" target="_blank" rel="noopener">Yaseen Mahmoud</a></p>
</div>
<div id="footer#0-0-2-3" class="uk-margin uk-width-large uk-margin-auto">
<div class="uk-child-width-1-1 uk-child-width-1-3@m uk-grid-match uk-grid" uk-grid="">
<div class="uk-first-column">
<div class="el-item uk-panel uk-margin-remove-first-child">
<h5 class="el-title uk-h5 uk-margin-top uk-margin-remove-bottom">Station 1
<hr>
</h5>
<div class="el-content uk-panel uk-margin-top">143 Anthony Rd<br>
Glen Gardner, NJ 08826</div>
</div>
</div>
<div class="">
<div class="el-item uk-panel uk-margin-remove-first-child">
<h5 class="el-title uk-h5 uk-margin-top uk-margin-remove-bottom">Station 2
<hr>
</h5>
<div class="el-content uk-panel uk-margin-top">532 W Hill Rd<br>
Glen Gardner, NJ 08826</div>
</div>
</div>
<div class="">
<div class="el-item uk-panel uk-margin-remove-first-child">
<h5 class="el-title uk-h5 uk-margin-top uk-margin-remove-bottom">Station 3
<hr>
</h5>
<div class="el-content uk-panel uk-margin-top">528 W Hill Rd<br>
Glen Gardner, NJ 08826</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit-icons.min.js"></script>
</body>
</html>