-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
721 lines (684 loc) · 25.5 KB
/
Copy pathindex.html
File metadata and controls
721 lines (684 loc) · 25.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
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
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="Navigate your world, Seamlessly" />
<meta
name="author"
content="Henry Wang, Josh Schaffer, Leonardo De La Torre Cruz, Greg Hill"
/>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<title>Bouncr</title>
<link rel="icon" type="image/png" href="Bouncr_files/images/bus_logo.png" />
<!-- Bootstrap core CSS -->
<link href="Bouncr_files/css/bootstrap.min.css" rel="stylesheet" />
<!-- Custom fonts for this template -->
<link href="Bouncr_files/css/all.min.css" rel="stylesheet" type="text/css" />
<link href="Bouncr_files/css/fonts/Droid_Serif.css" rel="stylesheet" type="text/css" />
<link href="Bouncr_files/css/fonts/Kaushan_Script.css" rel="stylesheet" type="text/css" />
<link href="Bouncr_files/css/fonts/Montserrat.css" rel="stylesheet" type="text/css" />
<link href="Bouncr_files/css/fonts/Roboto_Slab.css" rel="stylesheet" type="text/css" />
<link href="Bouncr_files/css/bouncr.css" rel="stylesheet" />
<!-- scroll animation -->
<link rel="stylesheet" href="Bouncr_files/css/aos.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<!-- Custom styles for this template -->
<link href="Bouncr_files/css/agency.css" rel="stylesheet" />
</head>
<body
id="page-top"
data-aos-easing="ease"
data-aos-duration="400"
data-aos-delay="0"
>
<a id="skip" href="#main">Skip to Main</a>
<!-- Header -->
<header
class="masthead"
style="display: block"
aria-labelledby="Introduction"
>
<div class="container">
<div class="intro-text">
<div class="row">
<div
style="margin-bottom: 5%"
class="col-md-8 col-sm-12 align-self-center"
>
<img
style="
image-rendering: crisp-edges;
position: relative;
margin-bottom: -30px;
right: 75px;
width: 600px;
"
src="Bouncr_files/images/bouncr.gif"
class="animated fadeInDown"
alt="Bouncr's Logo"
/>
<div
class="intro-lead-in animated fadeInDown"
style="animation-delay: 0.4s"
>
Navigate your world, Seamlessly
</div>
</div>
<div class="col-md-4 col-sm-12 align-self-center">
<a href="../Bouncr_files/mp4/scary.mp4"><img
style="width:4%; top: 50%; right: 50%; position: absolute;"
src="Bouncr_files/images/littlebus.png"
/>
</a>
<img
style="width: 100%"
src="Bouncr_files/images/landing.png"
alt="The landing page of the app"
/>
</div>
</div>
<a href="#services" class="scroll-down"></a>
</div>
</div>
</header>
<!-- Navigation -->
<nav
role="navigation"
style="
display: block;
background-color: #e9e9e9;
box-shadow: 0px 10px 5px #00000055;
"
class="navbar navbar-expand-lg navbar-dark sticky-top"
id="mainNav"
>
<div class="container">
<h1 style="display: none">Bouncr</h1>
<a
class="navbar-brand js-scroll-trigger"
href="#page-top"
style="font-style: normal; font-family: sans-serif"
>
<img id="logo" src="Bouncr_files/images/bus_logo.png" alt="Bouncr logo"
/></a>
<button
class="navbar-toggler navbar-toggler-right collapsed"
type="button"
data-toggle="collapse"
data-target="#navbarResponsive"
aria-controls="navbarResponsive"
aria-expanded="false"
aria-label="Toggle navigation"
>
Menu
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#services"
>Overview</a
>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#carousel"
>Features</a
>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about"
>Video Prototype</a
>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#team"
>Meet The Team</a
>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact"
>Documents</a
>
</li>
</ul>
</div>
</div>
</nav>
<main id="main">
<!-- overview -->
<section
id="services"
style="background-color: #bdbdbd"
class="test_Header"
>
<div class="container">
<div class="row">
<div class="col-lg-12 text-left aos-init" data-aos="fade-up">
<h2 class="section-heading text-uppercase">The Problem</h2>
<p class="section-subheading text-muted">
In recent times, the rising costs of car loans, insurance, and
maintenance have placed a significant burden on many people's
finances. As owning a car becomes increasingly expensive, more
individuals are searching for alternatives to personal vehicle
ownership. Public transportation offers a cost-effective option
that can alleviate the financial strain and reduce unexpected
challenges associated with car ownership. However, access to
public transportation isn't always convenient for everyone.
</p>
</div>
</div>
<div class="row text-center aos-init" data-aos="fade-up">
<div class="col-lg-12 text-left">
<br /><br /><br />
<h2 class="section-heading text-uppercase">Our Solution</h2>
<p class="section-subheading text-muted">
Introducing Bouncr, an innovative app designed to help users
easily find and plan their transportation needs. With Bouncr,
you can explore various transportation options and compare
prices to choose the best fit for your journey. Whether you
prefer public transportation or private services like Uber and
Lyft, Bouncr has you covered. The standout feature of Bouncr is
our virtual bus stop. For those living far from traditional bus
stops, this feature creates a nearby, convenient bus stop just
for you. Simply walk a short distance to your designated stop
and enjoy the ease of public transportation. The app is
user-friendly and intuitive, making it a one-stop solution for
all your transportation needs. You can also purchase public
transit passes directly through the app, simplifying your travel
plans. Bouncr is here to make your daily commute easier, more
affordable, and more convenient. Say goodbye to the hassles of
car ownership and hello to seamless, stress-free transportation
with Bouncr.
</p>
</div>
</div>
</div>
</section>
<!-- Features -->
<section
id="carousel"
style="background-color: #bdbdbd; margin: 0"
class="test_Header row"
>
<div
id="carouselExampleIndicators"
class="bcr-carousel carousel slide"
data-ride="carousel"
>
<h2
data-aos="fade-up"
class="text-center section-heading text-uppercase aos-init"
style="color: #fe5621"
>
Features
</h2>
<ol class="carousel-indicators">
<li
data-target="#carouselExampleIndicators"
data-slide-to="0"
class="active"
></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
</ol>
<div
class="carousel-inner"
style="max-width: 1920px; min-width: 480px; height: 600px"
>
<!-- first item -->
<div
style="left: 200px; background-color: #575757"
class="carousel-item active"
>
<!-- img -->
<div
class="bcr-carousel-img-div col-md-8 col-sm-6 align-self-center"
>
<img
src="Bouncr_files/images/vbs1.png"
class="bcr-carousel-img"
alt="A weekly data visualization for all the interactions"
/>
<img
src="Bouncr_files/images/vbs2.png"
class="bcr-carousel-img"
alt="conpatible bus data analysis"
/>
<figcaption
align="center"
style="
font-family: Montserrat;
font-size: 0.8em;
opacity: 0.8;
"
></figcaption>
</div>
<!-- txt -->
<div
class="bcr-carousel-text-div col-md-4 col-sm-6 align-self-center"
>
<h3 align="center" style="color: #fe5621">Virtual Bus Stop</h3>
<strong>Home Page</strong>: The app starts with the home page,
where users can view their surroundings on a map and see active
virtual bus stops nearby. Users can input their destination and
have the option to buy tickets. <br /><br />
<strong>Directions</strong>: Once a destination is entered, the
app provides a list of directions to guide the user to their
destination, including arrows showing the path to the virtual
bus stop. <br /><br />
<strong>Tracking</strong>: Users can track the location of their
bus on the map while waiting and receive a pop-up ticket to scan
when boarding. <br /><br />
<strong>Cancellation</strong>: Users can cancel their trip via
the direction drop-down list.
</div>
</div>
<!-- second item -->
<div
style="left: 200px; background-color: #575757"
class="carousel-item row"
>
<!-- img -->
<div
class="bcr-carousel-img-div"
class="col-md-8 col-sm-6 align-self-center"
>
<img
src="Bouncr_files/images/comparingprice1.png"
class="bcr-carousel-img"
alt="conpatible bus data analysis"
/>
<img
src="Bouncr_files/images/comparingprice2.png"
class="bcr-carousel-img"
alt="conpatible bus data analysis"
/>
<figcaption
align="center"
style="
font-family: Montserrat;
font-size: 0.8em;
opacity: 0.8;
"
></figcaption>
</div>
<!-- txt -->
<div
class="bcr-carousel-text-div col-md-4 col-sm-6 align-self-center"
>
<h3 align="center" style="color: #fe5621">Comparing Prices</h3>
<strong>Quick Buy</strong>: From the home page, users can access
the Quick Buy button, where they can compare pricing for
different transportation services after inputting a destination.
<br /><br />
<strong>Bouncr Pass</strong>:The app recommends the Bouncr Pass
but also provides information on other transportation services
and directs users to other apps if preferred.
<br /><br />
<strong>Bus Fares</strong>: Users who don't input a destination
see a list of bus fares only and can proceed to purchase them.
<br /><br />
<strong>Checkout</strong>:Users complete the checkout process
within the app.
</div>
</div>
<a
class="carousel-control-prev"
href="#carouselExampleIndicators"
role="button"
data-slide="prev"
>
<span
class="carousel-control-prev-icon"
aria-hidden="true"
></span>
<span class="sr-only">Previous</span>
</a>
<a
class="carousel-control-next"
href="#carouselExampleIndicators"
role="button"
data-slide="next"
>
<span
class="carousel-control-next-icon"
aria-hidden="true"
></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<!-- About -->
<section id="about" style="background-color: #bdbdbd">
<div data-aos="fade-up" class="container aos-init">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Video Prototype</h2>
<h3 class="section-subheading text-muted"></h3>
<video
src="/Bouncr_files/mp4/Bouncr App.mp4"
controls=""
type="video/mp4"
max-width="840"
height="473"
data-video="0"
poster="/Bouncr_files/images/thumbnail.png"
style="border-radius: 25px;"
></video>
</div>
</div>
</div>
</section>
<!-- Team -->
<section class="bg-light" id="team">
<div data-aos="fade-up" class="container aos-init">
<div class="row">
<div class="col-lg-12 text-center">
<h2
class="section-heading text-uppercase"
,=""
style="margin-bottom: 50px"
>
Meet The Team
</h2>
</div>
</div>
<div class="row">
<div data-aos="zoom-in" class="col-sm-3 aos-init">
<div class="team-member">
<img
class="mx-auto rounded-circle"
src="Bouncr_files/images/henry.png"
alt=""
/>
<h4>Henry</h4>
<p class="text-muted">Computer Science</p>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a
href="https://www.linkedin.com/in/henry-wang-a15a98223/"
title="Henry Wang's Linkedin"
>
<i class="fa fa-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
<div data-aos="zoom-in" class="col-sm-3 aos-init">
<div class="team-member">
<img
class="mx-auto rounded-circle"
src="Bouncr_files/images/josh.png"
alt=""
/>
<h4>Josh</h4>
<p class="text-muted">Computer Science</p>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a
href="https://www.linkedin.com/in/josh-schaffer-a683b923b/"
title="Josh Schaffer's Linkedin"
>
<i class="fa fa-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
<div data-aos="zoom-in" class="col-sm-3 aos-init">
<div data-aos="zoom-in" class="team-member aos-init">
<img
class="mx-auto rounded-circle"
src="Bouncr_files/images/leo.png"
alt=""
/>
<h4>Leo</h4>
<p class="text-muted">Computer Science</p>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a
href="https://www.linkedin.com/in/leonardo-de-la-torre-cruz-b91258159/"
title="Leonardo De La Torre Cruz's Linkedin"
>
<i class="fa fa-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-3">
<div data-aos="zoom-in" class="team-member aos-init">
<img
class="mx-auto rounded-circle"
src="Bouncr_files/images/greg.png"
alt=""
/>
<h4>Greg</h4>
<p class="text-muted">Computer Science</p>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a
href="https://www.linkedin.com/in/greg-hill-7b5436238/"
title="Greg Hill's Linkedin"
<i
class="fa fa-linkedin"
>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Docs -->
<section data-aos="fade-up" class="aos-init">
<div id="contact" class="container">
<div class="row2">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Documents</h2>
</div>
</div>
<div class="row2">
<div class="col-md-4 col-sm-6 documents-item">
<a
class="portfolio-link"
data-toggle="modal"
href="Bouncr_files/pdf/report1.pdf"
>
<img
class="img-fluid pdf-icon"
src="Bouncr_files/images/pdf.png"
alt="pdf icon"
/>
<h4 style="font-size: 20px">Research Report</h4>
</a>
</div>
<div class="col-md-4 col-sm-6 documents-item">
<a
class="portfolio-link"
data-toggle="modal"
href="Bouncr_files/pdf/presentation1.pdf"
>
<img
class="img-fluid pdf-icon"
src="Bouncr_files/images/pdf.png"
alt="pdf icon"
/>
<h4 style="font-size: 20px">Research Presentation</h4>
</a>
</div>
<div class="col-md-4 col-sm-6 documents-item">
<a
class="portfolio-link"
data-toggle="modal"
href="Bouncr_files/pdf/report2.pdf"
>
<img
class="img-fluid pdf-icon"
src="Bouncr_files/images/pdf.png"
alt="pdf icon"
/>
<h4 style="font-size: 20px">Design Report</h4>
</a>
</div>
<div class="col-md-4 col-sm-6 documents-item">
<a
class="portfolio-link"
data-toggle="modal"
href="Bouncr_files/pdf/presentation2.pdf"
>
<img
class="img-fluid pdf-icon"
src="Bouncr_files/images/pdf.png"
alt="pdf icon"
/>
<h4 style="font-size: 20px">Design Presentation</h4>
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer role="contentinfo">
<div class="container">
<div class="row">
<div class="col-md-12" ,="" style="opacity: 0.6">
<span class="copyright" style="color: #ff6c00"
>Copyright © Bouncr 2024</span
>
</div>
</div>
</div>
</footer>
</main>
<!-- Bootstrap core JavaScript -->
<script src="Bouncr_files/js/jquery.min.js"></script>
<script src="Bouncr_files/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="Bouncr_files/js/jquery.easing.min.js"></script>
<!-- Contact form JavaScript -->
<script src="Bouncr_files/js/jqBootstrapValidation.js"></script>
<script src="Bouncr_files/js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="Bouncr_files/js/agency.min.js"></script>
<!-- scroll animation -->
<script src="Bouncr_files/js/aos.js"></script>
<script>
AOS.init();
</script>
<!-- Code injected by live-server -->
<script>
// <![CDATA[ <-- For SVG support
if ("WebSocket" in window) {
(function () {
function refreshCSS() {
var sheets = [].slice.call(document.getElementsByTagName("link"));
var head = document.getElementsByTagName("head")[0];
for (var i = 0; i < sheets.length; ++i) {
var elem = sheets[i];
var parent = elem.parentElement || head;
parent.removeChild(elem);
var rel = elem.rel;
if (
(elem.href && typeof rel != "string") ||
rel.length == 0 ||
rel.toLowerCase() == "stylesheet"
) {
var url = elem.href.replace(/(&|\?)_cacheOverride=\d+/, "");
elem.href =
url +
(url.indexOf("?") >= 0 ? "&" : "?") +
"_cacheOverride=" +
new Date().valueOf();
}
parent.appendChild(elem);
}
}
var protocol =
window.location.protocol === "http:" ? "ws://" : "wss://";
var address =
protocol + window.location.host + window.location.pathname + "/ws";
var socket = new WebSocket(address);
socket.onmessage = function (msg) {
if (msg.data == "reload") window.location.reload();
else if (msg.data == "refreshcss") refreshCSS();
};
if (
sessionStorage &&
!sessionStorage.getItem("IsThisFirstTime_Log_From_LiveServer")
) {
console.log("Live reload enabled.");
sessionStorage.setItem("IsThisFirstTime_Log_From_LiveServer", true);
}
})();
} else {
console.error(
"Upgrade your browser. This Browser is NOT supported WebSocket for Live-Reloading."
);
}
// ]]>
</script>
<!-- Code injected by live-server -->
<script>
// <![CDATA[ <-- For SVG support
if ("WebSocket" in window) {
(function () {
function refreshCSS() {
var sheets = [].slice.call(document.getElementsByTagName("link"));
var head = document.getElementsByTagName("head")[0];
for (var i = 0; i < sheets.length; ++i) {
var elem = sheets[i];
var parent = elem.parentElement || head;
parent.removeChild(elem);
var rel = elem.rel;
if (
(elem.href && typeof rel != "string") ||
rel.length == 0 ||
rel.toLowerCase() == "stylesheet"
) {
var url = elem.href.replace(/(&|\?)_cacheOverride=\d+/, "");
elem.href =
url +
(url.indexOf("?") >= 0 ? "&" : "?") +
"_cacheOverride=" +
new Date().valueOf();
}
parent.appendChild(elem);
}
}
var protocol =
window.location.protocol === "http:" ? "ws://" : "wss://";
var address =
protocol + window.location.host + window.location.pathname + "/ws";
var socket = new WebSocket(address);
socket.onmessage = function (msg) {
if (msg.data == "reload") window.location.reload();
else if (msg.data == "refreshcss") refreshCSS();
};
if (
sessionStorage &&
!sessionStorage.getItem("IsThisFirstTime_Log_From_LiveServer")
) {
console.log("Live reload enabled.");
sessionStorage.setItem("IsThisFirstTime_Log_From_LiveServer", true);
}
})();
} else {
console.error(
"Upgrade your browser. This Browser is NOT supported WebSocket for Live-Reloading."
);
}
// ]]>
</script>
</body>
</html>