-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathblog.html
374 lines (335 loc) · 14.3 KB
/
blog.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
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
<!DOCTYPE html>
<!--
// WEBSITE: https://themefisher.com
// TWITTER: https://twitter.com/themefisher
// FACEBOOK: https://www.facebook.com/themefisher
// GITHUB: https://github.com/themefisher/
-->
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>ERA-IITK</title>
<!-- Mobile Specific Metas
================================================== -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Parallax HTML5 Template">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<meta name="author" content="Themefisher">
<meta name="generator" content="Themefisher Meghna Template v1.0">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.png" />
<!-- CSS
================================================== -->
<!-- Fontawesome Icon font -->
<link rel="stylesheet" href="plugins/themefisher-font/style.css">
<!-- bootstrap.min css -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<!-- Animate.css -->
<link rel="stylesheet" href="plugins/animate-css/animate.css">
<!-- Magnific popup css -->
<link rel="stylesheet" href="plugins/magnific-popup/dist/magnific-popup.css">
<!-- Slick Carousel -->
<link rel="stylesheet" href="plugins/slick-carousel/slick.css">
<link rel="stylesheet" href="plugins/slick-carousel/slick-theme.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/style.css">
</head>
<body id="home" data-spy="scroll" data-target=".navbar-nav" data-offset="80">
<!--
Start Preloader
==================================== -->
<div class="preloader">
<div class="sk-cube-grid">
<div class="sk-cube sk-cube1"></div>
<div class="sk-cube sk-cube2"></div>
<div class="sk-cube sk-cube3"></div>
<div class="sk-cube sk-cube4"></div>
<div class="sk-cube sk-cube5"></div>
<div class="sk-cube sk-cube6"></div>
<div class="sk-cube sk-cube7"></div>
<div class="sk-cube sk-cube8"></div>
<div class="sk-cube sk-cube9"></div>
</div>
</div>
<!-- End Preloader
==================================== -->
<!--
Fixed Navigation
==================================== -->
<section id="navbar_top">
<header id="navigation" class="navigation">
<div class="container">
<div class="navbar-header w-100">
<nav class="navbar navbar-expand-lg navbar-dark px-0">
<!-- logo -->
<a class="navbar-brand logo" href="index.html">
<!-- <img src="images/logo.png" alt="Website Logo" /> -->
<svg width="40px" height="40px" viewBox="0 0 45 44" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Group" transform="translate(2.000000, 2.000000)" stroke="#57CBCC" stroke-width="3">
<ellipse id="Oval" cx="20.5" cy="20" rx="20.5" ry="20"></ellipse>
<path d="M6,7 L33.5,34.5" id="Line-2" stroke-linecap="square"></path>
<path d="M21,20 L34,7" id="Line-3" stroke-linecap="square"></path>
</g>
</g>
</svg>
</a>
<!-- /logo -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar01"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbar01">
<ul class="navbar-nav navigation-menu ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#our-team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#blog">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#contact-us">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="notfound.html">Recruitment Portal</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</header>
</section>
<!--
End Fixed Navigation
==================================== -->
<section id="team-skills" class="section">
<div class="container">
<div class="row">
<!-- section title -->
<div class="col-md-12">
<div class="title text-center">
<h2>Latest <span class="color">News</span></h2>
<div class="border"></div>
</div>
</div>
<!-- /section title -->
</div> <!-- End row -->
<div class="row">
<h2>We’ve skilled in wide range of web and Other digital market tools.</h2>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Perspiciatis magni explicabo cum aperiam recusandae
sunt accusamus totam. Quidem quos fugiat sapiente numquam accusamus quas hic, itaque in libero reiciendis
tempora!</p>
<!-- <div class="col-md-6">
</div>
<div class="col-md-6 mt-4 mt-md-0">
</div> -->
</div>
</div> <!-- End container -->
</section> <!-- End section -->
<section id="blog" class="section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<!-- section title -->
<div class="title text-center wow fadeInDown">
<h2>Blog <span class="color">Posts</span></h2>
<div class="border"></div>
</div>
<!-- /section title -->
</div>
<!-- single blog post -->
<article class="col-lg-4 col-md-6 mb-30 clearfix wow fadeInUp" data-wow-duration="500ms">
<div class="post-block">
<div class="media-wrapper">
<img src="images/blog/blog-post-1.jpg" alt="amazing caves coverimage" class="w-100">
</div>
<div class="content">
<h3><a href="index.html">Simple Image Post</a></h3>
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad
squid. 3 wolf moon officia aute, non skateboard dolor brunch.</p>
<!-- <a class="btn btn-transparent" href="blog-single.html">Read more</a> -->
</div>
</div>
</article>
<!-- /single blog post -->
<!-- single blog post -->
<article class="col-lg-4 col-md-6 mb-30 wow fadeInUp" data-wow-duration="500ms"
data-wow-delay="200ms">
<div class="post-block">
<div id="gallery-post" class="media-wrapper">
<div class="item">
<img src="images/blog/blog-post-2.jpg" alt="blog post" class="w-100">
</div>
<div class="item">
<img src="images/blog/blog-post-3.jpg" alt="blog post" class="w-100">
</div>
<div class="item">
<img src="images/blog/blog-post-1.jpg" alt="blog post | Meghna" class="w-100">
</div>
</div>
<div class="content">
<h3><a href="index.html">Simple Slider Post</a></h3>
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad
squid. 3 wolf moon officia aute, non skateboard dolor brunch.</p>
<!-- <a class="btn btn-transparent" href="blog-single.html">Read more</a> -->
</div>
</div>
</article>
<!-- end single blog post -->
<!-- single blog post -->
<article class="col-lg-4 col-md-6 mb-30 wow fadeInUp" data-wow-duration="500ms"
data-wow-delay="400ms">
<div class="post-block">
<div class="media-wrapper">
<img src="images/blog/blog-post-3.jpg" alt="amazing caves coverimage" class="w-100">
</div>
<div class="content">
<h3><a href="index.html">Simple Image Post</a></h3>
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad
squid. 3 wolf moon officia aute, non skateboard dolor brunch.</p>
<!-- <a class="btn btn-transparent" href="blog-single.html">Read more</a> -->
</div>
</div>
</article>
<!-- end single blog post -->
<!-- single blog post -->
<article class="col-lg-4 col-md-6 mb-30 clearfix wow fadeInUp" data-wow-duration="500ms">
<div class="post-block">
<div class="media-wrapper">
<img src="images/blog/blog-post-4.jpg" alt="amazing caves coverimage" class="w-100">
</div>
<div class="content">
<h3><a href="index.html">Simple Image Post</a></h3>
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad
squid. 3 wolf moon officia aute, non skateboard dolor brunch.</p>
<!-- <a class="btn btn-transparent" href="blog-single.html">Read more</a> -->
</div>
</div>
</article>
<!-- /single blog post -->
<!-- single blog post -->
<article class="col-lg-4 col-md-6 mb-30 wow fadeInUp" data-wow-duration="500ms"
data-wow-delay="200ms">
<div class="post-block">
<div class="media-wrapper">
<img src="images/blog/blog-post-5.jpg" alt="amazing caves coverimage" class="w-100">
</div>
<div class="content">
<h3><a href="index.html">Simple Slider Post</a></h3>
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad
squid. 3 wolf moon officia aute, non skateboard dolor brunch.</p>
<!-- <a class="btn btn-transparent" href="blog-single.html">Read more</a> -->
</div>
</div>
</article>
<!-- end single blog post -->
<!-- single blog post -->
<article class="col-lg-4 col-md-6 mb-30 wow fadeInUp" data-wow-duration="500ms"
data-wow-delay="400ms">
<div class="post-block">
<div class="media-wrapper">
<img src="images/blog/blog-post-6.jpg" alt="amazing caves coverimage" class="w-100">
</div>
<div class="content">
<h3><a href="index.html">Simple Image Post</a></h3>
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad
squid. 3 wolf moon officia aute, non skateboard dolor brunch.</p>
<!-- <a class="btn btn-transparent" href="blog-single.html">Read more</a> -->
</div>
</div>
</article>
<!-- end single blog post -->
<!-- <div class="col-12">
<nav aria-label="Page navigation example">
<ul class="pagination pagination-lg justify-content-center">
<li class="page-item"><a class="page-link" href="blog.html">«</a></li>
<li class="page-item"><a class="page-link" href="blog.html">1</a></li>
<li class="page-item"><a class="page-link" href="blog.html">2</a></li>
<li class="page-item"><a class="page-link" href="blog.html">3</a></li>
<li class="page-item"><a class="page-link" href="blog.html">»</a></li>
</ul>
</nav>
</div> -->
</div> <!-- end row -->
</div> <!-- end container -->
</section> <!-- end section -->
<!-- end Contact Area
========================================== -->
<footer id="footer" class="bg-one">
<div class="container">
<div class="row wow fadeInUp" data-wow-duration="500ms">
<div class="col-lg-12">
<!-- Footer Social Links -->
<div class="social-icon">
<ul class="list-inline">
<li class="list-inline-item"><a href="https://facebook.com/themefisher"><i class="tf-ion-social-facebook"></i></a></li>
<li class="list-inline-item"><a href="https://twitter.com/themefisher"><i class="tf-ion-social-twitter"></i></a></li>
<li class="list-inline-item"><a href="https://www.youtube.com/channel/UCx9qVW8VF0LmTi4OF2F8YdA"><i class="tf-ion-social-youtube"></i></a></li>
<li class="list-inline-item"><a href="https://dribbble.com/themefisher"><i class="tf-ion-social-dribbble-outline"></i></a></li>
<li class="list-inline-item"><a href="https://pinterest.com/themefisher"><i class="tf-ion-social-pinterest-outline"></i></a></li>
</ul>
</div>
<!--/. End Footer Social Links -->
<!-- copyright -->
<div class="copyright text-center">
<a href="index.html">
<!-- <img src="images/logo-meghna.png" alt="Meghna" /> -->
<svg width="40px" height="40px" viewBox="0 0 45 44" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Group" transform="translate(2.000000, 2.000000)" stroke="#57CBCC" stroke-width="3">
<ellipse id="Oval" cx="20.5" cy="20" rx="20.5" ry="20"></ellipse>
<path d="M6,7 L33.5,34.5" id="Line-2" stroke-linecap="square"></path>
<path d="M21,20 L34,7" id="Line-3" stroke-linecap="square"></path>
</g>
</g>
</svg>
</a>
<p class="mt-3">Copyright
© <script>
document.write(new Date().getFullYear())
</script>. All Rights Reserved. <br> Designed & Developed by <a href="https://home.iitk.ac.in/~umam20">Kingsman27</a>
</div>
<!-- /copyright -->
</div> <!-- end col lg 12 -->
</div> <!-- end row -->
</div> <!-- end container -->
</footer> <!-- end footer -->
<!--
Essential Scripts
=====================================-->
<!-- Main jQuery -->
<script src="plugins/jquery/jquery.min.js"></script>
<!-- Bootstrap 3.1 -->
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<!-- Slick Carousel -->
<script src="plugins/slick-carousel/slick.min.js"></script>
<!-- Portfolio Filtering -->
<script src="plugins/filterzr/jquery.filterizr.min.js"></script>
<!-- Magnific popup -->
<script src="plugins/magnific-popup/dist/jquery.magnific-popup.min.js"></script>
<!-- Google Map API -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAgeuuDfRlweIs7D6uo4wdIHVvJ0LonQ6g"></script>
<script src="plugins/google-map/gmap.js"></script>
<!-- wow.min Script -->
<script src="plugins/wow/wow.min.js"></script>
<!-- Custom js -->
<script src="js/script.js"></script>
</body>
</html>