This repository has been archived by the owner on May 2, 2024. It is now read-only.
forked from Mudit018/Pragma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
350 lines (292 loc) · 12.2 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
<!doctype html>
<html lang="en">
<!-- Mirrored from demo.themefisher.com/vixcon/blog.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 17 Nov 2021 07:28:39 GMT -->
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="confence,event,conference,company,meetup,business,agency,startup,sass,responsive,modern,speaker,multpage,onepage,it,business">
<meta name="author" content="Themefisher">
<title>Vixcon| Event & Conference html5 template</title>
<!-- Mobile Specific Meta-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.html" />
<!-- bootstrap.min css -->
<link rel="stylesheet" href="plugins/bootstrap/css/bootstrap.min.css">
<!-- Icon Css -->
<link rel="stylesheet" href="plugins/themefisher-font/style.css">
<!-- animate.css -->
<link rel="stylesheet" href="plugins/animate-css/animate.css">
<!-- Magnify Popup -->
<link rel="stylesheet" href="plugins/magnific-popup/dist/magnific-popup.css">
<!-- Slick Slider CSS -->
<link rel="stylesheet" href="plugins/slick-carousel/slick/slick.css">
<link rel="stylesheet" href="plugins/slick-carousel/slick/slick-theme.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/style.css">
</head>
<body id="body">
<!-- preloader start -->
<div id="tb-preloader">
<div class="tb-preloader-wave"></div>
</div>
<!-- preloader end -->
<!-- Navigation Start -->
<header class="header-bar">
<nav class="navbar navbar-expand-lg main-nav">
<div class="container">
<!-- LOGO BAR -->
<a class="navbar-brand" href="index-2.html">
<img src="images/logo.png" alt="meetub" class="img-fluid logo-b ">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="tf-ion-android-menu"></span>
</button>
<!-- MAIN MENU -->
<div class="collapse navbar-collapse text-center" id="navbarNavDropdown">
<ul class="navbar-nav mx-auto">
<li class="nav-item">
<a class="nav-link" href="index-2.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="speaker.html">Speakers</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="blog.html" id="navbarDropdown1" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Pages.
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown1">
<a class="dropdown-item" href="about.html">About</a>
<a class="dropdown-item" href="pricing.html">Tickets</a>
<a class="dropdown-item" href="schedule.html">Schedule</a>
<a class="dropdown-item" href="login.html">Login</a>
<a class="dropdown-item" href="signup.html">Regstration</a>
<a class="dropdown-item" href="error.html">404 Page</a>
<a class="dropdown-item" href="faq.html">Supports</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="blog.html" id="navbarDropdown2" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Blog.
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown2">
<a class="dropdown-item" href="blog.html">Blog</a>
<a class="dropdown-item" href="blog-single.html">Blog Single</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<a href="pricing.html" class="btn btn-secondary btn-rounded mt-3 mt-lg-0">Get Ticket</a>
</div>
</div>
</nav>
</header>
<!-- Navigation End -->
<section class="page-header">
<div class="overly"></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="content text-center">
<h1 class="mb-3 text-white text-capitalize letter-spacing">Blog</h1>
<div class="divider mx-auto mb-4 bg-white"></div>
<ul class="list-inline">
<li class="list-inline-item"><a href="index-2.html">Home</a></li>
<li class="list-inline-item">/</li>
<li class="list-inline-item"><a href="index-2.html">Blog</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="blog section">
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="row">
<div class="col-lg-6">
<article class="blog-article box-shadow mb-4">
<img src="images/blog/blog-2.jpg" alt="" class="img-fluid">
<div class="content py-5 px-4">
<span class="d-block"><i class="tf-ion-android-person mr-3"></i>By Techydevs</span>
<h4 class="my-3"><a href="blog-single.html">5 Creative Ideas for Conference Sessions</a></h4>
<p class="mb-4">There are many variations of passages of but majority have in some by inject.</p>
<a href="blog-single.html" class="read-more text-color h6">Read More <i class="tf-ion-android-arrow-forward ml-3"></i></a>
</div>
</article>
</div>
<div class="col-lg-6">
<article class="blog-article box-shadow mb-4">
<img src="images/blog/blog-3.jpg" alt="" class="img-fluid">
<div class="content py-5 px-4">
<span class="d-block"><i class="tf-ion-android-person mr-3"></i>By Techydevs</span>
<h4 class="my-3"><a href="blog-single.html">5 Creative Ideas for Conference Sessions</a></h4>
<p class="mb-4">There are many variations of passages of but majority have in some by inject.</p>
<a href="blog-single.html" class="read-more text-color h6">Read More <i class="tf-ion-android-arrow-forward ml-3"></i></a>
</div>
</article>
</div>
<div class="col-lg-6">
<article class="blog-article box-shadow mb-4">
<img src="images/blog/blog-1.jpg" alt="" class="img-fluid">
<div class="content py-5 px-4">
<span class="d-block"><i class="tf-ion-android-person mr-3"></i>By Techydevs</span>
<h4 class="my-3"><a href="blog-single.html">5 Creative Ideas for Conference Sessions</a></h4>
<p class="mb-4">There are many variations of passages of but majority have in some by inject.</p>
<a href="blog-single.html" class="read-more text-color h6">Read More <i class="tf-ion-android-arrow-forward ml-3"></i></a>
</div>
</article>
</div>
<div class="col-lg-6">
<article class="blog-article box-shadow mb-4">
<img src="images/blog/blog-2.jpg" alt="" class="img-fluid">
<div class="content py-5 px-4">
<span class="d-block"><i class="tf-ion-android-person mr-3"></i>By Techydevs</span>
<h4 class="my-3"><a href="blog-single.html">5 Creative Ideas for Conference Sessions</a></h4>
<p class="mb-4">There are many variations of passages of but majority have in some by inject.</p>
<a href="blog-single.html" class="read-more text-color h6">Read More <i class="tf-ion-android-arrow-forward ml-3"></i></a>
</div>
</article>
</div>
</div>
<section class="mt-5">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="blog-nav d-flex justify-content-between align-items-center">
<a href="#" class="prev-nav"><i class="tf-ion-android-arrow-back mr-3"></i>Previous</a>
<a href="#" class="next-nav">Next <i class="tf-ion-android-arrow-forward ml-3"></i></a>
</div>
</div>
</div>
</div>
</section>
</div>
<div class="col-lg-4 pl-5 ">
<div class="widget mb-5 mt-5 mt-lg-0">
<h5 class="widget-title mb-4">Search</h5>
<form action="#">
<input type="text" class="form-control" placeholder="Search">
<a href="#" class="btn btn-secondary btn-rounded mt-3">Search</a>
</form>
</div>
<div class="widget mb-5">
<h5 class="widget-title mb-4">
About
</h5>
<p>Odit pariatur eveniet molestias minima, ullam obcaecati magnam amet voluptas molestiae possimus rerum enim tempore .</p>
</div>
<div class="widget mb-5">
<h5 class="widget-title mb-4">Follow us</h5>
<ul class="list-inline social-links">
<li class="list-inline-item">
<a href="#"><i class="tf-ion-social-facebook"></i></a>
</li>
<li class="list-inline-item">
<a href="#"><i class="tf-ion-social-twitter"></i></a>
</li>
<li class="list-inline-item">
<a href="#"><i class="tf-ion-social-linkedin"></i></a>
</li>
</ul>
</div>
<div class="widget mb-5 list-item">
<h5 class="widget-title mb-4">Archieve</h5>
<ul class="list-unstyled">
<li><a href="#">January 2019</a></li>
<li><a href="#">December 2018</a></li>
<li><a href="#">November 2016</a></li>
</ul>
</div>
<div class="widget mb-5 list-item">
<h5 class="widget-title mb-4">Categories</h5>
<ul class="list-unstyled">
<li class="d-flex justify-content-between align-items-center">
<a href="#">Event</a>
<span class="">(14)</span>
</li>
<li class="d-flex justify-content-between align-items-center">
<a href="#">Lifestyle</a>
<span class="">(2)</span>
</li>
<li class="d-flex justify-content-between align-items-center">
<a href="#">Music</a>
<span class="">(1)</span>
</li>
</ul>
</div>
<div class="widget tags mb-5">
<h5 class="widget-title mb-4">Tags</h5>
<div class="tags-links">
<a href="#">Culture</a>
<a href="#">Design</a>
<a href="#">Event</a>
<a href="#">News</a>
<a href="#">Music</a>
<a href="#">Travel</a>
<a href="#">Tech</a>
<a href="#">Event</a>
<a href="#">Creative</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="footer section">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 text-center">
<h2 class="text-white mb-3" >Vixcon.
</h2>
<p class="text-white-50">We are a creative-led experiential Event Production Agency that helps brands connect, engage and evolve. </p>
<form action="#" class="sub-form mt-4 mb-3">
<input type="text" class="form-control" placeholder="Put your email address">
<a href="#" class="btn btn-secondary btn-rounded mt-3">Subscribe now</a>
</form>
<p class="mt-3 text-white-50">We will not spam at your inbox .Don't panic</p>
<ul class="list-inline footer-socails">
<li class="list-inline-item"><a href="#"><i class="tf-ion-social-facebook"></i></a></li>
<li class="list-inline-item"><a href="#"><i class="tf-ion-social-twitter"></i></a></li>
<li class="list-inline-item"><a href="#"><i class="tf-ion-social-linkedin"></i></a></li>
<li class="list-inline-item"><a href="#"><i class="tf-ion-social-pinterest"></i></a></li>
<li class="list-inline-item"><a href="#"><i class="tf-ion-social-rss"></i></a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center mt-5 ">
<p class="copy border-top pt-4 text-white-50 mb-0">Copyright Reserved to Themefisher.2019</p>
</div>
</div>
</div>
</section>
<!--
Essential Scripts
=====================================-->
<!-- Main jQuery -->
<script src="plugins/jquery/jquery.js"></script>
<!-- Bootstrap 4.3 -->
<script src="plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- -->
<script src="plugins/SyoTimer/jquery.syotimer.min.js"></script>
<!-- Form Validator -->
<script src="../../cdnjs.cloudflare.com/ajax/libs/jquery.form/3.32/jquery.form.js"></script>
<script src="../../cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.11.1/jquery.validate.min.js"></script>
<script src="plugins/easing/waypoint.js"></script>
<script src="plugins/easing/easing.js"></script>
<script src="plugins/magnific-popup/dist/jquery.magnific-popup.js"></script>
<!-- Google Map -->
<script src="plugins/google-map/gmap3.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDwIQh7LGryQdDDi-A603lR8NqiF3R_ycA"></script>
<script src="js/script.js"></script>
</body>
<!-- Mirrored from demo.themefisher.com/vixcon/blog.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 17 Nov 2021 07:28:40 GMT -->
</html>