-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
198 lines (193 loc) · 7.29 KB
/
about.html
File metadata and controls
198 lines (193 loc) · 7.29 KB
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
<!DOCTYPE html>
<html>
<head>
<title>TravelZone</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p"
crossorigin="anonymous"
/>
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<nav
class="navbar navbar-expand-lg navbar-light bg-white shadow sticky-top"
>
<div class="container">
<a class="navbar-brand" href="index.html">
<span class="logo-1">Travel</span><span class="logo-2">Zone</span>
</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse justify-content-end"
id="navbarNavDropdown"
>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="destination.html">Destinations</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blogs.html">Blogs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="about.html">About</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="jumbo p-5 d-flex flex-column justify-content-center">
<h1>About Us</h1>
<p>Some beautiful paths can’t be discovered without getting lost.</p>
</div>
<section class="py-5">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
<img
src="images/aboutus.jpg"
class="img-fluid fit-cover about-img"
style="width: 100%; height: 20rem"
/>
</div>
<div class="col-lg-6 col-md-6 col-12">
<h2 class="display-3 pt-2">Know about TravelZone</h2>
<p style="font-size: 1.5rem">
Since the starting, TravelZone has been committed to bringing
travelers the best in value and quality travel arrangements. We
are passionate about travel and providing corporate travelers
high-touch services to facilitate their business travel needs and
sharing the worlds wonders on the leisure travel side.
</p>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-12">
<div class="footer-info">
<div class="footer-logo">
<h5 class="footer-title">TravelZone</h5>
</div>
<p>
We take pride in handcrafting an experience around your travel
preferences, by using our extensive knowledge and research to
explore fresh concepts focusing on whatever might interest you.
</p>
<div class="footer-social-icons">
<h5 class="footer-title">Follow Us:</h5>
<ul>
<li>
<a href="#"><i class="fab fa-facebook"></i></a>
</li>
<li>
<a href="#"><i class="fab fa-instagram"></i></a>
</li>
<li>
<a href="#"><i class="fab fa-twitter"></i></a>
</li>
<li>
<a href="#"><i class="fab fa-whatsapp"></i></a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-8 col-md-12">
<div class="row">
<div class="col-lg-5 col-md-5 col-sm-7">
<div class="footer-links">
<h5 class="footer-title">Contact us</h5>
<div class="contact-box">
<i class="fal fa-phone-alt"></i>
<div>
<a href="tel:+91 10XXXX010101">+91-10XXXX010101</a>
</div>
</div>
<div class="contact-box">
<i class="fal fa-envelope"></i>
<div>
<a href="mailto:contact@example.com"
>contact@example.com</a
>
</div>
</div>
<div class="contact-box">
<i class="fal fa-map-marker-alt"></i>
<span>Uttarakhand, India</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-5">
<div class="footer-links">
<h5 class="footer-title">Support</h5>
<div class="category-list">
<ul>
<li><a href="contact.html">Contact us</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="destination.html">Destinations</a></li>
<li><a href="blog.html">Our Blogs</a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4">
<div class="footer-links payment-links">
<h5 class="footer-title">We Accept:</h5>
<div
class="payment-cards d-flex flex-wrap justify-content-center gap-1"
style="max-width: 150px"
>
<i class="fab fa-cc-visa fa-4x"></i>
<i class="fab fa-cc-stripe fa-4x"></i>
<i class="fab fa-cc-paypal fa-4x"></i>
<i class="fab fa-cc-amex fa-4x"></i>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="copyrigth-area">
<p>Copyright 2021 | TravelZone</p>
</div>
</div>
</div>
</div>
</footer>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"
></script>
</body>
</html>