-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
216 lines (127 loc) · 7.86 KB
/
services.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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<!DOCTYPE html>
<html>
<head>
<title>Services</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="yangon.css">
<link rel="stylesheet" type="text/css" href="font.css">
</head>
<body>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- navigationbar -->
<div class="container-fluid">
<div class="container" >
<nav class="navbar navbar-expand-lg navbar-custom bg-custom">
<div class="navbar-header" style=" ">
<img src="img/anygo.png" >
<!-- <a class="navbar-brand" href="index.html" style="font-size: 60px; color: #ddae1a ; font-weight: bold; ">AnyGo Travels & Tours</a> -->
</div>
<ul class="navbar-nav ml-auto" >
<li><a href="#" class="fa fa-facebook" style=" color: #fafafa ; border-color: #ddae1a ; background-color:#0f2345; "></a></li>
<li><a href="#" class="fa fa-twitter" style=" color: #fafafa ; border-color: #ddae1a ; background-color:#0f2345;"></a></li>
<li><a href="#" class="fa fa-linkedin" style=" color: #fafafa ; border-color: #ddae1a ; background-color:#0f2345;"></a></li>
<li><a href="#" class="fa fa-instagram" style=" color: #fafafa ; border-color: #ddae1a ; background-color:#0f2345;"></a></li>
<li><a href="#" class="fa fa-google-plus" style=" color: #fafafa ; border-color: #ddae1a ; background-color:#0f2345;"></a></li>
</ul>
</nav>
</div>
</div>
<div class="container-fluid" >
<div class="container" style="padding-bottom: 20px;">
<nav class="navbar navbar-expand-lg navbar-custom bg-custom " style="background-color: white; border-radius: 20px; ">
<a class="navbar-brand" href="#"> </a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main_nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="main_nav">
<ul class="navbar-nav">
<li class="nav-item active"> <a class="nav-link" href="index.html">Home </a> </li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="see-all-places.html" target="_blank" data-toggle="dropdown"> Destinations </a>
<ul class="dropdown-menu dropdown-menu-right fade-down" style="background-color: #0f2345;">
<li><a class="dropdown-item" href="yangon.html" target="_blank"> Yangon</a></li>
<li><a class="dropdown-item" href="mandalay.html" target="_blank"> Mandalay </a></li>
<li><a class="dropdown-item" href="bagan.html" target="_blank"> Bagan</a></li>
<li><a class="dropdown-item" href="myeik.html" target="_blank"> Myeik</a></li>
<li><a class="dropdown-item" href="inlay.html" target="_blank"> Inlay Lake</a></li>
<li><a class="dropdown-item" href="kayin.html" target="_blank"> Kayin State</a></li>
<li><a class="dropdown-item" href="chin.html" target="_blank"> Chin State</a></li>
<li><a class="dropdown-item" href="kachin.html" target="_blank"> Kachin State</a></li>
<li><a class="dropdown-item" href="see-all-places.html" target="_blank"> View All</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="packages.html" target="_blank" data-toggle="dropdown">Trip Packages </a>
<ul class="dropdown-menu dropdown-menu-right fade-down" style="background-color: #0f2345;">
<li><a class="dropdown-item" href="hdetail.html" target="_blank">Hiking</a></li>
<li><a class="dropdown-item" href="cdetail.html" target="_blank">Camping</a></li>
<li><a class="dropdown-item" href="adetail.html" target="_blank">Adventure</a></li>
<li><a class="dropdown-item" href="rdetail.html" target="_blank">Romantic</a></li>
<li><a class="dropdown-item" href="packages.html" target="_blank">View All</a></li>
</ul>
</li>
<li class="nav-item active"> <a class="nav-link" href="services.html">Services </a> </li>
</ul>
<ul class="navbar-nav ml-auto" >
<li class="nav-item active"> <a class="nav-link" href="login.html" style="font-weight: normal;" >Register/Login </a> </li>
<a class="btn btn-outline-primary navbar-btn" href="booking.html" target="_blank" style=" font-size: 22px; font-weight: bold; border-width: 3px;" >Book a ticket Now</a>
<!-- style=" color: #0f2345 ; border-color:#0f2345 ;" -->
</ul>
</div> <!-- navbar-collapse.// -->
</nav>
</div>
</div>
</div>
</div>
<br>
<!-- bodytext -->
<div class="container">
<h1 style="text-align: center; color:orange;">SERVICES WE PROVIDE</h1>
<p style="text-align: left; margin-left:170px; font-size: 17px; color: #0f2345; font-weight: bold; ">We will provide you with a bunch of great customer services for your precious trips.</p>
<hr align="center" width="400px" size="2" color="black">
<table>
<th>
<img src="img/express1.png" class="zoom1">
</th>
<th><p style="font-size: 30px; font-family: 'Lob'; text-align: center; color: #0f2345;">Vip Scania Expresses</p><p style="text-align: left; margin-left:30px; color: #0f2345;">We provide your trip with luxury scania express coachs for your safety and comfortability.</p></th>
</table>
<br>
<table>
<th><p style="font-size: 30px; font-family: 'Lob'; text-align: center; color: #0f2345;">Experience Drivers</p><p style="text-align: left; margin-left:30px; color: #0f2345;">Our drivers are of more than 10 years experiences. They can trasport you to your destinations very safetly. No need to worry.</p></th>
<th>
<img src="img/driver1.png" class="zoom1">
</th>
</table>
<br>
<table>
<th>
<img src="img/hotel1.png" class="zoom2">
</th>
<th><p style="font-size: 30px; font-family: 'Lob'; text-align: center; color: #0f2345;">Hotel Reservations</p><p style="text-align: left; margin-left:30px; color: #0f2345;">We will made your trip easier by reserving a hotel booking for you.</p></th>
</table><br>
<table>
<th><p style="font-size: 30px; font-family: 'Lob'; text-align: center; color: #0f2345;">FirstAid Kit</p><p style="text-align: left; margin-left:30px; color: #0f2345;">Emergency first aid kit is a must need item when you travel. We provide you a medical care by providing essential medicines and the first aid kit.</p></th>
<th>
<img src="img/med1.png" class="zoom1">
</th>
</table>
<br>
<table>
<th>
<img src="img/food1.png" class="zoom2">
</th>
<th><p style="font-size: 30px; font-family: 'Lob'; text-align: center; color: #0f2345;">Food and Drinks</p><p style="text-align: left; margin-left:30px; color: #0f2345;">We provide you with the free food and drinks!</p></th>
</table><br>
</div>
<br>
<!-- <hr align="center" width="400px" size="2" color="black">
<h2 style="text-align: center; color:orange;">Are you interested??<br>
Let's <a href="booking.html" target="_blank" style="color: #0f2345;">!</a> <br></h2> -->
<br><br>
<p class="end" style="background-color: #0f2345; color: #ddae1a;">Copyright <a href="footer.html" target="_blank" style="color: #ddae1a;">@AnyGo Travel and Tours</a><br>
2020 All Rights Reserved<br><br></p>
</body>
</html>