-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontact.html
More file actions
357 lines (326 loc) · 12.5 KB
/
contact.html
File metadata and controls
357 lines (326 loc) · 12.5 KB
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
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
<!DOCTYPE html>
<html lang="en">
<head>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.15.3/css/all.css"
integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk"
crossorigin="anonymous"
/>
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous"> -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@700&display=swap"
rel="stylesheet"
/>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Contact</title>
<link
rel="shortcut icon"
href="assets/img/flowwww.png"
type="image/x-icon"
/>
<link rel="stylesheet" href="assets/css/maicons.css" />
<link rel="stylesheet" href="assets/vendor/animate/animate.css" />
<link
rel="stylesheet"
href="assets/vendor/owl-carousel/css/owl.carousel.min.css"
/>
<link rel="stylesheet" href="assets/css/bootstrap.css" />
<link rel="stylesheet" href="assets/css/mobster.css" />
</head>
<body>
<!-- NavBar Section -->
<nav class="navbar navbar-expand-lg navbar-dark navbar-floating">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="assets/img/flwwwwww.png" alt="" width="70" />
</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarToggler"
aria-controls="navbarToggler"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarToggler">
<ul class="navbar-nav ml-auto mt-2 mt-lg-0">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<!-- <a class="nav-link" href="blog.html">Blog</a> -->
</li>
<li class="nav-item">
<a class="nav-link" href="team.html">Our Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="history.html">History</a>
</li>
</ul>
<div class="ml-auto my-2 my-lg-0">
<!-- <button class="btn btn-primary rounded-pill" >Apply Now</button> -->
<a
href="https://forms.flowboat.ca/apply"
target="”_blank”"
class="btn btn-primary rounded-pill"
role="button"
>Apply Now!</a
>
</div>
</div>
</div>
</nav>
<div class="bg-light">
<div
class="page-hero-section bg-image hero-mini"
style="background-image: url(assets/img/hero_mini.svg)"
>
<div class="hero-caption">
<div class="container fg-white h-100">
<div
class="row justify-content-center align-items-center text-center h-100"
>
<div class="col-lg-6">
<h3 class="mb-4 fw-medium">Contact</h3>
<nav aria-label="breadcrumb">
<ol
class="breadcrumb breadcrumb-dark justify-content-center bg-transparent"
>
<li class="breadcrumb-item">
<a href="index.html">Home</a>
</li>
<li class="breadcrumb-item active" aria-current="page">
Contact
</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
</div>
<div class="page-section">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10 my-3 wow fadeInUp">
<div class="card-page">
<div class="row row-beam-md">
<div class="col-md-4 text-center py-3 py-md-2">
<i class="mai-location-outline h3"></i>
<p
style="font-family: 'DM Sans', sans-serif"
class="fg-primary fw-medium fs-vlarge"
>
Location
</p>
<p style="font-family: 'Raleway', sans-serif" class="mb-0">
295 Hagey Blvd, Waterloo, ON N2L 6R5, Canada
</p>
</div>
<div class="col-md-4 text-center py-3 py-md-2">
<i class="mai-call-outline h3"></i>
<p
style="font-family: 'DM Sans', sans-serif"
class="fg-primary fw-medium fs-vlarge"
>
Contact
</p>
<p style="font-family: 'Raleway', sans-serif" class="mb-1">
519 580 0963
</p>
<!-- <p class="mb-0">+415 123 89245</p> -->
</div>
<div class="col-md-4 text-center py-3 py-md-2">
<i class="mai-mail-open-outline h3"></i>
<p
style="font-family: 'DM Sans', sans-serif"
class="fg-primary fw-medium fs-vlarge"
>
Email
</p>
<p style="font-family: 'Raleway', sans-serif" class="mb-1">
flowboatca@gmail.com
</p>
<!-- <p class="mb-0">support@macodeid.com</p> -->
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-5 my-3 wow fadeInUp">
<div class="card-page">
<h3 class="fw-normal">Get in touch</h3>
<form
action="https://formsubmit.co/a9122a6a216ee31567f9a2c3f4bc5d57"
method="POST"
class="mt-3"
>
<div class="form-group">
<label for="name" class="fw-medium fg-grey"
>Full name</label
>
<input
type="text"
class="form-control"
id="name"
name="name"
required
/>
</div>
<div class="form-group">
<label for="email" class="fw-medium fg-grey">Email</label>
<input
type="text"
class="form-control"
id="email"
name="email"
required
/>
</div>
<div class="form-group">
<label for="phone" class="fw-medium fg-grey"
>Phone(optional)</label
>
<input
type="number"
class="form-control"
id="phone"
name="phone"
/>
</div>
<div class="form-group">
<label for="message" class="fw-medium fg-grey"
>Message</label
>
<textarea
rows="6"
class="form-control"
id="message"
name="message"
></textarea>
</div>
<!-- <p>*Your information will never be shared with any third party.</p> -->
<div class="form-group mt-4">
<button type="submit" class="btn btn-primary">
Send Message
</button>
</div>
</form>
</div>
</div>
<div class="col-md-6 col-lg-7 my-3 wow fadeInUp">
<div class="card-page">
<!-- <div class="maps-container"> -->
<!-- <div id="myMap"></div> -->
<div class="map-wraper">
<iframe
class="googlemap"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2895.19671334534!2d-80.55129378450798!3d43.47736497912769!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x882bf154a1e54303%3A0x5c4f7f149986fa9f!2sAccelerator%20Bldg%2C%20295%20Hagey%20Blvd%2C%20Waterloo%2C%20ON%20N2L%206R6!5e0!3m2!1sen!2sca!4v1659405343833!5m2!1sen!2sca"
width="800"
height="600"
style="border: 0"
allowfullscreen=""
loading="lazy"
></iframe>
</div>
<!-- </div> -->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- .bg-light -->
<div class="page-footer-section bg-dark fg-white">
<div class="container">
<div class="row mb-5 py-3">
<div class="col-sm-6 col-lg-2 py-3">
<h5 class="mb-3">Pages</h5>
<ul class="menu-link">
<li><a href="index.html" class="">Home</a></li>
<li><a href="about.html" class="">About</a></li>
<!-- <li><a href="blog.html" class="">Blog</a></li> -->
<li><a href="team.html" class="">Our Team</a></li>
</ul>
</div>
<div class="col-sm-6 col-lg-2 py-3">
<h5 class="mb-3">Club</h5>
<ul class="menu-link">
<li><a href="about.html" class="">About</a></li>
<li><a href="team.html" class="">Team</a></li>
</ul>
</div>
<div class="col-md-6 col-lg-4 py-3">
<h5 class="mb-3">Contact</h5>
<ul class="menu-link">
<li><a class="">Waterloo, Ontario, Canada</a></li>
<li><a class="">flowboatca@gmail.com</a></li>
<li><a class="">519 580 0963</a></li>
</ul>
</div>
<div class="col-md-6 col-lg-4 py-3">
<!-- Social Media Button -->
<div class="mt-4">
<a
href="https://www.youtube.com/channel/UCneHSaFXIBLJ_bhcNLhI_PA"
target="_blank"
class="btn btn-fab btn-primary fg-white"
><span class=""><i class="fab fa-youtube"></i></span
></a>
<a
href="https://twitter.com/Flowboat1"
target="_blank"
class="btn btn-fab btn-primary fg-white"
><span class="mai-logo-twitter"></span
></a>
<a
href="https://www.instagram.com/flowboatsocial/"
target="_blank"
class="btn btn-fab btn-primary fg-white"
><span class="mai-logo-instagram"></span
></a>
</div>
</div>
</div>
</div>
<hr />
<div class="container">
<div class="row">
<div class="col-12 col-md-6 py-2">
<img src="assets/img/flwwwwww.png" alt="" width="70" />
<p class="d-inline-block ml-2">
© 2022 Flowboat, All Rights Reserved
</p>
</div>
<div class="col-12 col-md-6 py-2">
<ul class="nav justify-content-end"></ul>
</div>
</div>
</div>
</div>
<script src="assets/js/jquery-3.5.1.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/owl-carousel/js/owl.carousel.min.js"></script>
<script src="assets/vendor/wow/wow.min.js"></script>
<script src="assets/js/mobster.js"></script>
<script src=" assets/js/google-maps.js"></script>
<script
async
defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAIA_zqjFMsJM_sxP9-6Pde5vVCTyJmUHM&callback=initMap"
></script>
</body>
</html>