-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
157 lines (154 loc) · 6.29 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="img/FAV.png" type="image/x-icon">
<title>TRAVEL GUIDE: A COMPLETE GUIDE TO TRAVELLING IN 2022</title>
<link rel="stylesheet" href="videoback.css">
</head>
<body>
<div class="section">
<h1>A AUTHENTIC GUIDE IN TRAVELLING : 2022</h1>
<div class="video-container">
<div class="color-overlay"></div>
<video autoplay loop muted>
<source src="img/video.mp4">
</video>
</div>
</div>
<div class="flexbox">
<div class="sec1">
<div class="card">
<div class="name">Goa</div>
<div class="cost">Price - 15000</div>
<div class="days">Days - 5</div>
<div class="book">Check Now!</div>
</div>
</div>
<div class="sec2">
<div class="card">
<div class="name">Kashmir</div>
<div class="cost">Price - 15000</div>
<div class="days">Days - 5</div>
<div class="book">Check Now!</div>
</div>
</div>
<div class="sec3">
<div class="card">
<div class="name">Manali</div>
<div class="cost">Price - 15000</div>
<div class="days">Days - 5</div>
<div class="book">Check Now!</div>
</div>
</div>
<div class="sec4">
<div class="card">
<div class="name">Puri</div>
<div class="cost">Price - 15000</div>
<div class="days">Days - 5</div>
<div class="book">Check Now!</div>
</div>
</div>
</div>
<div class="container">
<div class="left">
<h2>A brief introduction to our website:</h2>
<p>What is the most exciting thing when it comes to travel? Of course, the lovely and wonderful destinations across the globe. The beauty of these amazing destinations and their presentation inappropriate way is something that attracts customers. If you have a travel business but everything is being done by word of mouth, then it will not work for long. Customers are interested in exploring every location on their own without any intervention of travel operators. They want to have entire control in their hand. Let’s explore what magic website can create for travel agencies.</p>
<h4>1.Tour operators can add multiple tour details:</h4>
<p>The first thing that customers expect to know from any travel agency is what kind of tours they are offering. So, the complete list of domestic as well as international tours travel agency is offering gives a complete idea to the customers and helps them find their dream destination and to proceed further with that.</p>
<h4>2. Upload Destination details with HD images:</h4>
<p>After the customer has selected the particular location, destination basic details like where is that destination located, what it is known for, what one can explore there, the historic significance of that place, cost of that particular tour, etc. all these factors indirectly influences customers to visit and explore that place. Interactive HD images play a very vital role in influencing customers as images speak louder than words. Travel operators can also upload videos of previous tours on the website which helps to form a good impression on the customer at the first sight.</p>
</div>
<div class="right">
<img src="img/Girl.jpg" alt="">
</div>
</div>
<div class="services">
<div class="sec">
<div class="head"><h3>Services</h3></div>
<ol>
<li>Tour Guide</li>
<li>Tour Plan</li>
<li>User Experiance</li>
<li>Free Breakfast</li>
<li>50% off for members</li>
</ol>
</div>
<div class="sec">
<div class="head"><h3>Cities we are travelling</h3></div>
<ol>
<li>Goa</li>
<li>Digha</li>
<li>Puri</li>
<li>Dargiling</li>
<li>Sikkim</li>
<li>Kashmir</li>
<li>Manali</li>
<li>Kanyakumari</li>
</ol>
</div>
<div class="sec">
<div class="head"><h3>Our Travling Rates</h3></div>
<table>
<tr>
<th>sl.no</th>
<th>places</th>
<th>cost</th>
<th>days</th>
</tr>
<tr>
<td>1</td>
<td>goa</td>
<td>15000</td>
<td>5</td>
</tr>
<tr>
<td>2</td>
<td>darjiling</td>
<td>20000</td>
<td>3</td>
</tr>
<tr>
<td>3</td>
<td>sikim</td>
<td>25000</td>
<td>7</td>
</tr>
<tr>
<td>4</td>
<td>puri</td>
<td>10000</td>
<td>4</td>
</tr>
<tr>
<td>5</td>
<td>kashmir</td>
<td>50000</td>
<td>12</td>
</tr>
<tr>
<td>6</td>
<td>gujrath</td>
<td>35000</td>
<td>16</td>
</tr>
<tr>
<td>7</td>
<td>kanyakumari</td>
<td>45000</td>
<td>14</td>
</tr>
</table>
</div>
</div>
<div class="booking">
<div class="det">
<div class="head4">What Are You Waiting For </div>
<div class="let">Book your trip now! and make your holliday memorable</div>
<div class="button"><a href="login.html">Book Now!</a></div>
</div>
</div>
</body>
</html>