-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
269 lines (267 loc) · 12.6 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width,
initial-scale=1.0">
<meta charset="utf-8">
<title>Website Design</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="50">
<header>
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
<div class="container">
<a class="navbar-brand" href="#">Nature</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-lg-auto">
<li class="nav-item">
<a class="nav-link" href="#home">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#explore">Explore</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#adventure">Adventure</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#blog">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact Us</a>
</li>
<!--<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Dropdown
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#">Disabled</a>
</li>
</ul>-->
<!-- <form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form> -->
</div>
</div>
</nav>
</header>
<div class="jumbotron jumbotron-fluid height100p banner" id="home">
<div class="container h100">
<div class="contentBox h100">
<div>
<h1 data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">Undiscovered Beauty</h1>
<p data-aos="fade-up" data-aos-duration="1000" data-aos-delay="500">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book..</p>
</div>
</div>
</div>
</div>
<section class="sec1" id="explore">
<div class="container">
<div class="row">
<div class="offset-sm-2 col-sm-8">
<div class="headerText text-center">
<h2 data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">Explore the world</h2>
<p data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="placeBox" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">
<div class="immgBx">
<img src="img1.jpg" class="img-fluid">
</div>
<div class="content">
<h3>Place Name<br><span>Country Name</span></h3>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="placeBox" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="500">
<div class="immgBx">
<img src="img2.jpg" class="img-fluid">
</div>
<div class="content">
<h3>Place Name<br><span>Country Name</span></h3>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="placeBox" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="1000">
<div class="immgBx">
<img src="img3.jpg" class="img-fluid">
</div>
<div class="content">
<h3>Place Name<br><span>Country Name</span></h3>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="sec2" id="adventure">
<div class="container h100">
<div class="contentBox h100">
<div>
<h2 data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">Adventure is Everywhere</h2>
<p data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of.</p>
<a href="#" class="btn btnD1" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">Read More</a>
</div>
</div>
</div>
</section>
<section class="blog" id="blog">
<div class="container">
<div class="row">
<div class="offset-sm-2 col-sm-8">
<div class="headerText text-center">
<h2 data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">Our Latest Posts</h2>
<p data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="blogspot" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">
<div class="imgBx">
<img src="images.jpg" class="img-fluid">
</div>
<div class="content">
<h1>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s</h1>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries..</p>
<a href="#" class="btn btnD2">Read More</a>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="col-sm-6" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="500">
<div class="blogspot">
<div class="imgBx">
<img src="images1.jpg" class="img-fluid">
</div>
<div class="content">
<h1>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s</h1>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries..</p>
<a href="#" class="btn btnD2">Read More</a>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="blogspot" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">
<div class="imgBx">
<img src="images.jpg" class="img-fluid">
</div>
<div class="content">
<h1>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s</h1>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries..</p>
<a href="#" class="btn btnD2">Read More</a>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="blogspot" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="500">
<div class="imgBx">
<img src="images1.jpg" class="img-fluid">
</div>
<div class="content">
<h1>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s</h1>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries..</p>
<a href="#" class="btn btnD2">Read More</a>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="contact" id="contact">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="headerText text-center">
<h2 data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">Contact Us</h2>
<p data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
</div>
</div>
</div>
<div class="row clearfix">
<div class="offset-sm-2 col-sm-8">
<form data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">
<div class="form-group">
<label>Name</label>
<input type="text" name="" class="form-control">
</div>
<div class="form-group">
<label>Email</label>
<input type="text" name="" class="form-control">
</div>
<div class="form-group">
<label>Phone</label>
<input type="text" name="" class="form-control">
</div>
<div class="form-group">
<label>Message</label>
<textarea class="form-control textarea" name=""></textarea>
</div>
<div class="form-group text-center">
<button class="btn btnD1">Send</button>
</div>
</form>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-sm-12">
<ul class="sci">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
</ul>
<p class="cpryt">© Copyright 2020 Nature | Template by <a href="#"> Prathamesh Borse</a></p>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous">
</script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script type="text/javascript">
$(document).scroll(function(){
$('.navbar').toggleClass('scrolled', $(this).scrollTop() > $('.navbar').height());
})
</script>
</body>
</html>