forked from Alipakkr/Voyawander
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
83 lines (77 loc) · 3.56 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Voyawander About Us</title>
<link rel="stylesheet" href="about.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
</head>
<body>
<!-- navbar -->
<div class="head2">
<div class="logo"><a href="index.html"> Voyawander</a></div>
<div class="head3">
<a class="heads" href="index.html">Home</a>
<a class="heads" href="about.html">About Us</a>
<a class="heads" href="hotel.html">Hotels</a>
<a class="heads" href="Flight.html">Flights</a>
<a class="heads" href="contact.html">Contact Us</a>
<a class="heads" href="login.html">Login</a>
</div>
<span class="material-symbols-outlined">
menu
</span>
</div>
<div class="About">
<div class="Details">
<h1>
About Us
</h1>
<p>
Welcome to VoyaWander, your ultimate travel companion, offering a diverse range of travel solutions to
make your journeys seamless, enjoyable, and memorable.Discover a world of travel possibilities with
VoyaWander. From convenient flights to luxurious hotels and
exciting activities, we have your travel needs covered.Seamless booking for domestic and international
flights.Choose from a wide range of accommodations, including international hotels, homestays, and
villas.Enhance your travel experience with curated activities and excursions.
Explore thoughtfully crafted holiday packages in India and around the world.Elevate your business travel
experience with our dedicated solutions.
Our dedicated support team is committed to ensuring a smooth and enjoyable travel experience. Here's how
we prioritize your support.
Your payments and transactions are secure with VoyaWander.Read about our commitment to your privacy in
our Privacy Policy.
Learn about our use of cookies in our Cookie Policy. </p>
</div>
<div class="image">
<img src="/image/phototo.jpeg">
</div>
</div>
<!---------------- Footer section -------------------->
<div class="footer">
<div class="footermain">
<div class="contensection">
<h1>Voyagers</h1>
<p style="margin-top: 10px;">Lorem, ipsum dolor sit amet consectetur adipisicing elit. Reprehenderit
animi
possimus, quos error nostrum
officiis blanditiis, sequi recusandae repellendus suscipit aspernatur. Perspiciatis officiis debitis
similique.</p>
</div>
<div class="iconsection">
<div>
<a href="https://www.instagram.com/"><img class="imageicon" src="insta.png" alt="icon"></a>
</div>
<div>
<a href="https://www.linkedin.com/checkpoint/lg/sign-in-another-account"><img class="imageicon"
src="linkedin.png" alt="icon"></a>
</div>
<div>
<a href="https://www.facebook.com/"><img class="imageiconf" src="facebook.png" alt="icon"></a>
</div>
</div>
</div>
</div>
</body>
</html>