forked from apu52/Travel_Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
trending.html
81 lines (70 loc) · 2.83 KB
/
trending.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TRENDING DESTINATIONS</title>
<link rel="stylesheet" href="trending.css">
</head>
<body>
<div class="bottom-background">
<video autoplay muted loop >
<source src="img/trendingbg.mp4">
</video>
</div>
<h1 id="heading2" style="color: #b47e11;">TRENDING TOURS</h1>
<pre id="" style="font-size: x-large;" >Explore the world with confidence through our selection popular tours crafted for those seek
a perfect blend of discovery and relaxation."
</pre>
<div id="container2">
<div class="niha" id="box5">
<p>The Kesugi Ridge Trail </p>
<span class="icon">
<i class="fa-regular fa-clock"></i>
<i class="fa-solid fa-location-dot"></i>
<a href="Blog/kesugi.html" id="bolgbtn" role="button" class="golden-button">BLOG PAGE</a>
</span>
</div>
<div class="niha" id="box6">
<p id="text1">Kepler Track</p>
<span class="icon">
<i class="fa-regular fa-clock"></i>
<br>
<i class="fa-solid fa-location-dot"></i>
<a href="Blog/kepler.html" id="bolgbtn" role="button" class="golden-button">BLOG PAGE</a>
</span>
</div>
<div class="niha" id="box7">
<p id="text2">Du Mont Blanc</p>
<span class="icon">
<i class="fa-regular fa-clock"></i>
<br>
<i class="fa-solid fa-location-dot"></i>
<a href="Blog/dumont.html" id="bolgbtn" role="button" class="golden-button">BLOG PAGE</a>
</span>
</div>
<div class="niha" id="box8">
<p id="text3">Kashmir </p>
<span class="icon">
<i class="fa-regular fa-clock"></i>
<br>
<i class="fa-solid fa-location-dot"></i>
<a href="Blog/kashmir.html" id="bolgbtn" role="button" class="golden-button">BLOG PAGE</a>
</span>
</div>
<div class="niha"id="box9">
<p id="text4">Varanasi</p>
<span class="icon">
<i class="fa-regular fa-clock"></i>
<br>
<i class="fa-solid fa-location-dot"></i>
<a href="Blog/varanasi.html" id="bolgbtn" role="button" class="golden-button">BLOG PAGE</a>
</span>
</div>
</div>
<button id="button1">
<a href="./package.html">View all tours</a>
</button>
<hr>
</body>
</html>