-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHistorical-tour.html
294 lines (237 loc) · 11.7 KB
/
Historical-tour.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
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Historical Tours</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/Home.css" >
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.css">
<link rel="stylesheet" href="css/animate.css" >
<!-- font library -->
<link rel="stylesheet" href="font/font.css" >
<!-- library for icon -->
<link rel="stylesheet" href="css/fontawesom_all.css">
<!-- pleasant tour icon -->
<link href="img/icon.png" type="image/x-icon" rel="shortcut icon"/>
<!-- JavaScript library -->
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
</head>
<body>
<header >
<!-- logo section -->
<div class="logo" >
<a href="index.html">
<img src="img/logo.png" alt="logo" width="150px" >
</a>
</div>
<!-- Navegation section -->
<nav>
<ul>
<li ><a href="index.html">Home</a></li>
<li class="sub-menu" ><a class="active" href="#" >Tours</a>
<ul>
<li><a href="Beach-tour.html" >Beach tours</a></li>
<li><a href="Historical-tour.html" >Historical tours</a></li>
<li><a href="Jungle-tour.html" >Jungle tours</a></li>
<li><a href="Mountains-tour.html" >Mountains tours</a></li>
</ul>
</li>
<li><a href="about-us.html" >About us</a></li>
<li><a href="contact-us.html" >Contact us</a></li>
</ul>
</nav>
<div class="menu-toggel"><i class="fa fa-bars" aria-hidden="true"></i></div>
</header>
<script src="js/function_nav.js"></script>
<!--*** the end of logo and nav section ***-->
<!--*** start of image slider ***-->
<section class="image-slider">
<div class="owl-carousel owl-theme">
<div class="slider" style="background-image: url(Content/HistoricalTour/ItalianScene/img/2.jpg);">
<div class="container">
<div class="owl-slide-text">
<h2>Historical Tours</h2>
<p>Fined the best tour with Pleasant Tour</p>
</div>
</div>
</div>
<div class="slider over" style="background-image: url(Content/HistoricalTour/RajToTaj/img/4.jpg);">
<div class="container">
<div class="owl-slide-text">
<h2>Historical Tours</h2>
<p>Fined the best tour with Pleasant Tour</p>
</div>
</div>
</div>
<div class="slider over" style="background-image: url(Content/HistoricalTour/SriLankaCulturalAndAdventureTour/img/2.jpg);">
<div class="container">
<div class="owl-slide-text">
<h2>Historical Tours</h2>
<p>Fined the best tour with Pleasant Tour</p>
</div>
</div>
</div>
<div class="slider" style="background-image: url(Content/HistoricalTour/BritishRoyale/img/2.jpg);">
<div class="container">
<div class="owl-slide-text">
<h2>Historical Tours</h2>
<p>Fined the best tour with Pleasant Tour</p>
</div>
</div>
</div>
</div>
</section>
<script src="js/image-slider-function.js"></script>
<!--*** end of image slider ***-->
<!--*** start of Where to go section ***-->
<section>
<div class="continer-where">
<div class="where">Where to go?</div>
<a href="Beach-tour.html" class="tour">Beach</a>
<a href="Mountains-tour.html" class="tour">Mountain</a>
<a href="Jungle-tour.html" class="tour">Jungle</a>
<a href="Historical-tour.html" class="tour active-link">Historical</a>
</div>
</section>
<!--*** end of Where to go section ***-->
<!--*** Start of card section ***-->
<!-- Historical Tours -->
<h2 class="tour_type">Historical Tours</h2>
<p class="tour-caption">
Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.
</p>
<!-- the first card -->
<div class="tour_card1">
<img class="card-img" src="Content/HistoricalTour/BritishRoyale/img/1.jpg"
alt="Historical" />
<div class="card_details">
British Royale<br /><br />
10 Days+Transport+5*Hotel
</div>
<a href="html/Tour/BritishRoyale.html" class="button">Book Now </a>
</div>
<!-- the second card -->
<div class="tour_card2">
<img class="card-img" src="Content/HistoricalTour/ItalianScene/img/3.jpg" alt="Historical" />
<div class="card_details">
Italian Scene<br /><br />
10 Days+Transport+5*Hotel
</div>
<a href="html/Tour/ItalianScene.html" class="button">Book Now </a>
</div>
<!--*** end of card section ***-->
<!--*** start of limited offer section ***-->
<section>
<div class="offer-box over" style="background-image: url(Content/HistoricalTour/WalkingTheBestOfHadrian/img/2.jpg);" >
<div class="box-container" >
<div class="offer-text">
<div class="left-text">
<div class="sale-box">
<div class="sale-box-top">
<h2 class="num" >45</h2>
<span class="percent">%</span>
<span class="off">off</span>
</div>
<h2 class="text-sale">Sale</h2>
</div>
</div>
<div class="right-offer">
<h3 class="title">Just hurry up limited offer!</h3>
<p>Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.
</p>
<a href="html/Tour/WalkingTheBestOfHadrian.html" class="btn book" >book now</a>
<a href="html/Tour/WalkingTheBestOfHadrian.html" class="btn read" >Read more</a>
</div>
</div>
<div class="offer-card">
<div class="tour_card2 card">
<img class="card-img" src="Content/HistoricalTour/WalkingTheBestOfHadrian/img/1.jpg" alt="Historical" />
<div class="card_details">
Walking the Best of Hadrian's Wall<br /><br />
6 Days+Transport+5*Hotel
</div>
</div>
</div>
</div>
</div>
</section>
<!--*** end of limited offer section ***-->
<!--*** Start of card section ***-->
<!-- Historical Tours -->
<!-- the first card -->
<div class="tour_card1">
<img class="card-img" src="Content/HistoricalTour/RajToTaj/img/2.jpg" alt="Historical" />
<div class="card_details">
Raj to Taj & Beyond<br /><br />
5 Days+Transport+5*Hotel
</div>
<a href="html/Tour/RajToTaj.html" class="button">Book Now </a>
</div>
<!-- the second card -->
<div class="tour_card2">
<img class="card-img" src="Content/HistoricalTour/SriLankaCulturalAndAdventureTour/img/1.jpg" alt="Historical" />
<div class="card_details">
Sri Lanka Cultural and Adventure Tour<br /><br />
10 Days+Transport+5*Hotel
</div>
<a href="html/Tour/SriLankaCulturalAndAdventureTour.html" class="button">Book Now </a>
</div>
<!--*** end of card section ***-->
<!--*** start of download tour section ***-->
<section class="download-tour" >
<div>
<p>To download price list for all tours </p>
<a href="Content/AllTours.docx" class="btn book">download</a>
</div>
</section>
<!--*** end of download tour section ***-->
<!--*** start of footer ***-->
<footer>
<div class="footer-left" >
<div>
<i class="fab fa-instagram"></i>
<a href="https://www.instagram.com/pleasant.tour.2020">
instagram.com/pleasant.tour.2020</a>
</div>
<div>
<i class="fab fa-facebook-f"></i>
<a id="facebook" href="https://www.facebook.com/pleasant.tour.2020">
facebook.com/pleasant.tour.2020</a>
</div>
<div>
<i class="fab fa-twitter"></i>
<a id="twitter" href="https://www.twitter.com/pleasant.tour.2020">
twitter.com/pleasant.tour.2020</a>
</div>
<div>
<i class="fab fa-linkedin-in"></i>
<a id="linkedin" href="https://www.twitter.com/pleasant.tour.2020">
linkedin.com/pleasant.tour.2020</a>
</div>
</div>
<div class="footer-right" >
<div class="logo">
<img src="img/logo.png" alt="logo" width="150px" >
</div>
<div>
<i class="fas fa-map-marker-alt"></i>
<p>Sanaa sixty St. Yemen</p>
</div>
<div>
<i class="fas fa-phone"></i>
<p>+ 1235 3344</p>
</div>
<div>
<i class="fas fa-envelope"></i>
<p><a href="https://info@pleasant.com">info@pleasant.com</a></p>
</div>
</div>
<div class="copy-right">
<p>© Copyright Mountaineers team. <br> 2020/2/20</p>
</div>
</footer>
<!--*** end of footer ***-->
</body>
</html>