This repository was archived by the owner on Jun 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
547 lines (417 loc) · 21.8 KB
/
index.html
File metadata and controls
547 lines (417 loc) · 21.8 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
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
<!DOCTYPE html>
<!--[if lt IE 9 ]><html class="no-js oldie" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Flowi</title>
<meta property="og:title" content="Flowi">
<meta property="og:description" content="The Smart Advertising Solution for Densely Populated City Centres">
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body id="top">
<!-- header
================================================== -->
<header id="header" class="row">
<div class="header-logo">
<div class="header-title" style="display:inline-block">Flowi</div>
<div style="display:inline-block">
<img src="images/flowi.png" width="8%">
</div>
<a href="index.html">Flowi</a>
</div>
<nav id="header-nav-wrap">
<ul class="header-main-nav">
<li class="current"><a class="smoothscroll" href="#home" title="home">Home</a></li>
<li><a class="smoothscroll" href="#about" title="about">About</a></li>
<li><a class="smoothscroll" href="#pricing" title="pricing">Pricing</a></li>
<li><a class="smoothscroll" href="#team" title="pricing">Team</a></li>
</ul>
<a href="#" title="sign-up" class="button button-primary cta">Sign Up</a>
</nav>
<a class="header-menu-toggle" href="#"><span>Menu</span></a>
</header> <!-- /header -->
<!-- home
================================================== -->
<section id="home" data-parallax="scroll" data-image-src="images/hero-bg.jpg" data-natural-width=3000 data-natural-height=2000>
<div class="overlay"></div>
<div class="home-content">
<div class="row contents">
<div class="home-content-left">
<h1 data-aos="fade-up">Welcome to Flowi</h1>
<div class="buttons" data-aos="fade-up">
<a href="#download" class="smoothscroll button stroke">
<span class="icon-circle-down" aria-hidden="true"></span>
Buy Today
</a>
</div>
</div>
<div class="home-image-right">
<img src="images/iphone-app-470.png"
srcset="images/iphone-app-470.png 1x, images/iphone-app-940.png 2x"
data-aos="fade-up">
</div>
</div>
</div> <!-- end home-content -->
<div class="home-scrolldown">
<a href="#about" class="scroll-icon smoothscroll">
<span>Scroll Down</span>
<i class="icon-arrow-right" aria-hidden="true"></i>
</a>
</div>
</section> <!-- end home -->
<!-- about
================================================== -->
<section id="about">
<div class="row about-intro">
<div class="col-four">
<h1 class="intro-header" data-aos="fade-up">About Flowi</h1>
</div>
<div class="col-eight">
<p class="lead" data-aos="fade-up">
Flowi is a service that allows businesses to offer complimentary WiFi to customers in exchange for the opportunity to push location-based notifications and advertise deals/coupons through the Flowi interface.
</p>
</div>
</div>
<div class="row about-features">
<div class="features-list block-1-3 block-m-1-2 block-mob-full group">
<div class="bgrid feature" data-aos="fade-up">
<span class="icon"><i class="icon-image"></i></span>
<div class="service-content">
<h3>Mesh Network Technology</h3>
<p>Our service uses mesh networks to provide a sustainable wifi signal to your costumer at all time.
</p>
</div>
</div> <!-- /bgrid -->
<div class="bgrid feature" data-aos="fade-up">
<span class="icon"><i class="icon-window"></i></span>
<div class="service-content">
<h3>Easy to Use</h3>
<p> Our web interface makes it easy for businesses to upload their deals to Flowi, so that their costumers can get informed quickly and effectively.
</p>
</div>
</div> <!-- /bgrid -->
<div class="bgrid feature" data-aos="fade-up">
<span class="icon"><i class="icon-paint-brush"></i></span>
<div class="service-content">
<h3>Ongoing Tech Support</h3>
<p>Flowi not working? Not a problem, we have 24/7 tech support which will help get your Flowi system back on track
</p>
</div>
</div> <!-- /bgrid -->
<div class="bgrid feature" data-aos="fade-up">
<span class="icon"><i class="icon-file"></i></span>
<div class="service-content">
<h3>Eco-Friendly and Effective</h3>
<p>Our system tries to replace environmentally in-sustainable methods such as paper junk mail with a sustainable method. Our Wifi+Advertising plan makes us a very effective marketing strategy.
</p>
</div>
</div> <!-- /bgrid -->
<div class="bgrid feature" data-aos="fade-up">
<span class="icon"><i class="icon-sliders"></i></span>
<div class="service-content">
<h3>Ready to Use</h3>
<p>There is little to no work for the installation of Flowi. Simply get a internet provider, and hook in our Flowi boxes to your ethernet cable. Can be setup in less then a minute.
</p>
</div>
</div> <!-- /bgrid -->
<div class="bgrid feature" data-aos="fade-up">
<span class="icon"><i class="icon-gift"></i></span>
<div class="service-content">
<h3>Supporting Canadian Tech</h3>
<p>Our company is 100% Canadian, based in Waterloo, Ontario. By supporting us, you are supporting technology development in Canada.
</p>
</div>
</div> <!-- /bgrid -->
</div> <!-- end features-list -->
</div> <!-- end about-features -->
<div class="row about-how">
<h1 class="intro-header" data-aos="fade-up">How does Flowi work?</h1>
<div class="about-how-content" data-aos="fade-up">
<div class="about-how-steps block-1-2 block-tab-full group">
<div class="bgrid step" data-item="1">
<h3>Sign-Up</h3>
<p>Businesses sign up for the Flowi service by opting into a monthly plan, available at several tiers. The Flowi team sets up WiFi hotspots within the business with Flowi software.
</p>
</div>
<div class="bgrid step" data-item="2">
<h3>Upload Deals</h3>
<p>Businesses can upload deals or coupons to offer customers. These deals can be saved and re-used in the business dashboard.
</p>
</div>
<div class="bgrid step" data-item="3">
<h3>Publish Deals</h3>
<p>Publishing deals or coupons allows customers to find them on the Flowi start-up page or through location-based notifications. Advertisements can also be pushed to customers.
</p>
</div>
<div class="bgrid step" data-item="4">
<h3>Increased Revenue</h3>
<p>Customers can redeem deals or coupons by buying products within a business. Increased traffic from the complimentary WiFi will also increase revenue.
</p>
</div>
</div>
</div> <!-- end about-how-content -->
</div> <!-- end about-how -->
<div class="row about-bottom-image">
<div class="row about-how">
<h1 class="intro-header" data-aos="fade-up">Dashboard</h1>
</div>
<img src="images/app-screens-1200.png"
srcset="images/app-screens-600.png 600w,
images/app-screens-1200.png 1200w,
images/app-screens-2800.png 2800w"
sizes="(max-width: 2800px) 100vw, 2800px"
alt="App Screenshots" data-aos="fade-up">
</div> <!-- end about-bottom-image -->
</section> <!-- end about -->
<!-- pricing
================================================== -->
<section id="pricing">
<h1 class="intro-header about-how" data-aos="fade-up">Pricing</h1>
<div class="row pricing-content">
<div class="col-twelve pricing-table">
<div class="row">
<div class="col-four plan-wrap">
<div class="plan-block primary" data-aos="fade-up">
<div class="plan-top-part">
<h3 class="plan-block-title">Deal One</h3>
<p class="plan-block-price"><sup>$</sup>19.99</p>
<p class="plan-block-per">Per Month</p>
</div>
<div class="plan-bottom-part">
<ul class="plan-block-features">
<li>Purchase high speed internet separately</li>
<li><span>$240</span> Initial Fee</li>
</ul>
<a class="button button-primary large" href="">Get Started</a>
</div>
</div>
</div> <!-- end plan-wrap -->
<div class="col-four plan-wrap">
<div class="plan-block primary" data-aos="fade-up">
<div class="plan-top-part">
<h3 class="plan-block-title">Deal Two</h3>
<p class="plan-block-price"><sup>$</sup>29.99</p>
<p class="plan-block-per">Per Month</p>
</div>
<div class="plan-bottom-part">
<ul class="plan-block-features">
<li>Purchase high speed internet separately</li>
<li><span>12</span> Month Contract</li>
</ul>
<a class="button button-primary large" href="">Get Started</a>
</div>
</div>
</div> <!-- end plan-wrap -->
<div class="col-four plan-wrap">
<div class="plan-block primary" data-aos="fade-up">
<div class="plan-top-part">
<h3 class="plan-block-title">Deal Three</h3>
<p class="plan-block-price"><sup>$</sup>39.99</p>
<p class="plan-block-per">Per Month</p>
</div>
<div class="plan-bottom-part">
<ul class="plan-block-features">
<li>Purchase high speed internet separately</li>
<li><span>No Contract</span></li>
</ul>
<a class="button button-primary large" href="">Get Started</a>
</div>
</div>
</div> <!-- end plan-wrap -->
</div>
</div> <!-- end pricing-table -->
</div> <!-- end pricing-content -->
<section _ngcontent-c7="" class="module" id="team">
<h1 class="intro-header about-how" data-aos="fade-up">Team</h1>
<div _ngcontent-c7="" class="container">
<!---->
<div _ngcontent-c7="" class="row">
<div class="col-twelve plan-wrap">
<!---->
<div class="col-four">
<div _ngcontent-c7="" class="mb-sm-20 wow fadeInUp" onclick="wow fadeInUp" style="visibility: visible; animation-name: fadeInUp;">
<div _ngcontent-c7="" class="team-item col-sm-6 col-md-3">
<div _ngcontent-c7="" class="team-image">
<img _ngcontent-c7="" alt="Member Photo" src="images/members/atif-mahmud.jpg">
<div _ngcontent-c7="" class="team-detail">
<p _ngcontent-c7="" class="font-serif">Passion is the only way to find success in life. Follow yours or you'll fall behind</p>
<div _ngcontent-c7="" class="team-social">
<!---->
<a _ngcontent-c7="" href="https://www.instagram.com/atif.a.mahmud/">
<i _ngcontent-c7="" class="fa fa-instagram"></i>
</a>
<a _ngcontent-c7="" href="https://twitter.com/atif_mahmud101">
<i _ngcontent-c7="" class="fa fa-twitter"></i>
</a>
<a _ngcontent-c7="" href="https://www.linkedin.com/in/atif-mahmud/">
<i _ngcontent-c7="" class="fa fa-linkedin"></i>
</a>
</div>
</div>
</div>
<div _ngcontent-c7="" class="team-descr font-alt">
<div _ngcontent-c7="" class="team-name">Atif Mahmud</div>
<div _ngcontent-c7="" class="team-role">CEO</div>
</div>
</div>
</div>
</div>
<div class="col-four">
<div _ngcontent-c7="" class="mb-sm-20 wow fadeInUp" onclick="wow fadeInUp" style="visibility: visible; animation-name: fadeInUp;">
<div _ngcontent-c7="" class="team-item col-sm-6 col-md-3">
<div _ngcontent-c7="" class="team-image">
<img _ngcontent-c7="" alt="Member Photo" src="images/members/adam-martinez.jpg">
<div _ngcontent-c7="" class="team-detail">
<p _ngcontent-c7="" class="font-serif">If I could be a bacteria, I want to be an E. coli strain</p>
<div _ngcontent-c7="" class="team-social">
<!---->
</div>
</div>
</div>
<div _ngcontent-c7="" class="team-descr font-alt">
<div _ngcontent-c7="" class="team-name">Adam Martinez</div>
<div _ngcontent-c7="" class="team-role">Project Manager</div>
</div>
</div>
</div>
</div>
<div class="col-four">
<div _ngcontent-c7="" class="mb-sm-20 wow fadeInUp" onclick="wow fadeInUp" style="visibility: visible; animation-name: fadeInUp;">
<div _ngcontent-c7="" class="team-item col-sm-6 col-md-3">
<div _ngcontent-c7="" class="team-image">
<img _ngcontent-c7="" alt="Member Photo" src="images/members/advait-maybhate.jpg">
<div _ngcontent-c7="" class="team-detail">
<p _ngcontent-c7="" class="font-serif">A thrill seeking adventurer exploring the land of computer science.</p>
<div _ngcontent-c7="" class="team-social">
<!---->
<a _ngcontent-c7="" href="https://www.facebook.com/AdvaitMaybhate">
<i _ngcontent-c7="" class="fa fa-facebook"></i>
</a>
<a _ngcontent-c7="" href="https://twitter.com/AdvaitMaybhate">
<i _ngcontent-c7="" class="fa fa-twitter"></i>
</a>
<a _ngcontent-c7="" href="https://www.instagram.com/advait.m">
<i _ngcontent-c7="" class="fa fa-instagram"></i>
</a>
<a _ngcontent-c7="" href="https://github.com/Advait-M">
<i _ngcontent-c7="" class="fa fa-github"></i>
</a>
</div>
</div>
</div>
<div _ngcontent-c7="" class="team-descr font-alt">
<div _ngcontent-c7="" class="team-name">Advait Maybhate</div>
<div _ngcontent-c7="" class="team-role">Developer</div>
</div>
</div>
</div>
</div>
<div class="col-four">
<div _ngcontent-c7="" class="mb-sm-20 wow fadeInUp" onclick="wow fadeInUp" style="visibility: visible; animation-name: fadeInUp;">
<div _ngcontent-c7="" class="team-item col-sm-6 col-md-3">
<div _ngcontent-c7="" class="team-image">
<img _ngcontent-c7="" alt="Member Photo" src="images/members/allison-cai.jpg">
<div _ngcontent-c7="" class="team-detail">
<p _ngcontent-c7="" class="font-serif">Flowi</p>
<div _ngcontent-c7="" class="team-social">
<!---->
</div>
</div>
</div>
<div _ngcontent-c7="" class="team-descr font-alt">
<div _ngcontent-c7="" class="team-name">Ally Cai</div>
<div _ngcontent-c7="" class="team-role">Business Operations</div>
</div>
</div>
</div>
</div>
<!---->
<div class="col-four">
<div _ngcontent-c7="" class="mb-sm-20 wow fadeInUp" onclick="wow fadeInUp" style="visibility: visible; animation-name: fadeInUp;">
<div _ngcontent-c7="" class="team-item col-sm-6 col-md-3">
<div _ngcontent-c7="" class="team-image">
<img _ngcontent-c7="" alt="Member Photo" src="images/members/ethan-guo.jpg">
<div _ngcontent-c7="" class="team-detail">
<p _ngcontent-c7="" class="font-serif">Flowi</p>
<div _ngcontent-c7="" class="team-social">
<!---->
</div>
</div>
</div>
<div _ngcontent-c7="" class="team-descr font-alt">
<div _ngcontent-c7="" class="team-name">Ethan Guo</div>
<div _ngcontent-c7="" class="team-role">Developer</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</section> <!-- end pricing -->
<!-- footer
================================================== -->
<footer>
<div class="footer-main">
<div class="row">
<div class="col-six md-1-3 tab-1-2 mob-full footer-contact">
<h4>Contact</h4>
<p>
flowi@flowboat.ca <br>
adam@flowboat.ca (Project Manager) <br>
</p>
</div> <!-- end footer-contact -->
<div class="col-six md-1-3 tab-1-2 mob-full footer-site-links">
<h4>Site Links</h4>
<ul class="list-links">
<li><a href="#">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#pricing">Pricing</a></li>
<li><a href="#team">Team</a></li>
</ul>
</div> <!-- end footer-site-links -->
</div> <!-- /row -->
</div> <!-- end footer-main -->
<div class="footer-bottom">
<div class="row">
<div class="col-twelve">
<div id="go-top">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="icon-arrow-up"></i></a>
</div>
</div>
</div> <!-- end footer-bottom -->
</div>
</footer>
<div id="preloader">
<div id="loader"></div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>