-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
225 lines (193 loc) · 9.65 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
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
<!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">
<title>tRAVEL</title>
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<section id="title">
<div class="container-fluid" style="padding-left: 0;padding-right: 0;">
<!-- <div class="Nav" style="background-color: black; color: azure;"> -->
<nav class="navbaring navbar navbar-expand-lg navbar-light navbar-fixed-top" style="padding-left: 60px; padding-right: 60px; padding-bottom: 40px;padding-top: 35px;">
<a class="navbar-brand" href="#" style="font-size: 2em; font-weight: bolder;color: azure;">tRAVEL</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="" style="color: azure;">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="" style="color: azure;">Packages</a>
</li>
<li class="nav-item">
<a class="nav-link" href="" style="color: azure;">About us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="" style="color: azure;">Contact</a>
</li>
</ul>
</div>
</nav>
<!-- </div> -->
<div class="row" style="margin-right: 0;">
<div class="col-lg-6">
<h1 class="big-heading">Explore the world, expand your soul.</h1>
<p class="heading-para">get connect us with to Explore the world</p>
<button class="btn btn-outline-warning btn-title">Book Now!</button>
</div>
</div>
</div>
</section>
<!-- Package -->
<section class="products">
<!-- <h2 style=" font-size: 4rem; font-weight: 800;">Explore the Trip</h2> -->
<div class="all-products">
<div class="product">
<img src="ladakh.jpg">
<div class="product-info">
<h4 class="product-title">Ladakh Trip</h4>
<p class="product-price">Only @13999/-</p>
<a class="product-btn" href="#">Read more</a>
</div>
</div>
<div class="product">
<img src="bali.jpg">
<div class="product-info">
<h4 class="product-title">Bali Trip</h4>
<p class="product-price">Only @41999/-</p>
<a class="product-btn" href="#">Read more</a>
</div>
</div>
<div class="product">
<img src="maldives.jpg">
<div class="product-info">
<h4 class="product-title">Maldives Trip</h4>
<p class="product-price">Only @39999</p>
<a class="product-btn" href="#">Read more</a>
</div>
</div>
<div class="product">
<img src="zealand.jpg">
<div class="product-info">
<h4 class="product-title">Zealand Trip</h4>
<p class="product-price">Only @89999/-</p>
<a class="product-btn" href="#">Read more</a>
</div>
</div>
</div>
<div class="divLoadMore">
<button class="loadMore" style="--clr:#000"><span>Button</span><i></i></button>
</div>
</section>
<!-- travel with us section -->
<section id="travelPartner">
<div>
<img src="trekingpartner.jpg" alt="" class="imgPartner">
</div>
<div class="row" style="background-color: green;">
<div class="col-lg-6">
<h2>Want to stay in touch with the trekking world? Sign up for our much-loved newsletter!
We have terrific trekking tips, trek updates and trek talks to look forward to</h2>
</div>
</div>
</section>
<!-- Footer -->
<section id="footer">
<div class="container">
<div class="row" style="margin-right: 0;">
<div class="col-lg-5 col-md-5">
<div class="d-flex align-items-center flex-wrap mb-3" style="padding-left: 30px;">
<div>
<h4 class="footer-title">Follow Us</h4>
</div>
<div class="font mx-4 mmx-4-1">
<a href="" style="color: azure;"><i class="fa-brands fa-instagram"></i></a>
</div>
<div class="font mx-4 mmx-4-1">
<a href="" style="color: azure;"><i class="fa-brands fa-twitter"></i></a>
</div>
<div class="font mx-4 mmx-4-1">
<a href="" style="color: azure;"><i class="fa-brands fa-facebook-f"></i></a>
</div>
</div>
<div class="d-flex">
<div>
<ul class="footer_link">
<li>
<a href="" class="links">FAQs</a>
</li>
<li>
<a href="" class="links">Contact Us</a>
</li>
<li>
<a href="" class="links">About Us</a>
</li>
<li>
<a href="" class="links">Cancelation Policy</a>
</li>
<li>
<a href="" class="links">Terms & Condition</a>
</li>
</ul>
</div>
<div class="mx-5">
<ul>
<li>
<a href="" class="links">Privacy Policy</a>
</li>
<li>
<a href="" class="links">Disclaimer</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-2 col-md-12"></div>
<div class="col-lg-4 col-md-12">
<div class="d-flex align-items-center flex-wrap mb-3" style="padding-left: 30px;">
<div class="contact_head">
<h4 class="footer-title">Contact Us</h4>
</div>
</div>
<div class="contact_detail">
<p>080 778 9853<br>Mon to Sat - 9.00 AM to 8.00 PM <br>Sun - 9.00 AM to 5 PM</p>
</div>
</div>
<div class="col-lg-5 col-md-12">
<div class="copywrite" style="padding-left: 30px;"x>
<p>© 2023 tRAVEL.com
<br>
<span>The contents are copywrited by their respective author</span>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- pratice -->
<!-- <div> -->
<!-- <div class="d-flex align-items-center flex-wrap mb-3"> -->
<!-- <div class="font mx-4 mmx-4-1" style="width: 0; bottom: auto;"> -->
<!-- <a><i class="fa-solid fa-plane" style="color: #000000; font-size: 20px;"></i></a> -->
<!-- <p class="miniImageText">Flight</p> -->
<!-- </div> -->
<!-- <div class="font mx-4 mmx-4-1" style="width: 0; bottom: auto;"> -->
<!-- <a><i class="fa-solid fa-hotel" style="color: #000000; font-size: 20px;"></i></a> -->
<!-- <p class="miniImageText">hotel</p> -->
<!-- </div> -->
<!-- <div class="font mx-4 mmx-4-1" style="width: 0; bottom: auto;"> -->
<!-- <a><i class="fa-solid fa-person-hiking" style="color: #000000; font-size: 20px;"></i></a> -->
<!-- <p class="miniImageText">Activites</p> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
</body>
</html>