This repository was archived by the owner on May 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplications.html
196 lines (169 loc) · 8.86 KB
/
applications.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="">
<title>Destination: Applications</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS -->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Lemonada&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="stylesheet" type="text/css" href="animate.css">
<link rel="stylesheet" type="text/css" href="hover.css">
<link rel="stylesheet" type="text/css" href="font-awesome-4.7.0/css/font-awesome.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<!-- Javascript -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
</head>
<!-- Background for Body -->
<body style="background-image: url(images/bg_sky.gif); background-position: center; background-size: cover;">
<!-- Header and Nav -->
<header style="width:100%;">
<nav class="nav navbar navbar-expand-md navbar-dark" style="background-color: rgba(46, 124, 155, 0.418)!important; height: 60px; z-index: 30;">
<a class="nav-pop navbar-brand" style="color: white; font-size: x-large; padding: 0 30px 0 10px; width: 200px;" href="index.html"><img src="images/destination-logo.png" style="width: 10%;">Destination</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav mr-auto">
<li class="nav-item" style="background-color: rgba(46, 124, 155, 0.24)!important;">
<a class="nav-link active" href="applications.html">Applications<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item" style="background-color: rgba(46, 124, 155, 0.24)!important;">
<a class="nav-link" href="forum_name.html">Forum</a>
</li>
</ul>
<ul class="navbar-nav mr-sm-2">
<li class="go nav-item" style="background-color: rgba(46, 124, 155, 0.24)!important;">
<a class="nav-link" href="map_form.html">Let's Go <i class="fa fa-chevron-circle-right" aria-hidden="true"></i></a>
</li>
</ul>
</div>
</nav>
<!-- Button to move down to #sector -->
<div id="sec" style="text-align: center; background-color: rgba(148, 193, 214, 0.863);">
<a class="clickery shadowfilter" href="applications.html#sector"><img src="images/markerloop.gif" style="width: 80%;"></a>
</div>
<h3 style="padding: 30px;text-align: center; color: rgb(56, 105, 146);">Applications</h3>
<!-- Slideshow gallery on Features-->
<div class="container-fluid" style="padding: 10px;">
<img class="banner" src="images/Thumb/dest (1).png" style="height:500px; width:100%;">
<img class="banner" src="images/Thumb/dest (2).png" style="height:500px; width:100%;">
<img class="banner" src="images/Thumb/dest (3).png" style="height:500px; width:100%;">
<img class="banner" src="images/Thumb/dest (4).png" style="height:500px; width:100%;">
<img class="banner" src="images/Thumb/dest (5).png" style="height:500px; width:100%;">
<img class="banner" src="images/Thumb/dest (6).png" style="height:500px; width:100%;">
<img class="banner" src="images/Thumb/dest (7).png" style="height:500px; width:100%;">
<img class="banner" src="images/Thumb/dest (8).png" style="height:500px; width:100%;">
<img class="banner" src="images/Thumb/dest (9).png" style="height:500px; width:100%;">
<img class="banner" src="images/Thumb/dest (10).png" style="height:500px; width:100%;">
<img class="banner" src="images/Thumb/dest (11).png" style="height:500px; width:100%;">
<div style="width:100%;position: relative; bottom: 280px;">
<div class="arr w3-left" onclick="plusDivs(-1)">❮</div>
<div class="arr w3-right" onclick="plusDivs(1)">❯</div>
</div>
</div>
</header>
<!-- Background on Section-->
<section id="sector" style="width:100%; padding-top: 200px;
background-image: url(images/rs.png); background-position: center; background-size: cover;">
<!-- List of Buttons to other Features Pages-->
<div class="card-deck" style="padding: 10px;">
<div class="card">
<div class="card-body"><a href="map_form.html">
<div class="cardB container">
<h4 class="card-title">Map Navigation</h4>
<p class="card-text">Going Out?<br>Search how to get to places with your preferred transportation mode!</p>
</div> </a></div></div>
<div class="card">
<div class="card-body"><a href="bus_timings.html">
<div class="cardB container">
<h4 class="card-title">Bus Timings</h4>
<p class="card-text">Waiting for your Bus but it's still not coming?
<br>Find out how much longer you have to wait!<br>If not, take the MRT, find out here if the MRT is in maintainence currently!</p>
</div> </a></div></div>
</div>
<br>
<div class="card-deck" style="padding: 10px;">
<div class="card">
<div class="card-body"><a href="bus_routes.html">
<div class=" cardB container">
<h4 class="card-title">Bus Information</h4>
<p class="card-text">Looking for a Bus Stop nearby or looking up for detail of a Bus?<br>Find out here!</p>
</div> </a></div></div>
<div class="card">
<div class="card-body"><a href="taxi_find.html">
<div class="cardB container">
<h4 class="card-title">Taxi Information</h4>
<p class="card-text">Want to hail a cab?<br>Here are all the Taxi Stands and the avaliable Taxi in Singapore!</p>
</div> </a></div></div>
<div class="card">
<div class="card-body"><a href="traffic_status.html">
<div class="cardB container">
<h4 class="card-title">Traffic Information</h4>
<p class="card-text">Driving around? Check out the estimated travel time by the Expressways and avoid the Traffic Incidents around!</p>
</div> </a></div></div>
</div>
</section>
<!-- Footer -->
<footer style="background-color: rgba(46, 124, 155, 0.37)!important; text-align: center; color: blanchedalmond; padding: 20px;">
<img src="images/new-script.png"><p>PostScript©Copyright 2020</p>
</footer>
<script>
//When document is ready
$(document).ready(function(){
//Animation upon hover
$(".nav").mouseover(function(){
$(".nav").addClass("hvr-hang");
})
$(".nav-pop, .nav-item").mouseover(function(){
$(".nav-item").addClass("hvr-bounce-in");
$(".nav-pop").addClass("hvr-bounce-in");
})
$(".clickery").mouseover(function(){
$(".clickery").addClass("hvr-bounce-in");
})
//Activate Slideshow
carousel();
})
//Slideshow gallery
var bannerIndex = 1;
showDivs(bannerIndex);
function plusDivs(n) {
showDivs(bannerIndex += n);
}
function showDivs(n) {
var i;
var x = document.getElementsByClassName("banner");
if (n > x.length) {bannerIndex = 1}
if (n < 1) {bannerIndex = x.length}
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
x[bannerIndex-1].style.display = "block";
}
function carousel() {
var i;
var x = document.getElementsByClassName("banner");
var dots = document.getElementsByClassName("demo");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
bannerIndex++;
if (bannerIndex > x.length) {
bannerIndex = 1
}
x[bannerIndex-1].style.display = "block";
setTimeout(carousel, 5000); // Change image every 5 seconds
}
</script>
</body>
</html>