-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
284 lines (266 loc) · 13.1 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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Travel with @hellokuldeep</title>
<!-- Custom fonts & icons-->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark navbar-custom fixed-top">
<div class="container">
<a class="navbar-brand" href="#">@hellokuldeep</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Contact</a>
</li>
<li class="dropdown show mr-2">
<a class="btn btn-secondary dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Stories
</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<a class="dropdown-item" href="#">Hiking</a>
<a class="dropdown-item" href="#">Motorbike</a>
<a class="dropdown-item" href="#">Cities</a>
<a class="dropdown-item" href="#">Coastline <span class="badge badge-secondary">New</span></a>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="text" placeholder="Search">
<button class="btn btn-secondary my-2 my-sm-0" type="button" data-toggle="popover" data-placement="bottom" data-content="OOPS!! Seems Like Search
Is Not Working Right Now. Visit Later. Okay. :P">Search</button>
</form>
</div>
</div>
</nav>
<header class="jumbotron text-center text-white d-flex">
<div class="container my-auto">
<div class="row">
<div class="col-lg-10 mx-auto">
<h1 class="">ADVENTURES. STORIES. PEOPLE.</h1>
<hr>
</div>
<div class="col-lg-8 mx-auto">
<p class="text-faded mb-5">EXPLORE WITH EMOTION, LIVE FOR THE JOURNEY.</p>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#" data-toggle="modal" data-target="#exampleModal">Blogs</a>
</div>
</div>
</div>
</header>
<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Notice</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
Blogs Under Construction. :D
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">OK! I'll Be Back</button>
</div>
</div>
</div>
</div>
<!-- card deck -->
<h2 class="text-center text-uppercase text-secondary mb-4 mt-4">My Travels So Far</h2>
<hr class="mb-4">
<div class="card-deck">
<div class="card">
<a href="#">
<img class="card-img-top" src="./img/box1.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Trekking Chanderkhani</h5>
<p class="card-text">
This breathtaking Chanderkhani Pass trek encompasses a plethora of jaw-dropping sights alongside the gorgeous environs of Himachal Pradesh. This trekking package in India begins at Naggar and after crossing the Chanderkhani Pass at 3600m, the trail heads to the Malana village, famous for its distinct and very reserved social culture.
</p>
</div>
<div class="card-footer">
<small class="text-muted">Last updated 3 mins ago</small>
</div>
</a>
</div>
<div class="card">
<a href="#">
<img class="card-img-top" src="./img/box3.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Sunderban</h5>
<p class="card-text">
The Sundarbans is a vast forest in the coastal region of the Bay of Bengal. Located in the delta region of Padma, Meghna and Brahmaputra river basins, this unique forest extends across Khulna, Satkhira, Bagerhat districts of Bangladesh and South 24 Parganas, North 24 Parganas districts of West Bengal, India. It contain the world's largest coastal mangrove forest.
</p>
</div>
<div class="card-footer">
<small class="text-muted">Last updated 3 mins ago</small>
</div>
</a>
</div>
<div class="card">
<a href="#">
<img class="card-img-top" src="./img/box2.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Trails of Sandakphu</h5>
<p class="card-text">
Sandakphu, being the highest peak in West Bengal, offers grand views of the world’s tallest peaks. Lhotse and Makalu, the fourth and fifth highest peaks in the world stand tall at 8,516m and 8,463m, trying to outdo the world’s tallest peak. But how can they? After all, the Everest stands between them, towering over everything! The Kanchenjunga cluster is famously called The Sleeping Buddha.
</p>
</div>
<div class="card-footer">
<small class="text-muted">Last updated 3 mins ago</small>
</div>
</a>
</div>
</div>
<h2 class="text-center text-uppercase text-secondary mb-4 mt-4">Glimps Of My Snaps!!</h2>
<hr class="mb-4">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="./img/img1.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./img/img2.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./img/img3.jpg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- Contact Section -->
<section id="contact">
<div class="container">
<h2 class="text-center text-uppercase text-secondary mb-5 mt-5">Contact Me</h2>
<hr class="mb-4">
<div class="row">
<div class="col-lg-8 mx-auto">
<form name="sentMessage" id="contactForm">
<div class="control-group">
<div class="form-group floating-label-form-group mb-0 pb-3">
<input class="form-control" id="name" type="text" placeholder="Name" required="required" >
</div>
</div>
<div class="control-group">
<div class="form-group floating-label-form-group mb-0 pb-3 pt-3">
<input class="form-control" id="email" type="email" placeholder="Email Address" required="required" >
</div>
</div>
<div class="control-group">
<div class="form-group floating-label-form-group mb-0 pb-3 pt-3">
<input class="form-control" id="phone" type="tel" placeholder="Phone Number" required="required" >
</div>
</div>
<div class="control-group">
<div class="form-group floating-label-form-group mb-0 pb-3 pt-3">
<textarea class="form-control" id="message" rows="4" placeholder="Message" required="required" ></textarea>
</div>
</div>
<br>
<div class="form-group">
<button type="submit" class="btn btn-primary btn-xl" id="sendMessageButton">Send</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer text-center">
<div class="container">
<div class="row">
<div class="col-md-4 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Location</h4>
<p class="lead mb-0">Kormangla
<br>Bangaluru, KA</p>
</div>
<div class="col-md-4 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Find Me Here</h4>
<ul class="list-inline mb-0">
<li class="list-inline-item">
<a class="btn btn-outline-light" href="#">
<i class="fa fa-fw fa-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-outline-light" href="#">
<i class="fa fa-fw fa-google-plus"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-outline-light" href="#">
<i class="fa fa-fw fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-outline-light" href="#">
<i class="fa fa-fw fa-linkedin"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-outline-light" href="#">
<i class="fa fa-fw fa-instagram"></i>
</a>
</li>
</ul>
</div>
<div class="col-md-4">
<h4 class="text-uppercase mb-4">Why Travel</h4>
<p class="lead mb-0">I dislike feeling at home when I'm abroad.</p>
</div>
</div>
</div>
</footer>
<div class="copyright py-4 text-center text-white">
<div class="container">
<small>
© 2018 Copyright :
<a href="https://instagram.com/hellokuldeep" data-toggle="tooltip" data-placement="top" title="Follow Me Here Dude!! :B">
@hellokuldeep
</a>
</small>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script>
$(function () {
$('[data-toggle="popover"]').popover()
})
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
</script>
</body>
</html>