-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
337 lines (313 loc) · 18 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
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal Blog - Theme Created by Shubham Maurya</title>
<!-- Custom Style CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- Font-Awesome CSS -->
<link rel="stylesheet" href="css/all.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="./css/owl.carousel.min.css">
<link rel="stylesheet" href="./css/owl.theme.default.min.css">
<link rel="stylesheet" href="./css/aos.css">
</head>
<body>
<!-- Navigation -->
<nav class="nav">
<div class="nav-menu flex-row">
<div class="nav-brand">
<a href="#" class="text-gray">Blogger</a>
</div>
<div class="toggle-collapse">
<div class="toggle-icons">
<i class="fas fa-bars"></i>
</div>
</div>
<div class="nav-menu-div">
<ul class="nav-items">
<li class="nav-link">
<a href="#">Home</a>
</li>
<li class="nav-link">
<a href="#">Category</a>
</li>
<li class="nav-link">
<a href="#">Archives</a>
</li>
<li class="nav-link">
<a href="#">Pages</a>
</li>
<li class="nav-link">
<a href="#">Contact Us</a>
</li>
</ul>
</div>
<div class="social text-gray">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
</div>
</div>
</nav>
<!-- Main Site Section -->
<main>
<!-- Site Title -->
<section class="site-title">
<div class="site-background" data-aos="fade-down" data-aos-delay="500">
<h3>Tours & Travel</h3>
<h1>Amazing Place on Earth</h1>
<button class="btn">Explore</button>
</div>
</section>
<!--- Blog Carousel -->
<section>
<div class="blog">
<div class="container">
<div class="owl-carousel owl-theme blog-post">
<div class="blog-content" data-aos="fade-right" data-aos-delay="200">
<img src="./assets/Blog-post/post-1.jpg" alt="post-1">
<div class="blog-title">
<h3>London Fashion week's continued the evolution</h3>
<button class="btn btn-blog">Fashion</button>
<span>2 minutes</span>
</div>
</div>
<div class="blog-content" data-aos="fade-in" data-aos-delay="200">
<img src="./assets/Blog-post/post-3.jpg" alt="post-1">
<div class="blog-title">
<h3>London Fashion week's continued the evolution</h3>
<button class="btn btn-blog">Fashion</button>
<span>2 minutes</span>
</div>
</div>
<div class="blog-content" data-aos="fade-left" data-aos-delay="200">
<img src="./assets/Blog-post/post-2.jpg" alt="post-1">
<div class="blog-title">
<h3>London Fashion week's continued the evolution</h3>
<button class="btn btn-blog">Fashion</button>
<span>2 minutes</span>
</div>
</div>
<div class="blog-content" data-aos="fade-right" data-aos-delay="200">
<img src="./assets/Blog-post/post-5.png" alt="post-1">
<div class="blog-title">
<h3>London Fashion week's continued the evolution</h3>
<button class="btn btn-blog">Fashion</button>
<span>2 minutes</span>
</div>
</div>
</div>
<div class="owl-navigation">
<span class="owl-nav-prev"><i class="fas fa-long-arrow-alt-left"></i></span>
<span class="owl-nav-next"><i class="fas fa-long-arrow-alt-right"></i></span>
</div>
</div>
</div>
</section>
<!--------- Site Content -------->
<section class="container">
<div class="site-content">
<div class="posts">
<h2>Recent Posts</h2>
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/Blog-post/blog1.png" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<span><i class="fas fa-user text-gray"></i> Admin</span>
<span><i class="fas fa-calendar-alt text-gray"></i> Septemer 02, 2020</span>
<span>2 Comments</span>
</div>
</div>
<div class="post-title">
<a href="#">Top 10 Photography Location in the World - Number 2 is the Best</a>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Neque voluptas deserunt beatae
adipisci iusto totam placeat corrupti ipsum, tempora magnam incidunt aperiam tenetur a
nobis, voluptate, numquam architecto fugit. Eligendi quidem ipsam ducimus minus magni
illum similique veniam tempore unde?
</p>
<button class="btn post-btn">Read More <i class="fas fa-arrow-right"></i></button>
</div>
</div>
<hr>
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/Blog-post/blog2.png" class="img" alt="blog2">
</div>
<div class="post-info flex-row">
<span><i class="fas fa-user text-gray"></i> Admin</span>
<span><i class="fas fa-calendar-alt text-gray"></i> September 16, 2020</span>
<span>7 Comments</span>
</div>
</div>
<div class="post-title">
<a href="#">Top 10 Photography Location in the World - Number 2 is the Best</a>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Neque voluptas deserunt beatae
adipisci iusto totam placeat corrupti ipsum, tempora magnam incidunt aperiam tenetur a
nobis, voluptate, numquam architecto fugit. Eligendi quidem ipsam ducimus minus magni
illum similique veniam tempore unde?
</p>
<button class="btn post-btn">Read More <i class="fas fa-arrow-right"></i></button>
</div>
</div>
<hr>
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/Blog-post/blog3.png" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<span><i class="fas fa-user text-gray"></i> Admin</span>
<span><i class="fas fa-calendar-alt text-gray"></i> September 19, 2020</span>
<span>5 Comments</span>
</div>
</div>
<div class="post-title">
<a href="#">New data recording system to better analyse road accidents</a>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Neque voluptas deserunt beatae
adipisci iusto totam placeat corrupti ipsum, tempora magnam incidunt aperiam tenetur a
nobis, voluptate, numquam architecto fugit. Eligendi quidem ipsam ducimus minus magni
illum similique veniam tempore unde?
</p>
<button class="btn post-btn">Read More <i class="fas fa-arrow-right"></i></button>
</div>
</div>
<hr>
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/Blog-post/blog4.png" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<span><i class="fas fa-user text-gray"></i> Admin</span>
<span><i class="fas fa-calendar-alt text-gray"></i> September 21, 2020</span>
<span>12 Comments</span>
</div>
</div>
<div class="post-title">
<a href="#">New data recording system to better analyse road accidents</a>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Neque voluptas deserunt beatae
adipisci iusto totam placeat corrupti ipsum, tempora magnam incidunt aperiam tenetur a
nobis, voluptate, numquam architecto fugit. Eligendi quidem ipsam ducimus minus magni
illum similique veniam tempore unde?
</p>
<button class="btn post-btn">Read More <i class="fas fa-arrow-right"></i></button>
</div>
</div>
<div class="pagination flex-row">
<a href="#"><i class="fas fa-chevron-left"></i></a>
<a href="#" class="pages">1</a>
<a href="#" class="pages">2</a>
<a href="#" class="pages">3</a>
<a href="#"><i class="fas fa-chevron-right"></i></a>
</div>
</div>
<aside class="sidebar">
<div class="category">
<h2>Category</h2>
<ul class="category-list">
<li class="list-items" data-aos="fade-left" data-aos-delay="100">
<a href="#">Software</a>
<span>(05)</span>
</li>
<li class="list-items" data-aos="fade-left" data-aos-delay="200">
<a href="#">Technology</a>
<span>(02)</span>
</li>
<li class="list-items" data-aos="fade-left" data-aos-delay="300">
<a href="#">Lifestyle</a>
<span>(07)</span>
</li>
<li class="list-items" data-aos="fade-left" data-aos-delay="400">
<a href="#">Shopping</a>
<span>(01)</span>
</li>
<li class="list-items" data-aos="fade-left" data-aos-delay="500">
<a href="#">Food</a>
<span>(08)</span>
</li>
</ul>
</div>
<div class="popular-post">
<h2>Popular Posts</h2>
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/popular-post/m-blog-1.jpg" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<span><i class="fas fa-calendar-alt text-gray"></i> Septemer 02, 2020</span>
<span>2 Comments</span>
</div>
</div>
<div class="post-title">
<a href="#">Top 10 Photography Location in the World - Number 2 is the Best</a>
</div>
</div>
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/popular-post/m-blog-2.jpg" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<span><i class="fas fa-calendar-alt text-gray"></i> Septemer 02, 2020</span>
<span>2 Comments</span>
</div>
</div>
<div class="post-title">
<a href="#">New data recording system to better analyse road accidents</a>
</div>
</div>
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/popular-post/m-blog-5.jpg" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<span><i class="fas fa-calendar-alt text-gray"></i> Septemer 02, 2020</span>
<span>2 Comments</span>
</div>
</div>
<div class="post-title">
<a href="#">New data recording system to better analyse road accidents</a>
</div>
</div>
<div class="newsletter">
<h2>Newsletter</h2>
<div class="form-element">
<input type="email" class="input-element" placeholder="Email">
<button class="btn form-btn">Subscribe</button>
</div>
</div>
<div class="popular-tags">
<h2>Popular Tags</h2>
<div class="tags flex-row">
<span class="tag">Software</span>
<span class="tag">Technology</span>
<span class="tag">Travel</span>
<span class="tag">Design</span>
<span class="tag">Lifestyle</span>
</div>
</div>
</div>
</section>
<!------------ Footer ------------->
<div class="footer flex-row">
<div class="copyright">
Copyright @2020 - Theme Made By Shubham Maurya
</div>
</div>
</main>
<!-- Custom JS -->
<script src="js/jqueryv3.5.1.min.js"></script>
<script src="js/aos.js"></script>
<!-- Owl Carousel -->
<script src="js/owl.carousel.js"></script>
<script src="js/main.js"></script>
</body>
</html>