-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrate.html
192 lines (181 loc) · 7.82 KB
/
rate.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
<html>
<head>
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Price Chart</title>
</head>
<body>
<nav>
<div class="nav-wrapper cyan lighten-3">
<a href="dashboard.html" class="brand-logo center"><strong>Book My Cab</strong></a>
</div>
</nav>
<br/>
<h3 class="grey-text text-darken-2 center">Rate Chart</h3><br>
<h5 class="grey-text text-darken-2 center">Non AC</h5>
<br/>
<div class="row">
<div class="col s12 m12 l3">
<div class="row">
<div class="card hoverable">
<div class="card blue-grey darken-1">
<div class="card-content white-text">
<span class="card-title orange-text">VIT University</span>
<p>Chennai Airport - 2100</p>
<p>Bangalore Airport - 3500</p>
<p>Katpadi Railway Station - 500</p>
</div>
<div class="card-action">
<a target="_blank" href="https://www.google.co.in/maps/place/VIT+University,+Vellore,+Tamil+Nadu/@12.9713946,79.1530457,16z/data=!3m1!4b1!4m5!3m4!1s0x3bad47a17f3461c1:0x1ace7a2a7f8ccfbf!8m2!3d12.9723913!4d79.1576752">Get Location</a>
</div>
</div>
</div>
</div>
</div>
<div class="col s12 m12 l3">
<div class="row">
<div class="card hoverable">
<div class="card blue-grey darken-1">
<div class="card-content white-text">
<span class="card-title orange-text">Chennai Airport</span>
<p>VIT University - 2100</p>
<p>Bangalore Airport - 5000</p>
<p>Katpadi Railway Station - 1500</p>
</div>
<div class="card-action">
<a target="_blank" href="https://www.google.co.in/maps/place/Chennai+International+Airport+(MAA)/@12.994112,80.1686781,17z/data=!3m1!4b1!4m5!3m4!1s0x3a525e1f5da86397:0x21092f216ee26e47!8m2!3d12.994112!4d80.1708668">Get Location</a>
</div>
</div>
</div>
</div>
</div>
<div class="col s12 m12 l3">
<div class="row">
<div class="card hoverable">
<div class="card blue-grey darken-1">
<div class="card-content white-text">
<span class="card-title orange-text">Bangalore Airport</span>
<p>Chennai Airport - 5000</p>
<p>VIT University - 3500</p>
<p>Katpadi Railway Station - 3000</p>
</div>
<div class="card-action">
<a target="_blank" href="https://www.google.co.in/maps/place/Kempegowda+International+Airport+(BLR)/@13.1986348,77.7044041,17z/data=!3m1!4b1!4m5!3m4!1s0x3bae1cfe75446265:0x296c70e9a129418e!8m2!3d13.1986348!4d77.7065928">Get Location</a>
</div>
</div>
</div>
</div>
</div>
<div class="col s12 m12 l3">
<div class="row">
<div class="card hoverable">
<div class="card blue-grey darken-1">
<div class="card-content white-text">
<span class="card-title orange-text">Katpadi Railway</span>
<p>Chennai Airport - 1500</p>
<p>Bangalore Airport - 3000</p>
<p>VIT University - 500</p>
</div>
<div class="card-action">
<a target="_blank" href="https://www.google.co.in/maps/place/Katpadi+Jn/@12.9722421,79.1362265,17z/data=!3m1!4b1!4m5!3m4!1s0x3bad47139be78f11:0xfe4dca49bfc3cea1!8m2!3d12.9722421!4d79.1384152">Get Location</a>
</div>
</div>
</div>
</div>
</div>
<h5 class="grey-text text-darken-2 center">AC</h5>
<div style="background-color: white">
<div class="row">
<div class="col s12 m12 l3">
<div class="row">
<div class="card hoverable">
<div class="card blue-grey darken-1">
<div class="card-content white-text">
<span class="card-title orange-text">VIT University</span>
<p>Chennai Airport - 4200</p>
<p>Bangalore Airport - 7000</p>
<p>Katpadi Railway Station - 1000</p>
</div>
<div class="card-action">
<a target="_blank" href="https://www.google.co.in/maps/place/VIT+University,+Vellore,+Tamil+Nadu/@12.9713946,79.1530457,16z/data=!3m1!4b1!4m5!3m4!1s0x3bad47a17f3461c1:0x1ace7a2a7f8ccfbf!8m2!3d12.9723913!4d79.1576752">Get Location</a>
</div>
</div>
</div>
</div>
</div>
<div class="col s12 m12 l3">
<div class="row">
<div class="card hoverable">
<div class="card blue-grey darken-1">
<div class="card-content white-text">
<span class="card-title orange-text">Chennai Airport</span>
<p>VIT University - 4200</p>
<p>Bangalore Airport - 10000</p>
<p>Katpadi Railway Station - 3000</p>
</div>
<div class="card-action">
<a target="_blank" href="https://www.google.co.in/maps/place/Chennai+International+Airport+(MAA)/@12.994112,80.1686781,17z/data=!3m1!4b1!4m5!3m4!1s0x3a525e1f5da86397:0x21092f216ee26e47!8m2!3d12.994112!4d80.1708668">Get Location</a>
</div>
</div>
</div>
</div>
</div>
<div class="col s12 m12 l3">
<div class="row">
<div class="card hoverable">
<div class="card blue-grey darken-1">
<div class="card-content white-text">
<span class="card-title orange-text">Bangalore Airport</span>
<p>Chennai Airport - 10000</p>
<p>VIT University - 7000</p>
<p>Katpadi Railway Station - 6000</p>
</div>
<div class="card-action">
<a target="_blank" href="https://www.google.co.in/maps/place/Kempegowda+International+Airport+(BLR)/@13.1986348,77.7044041,17z/data=!3m1!4b1!4m5!3m4!1s0x3bae1cfe75446265:0x296c70e9a129418e!8m2!3d13.1986348!4d77.7065928">Get Location</a>
</div>
</div>
</div>
</div>
</div>
<div class="col s12 m12 l3">
<div class="row">
<div class="card hoverable">
<div class="card blue-grey darken-1">
<div class="card-content white-text">
<span class="card-title orange-text">Katpadi Railway</span>
<p>Chennai Airport - 3000</p>
<p>Bangalore Airport - 6000</p>
<p>VIT University - 1000</p>
</div>
<div class="card-action">
<a target="_blank" href="https://www.google.co.in/maps/place/Katpadi+Jn/@12.9722421,79.1362265,17z/data=!3m1!4b1!4m5!3m4!1s0x3bad47139be78f11:0xfe4dca49bfc3cea1!8m2!3d12.9722421!4d79.1384152">Get Location</a>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="page-footer cyan lighten-3">
<div class="container">
<div class="center">
<div class="row">
<h6 class="white-text">Follow us:</h6>
<a href="#!"><img height="60px" width="60px" src="footer_icon\google_plus.png" /></a>
<a href="https://www.facebook.com/www.avekare.co.in/?fref=ts"><img height="60px" width="60px" src="footer_icon\facebook.png" /></a>
<a href=""><img height="60px" width="60px" src="footer_icon\twitter.png" /></a>
<a href="https://avekarecoin.wordpress.com/"><img height="60px" width="60px" src="footer_icon\wordpress.png" /></a>
</div>
</div>
</div>
<div class="footer-copyright cyan lighten-2">
<div class="container">
©2017 Book My Cab, All rights reserved.
</div>
</div>
</footer>
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="materialize/js/materialize.min.js"></script>
</body>
</html>