-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
624 lines (573 loc) · 26.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
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
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
<!doctype html>
<html lang="en">
<head>
<!-- for all the kids who are looking at source. yes this is a template, I really don't have time to make a complete website in 12th. goodbye. -->
<!-- Required meta tags -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-167115566-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-167115566-1');
</script>
<meta charset="utf-8">
<meta name="description" content="Yoga posture correction app">
<meta name="author" content="Dhruva goyal , Kathan desai">
<meta name="keywords" content="HTML,CSS,XML,JavaScript,Dhruva,
Kathan,
Minet,
Yoga,
Anandapp,
Ananda app,
Ananda,
MIS,
Start-up,
Yoga guru,
Ionic,
Yoga pose,
Tensorflow,
Yoga posture correction app,
Yoga app,
Asana,
Posture assisting app,
Yoga lessons,
Gayatri,
Meditation app
">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="img/Logo-color.png" type="image/png">
<title>Ananda</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-141604973-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-141604973-1');
</script>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="vendors/linericon/style.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="vendors/owl-carousel/owl.carousel.min.css">
<link rel="stylesheet" href="vendors/lightbox/simpleLightbox.css">
<link rel="stylesheet" href="vendors/nice-select/css/nice-select.css">
<link rel="stylesheet" href="vendors/animate-css/animate.css">
<link rel="stylesheet" href="vendors/popup/magnific-popup.css">
<!-- main css -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body data-spy="scroll" data-target="#mainNav" data-offset="70">
<!--================Header Menu Area =================-->
<header class="header_area">
<div class="main_menu" id="mainNav">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<a class="navbar-brand logo_h" href="index.html"><img src="img/logo.png" alt=""></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="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse offset" id="navbarSupportedContent">
<ul class="nav navbar-nav menu_nav ml-auto">
<li class="nav-item active"><a class="nav-link" href="#home">Homes</a></li>
<li class="nav-item"><a class="nav-link" href="#feature">FEATURES</a></li>
<li class="nav-item"><a class="nav-link" href="#video">VIDEO</a></li>
<li class="nav-item"><a class="nav-link" href="#screen">SCREENS</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">contact</a></li>
</ul>
</div>
</div>
</div>
</nav>
</div>
</header>
<!--================Header Menu Area =================-->
<!--================Home Banner Area =================-->
<section class="home_banner_area" id="home">
<script>
/*! modernizr 3.6.0 (Custom Build) | MIT *
* https://modernizr.com/download/?-webp-setclasses !*/
!function (e, n, A) { function o(e, n) { return typeof e === n } function t() { var e, n, A, t, a, i, l; for (var f in r) if (r.hasOwnProperty(f)) { if (e = [], n = r[f], n.name && (e.push(n.name.toLowerCase()), n.options && n.options.aliases && n.options.aliases.length)) for (A = 0; A < n.options.aliases.length; A++)e.push(n.options.aliases[A].toLowerCase()); for (t = o(n.fn, "function") ? n.fn() : n.fn, a = 0; a < e.length; a++)i = e[a], l = i.split("."), 1 === l.length ? Modernizr[l[0]] = t : (!Modernizr[l[0]] || Modernizr[l[0]] instanceof Boolean || (Modernizr[l[0]] = new Boolean(Modernizr[l[0]])), Modernizr[l[0]][l[1]] = t), s.push((t ? "" : "no-") + l.join("-")) } } function a(e) { var n = u.className, A = Modernizr._config.classPrefix || ""; if (c && (n = n.baseVal), Modernizr._config.enableJSClass) { var o = new RegExp("(^|\\s)" + A + "no-js(\\s|$)"); n = n.replace(o, "$1" + A + "js$2") } Modernizr._config.enableClasses && (n += " " + A + e.join(" " + A), c ? u.className.baseVal = n : u.className = n) } function i(e, n) { if ("object" == typeof e) for (var A in e) f(e, A) && i(A, e[A]); else { e = e.toLowerCase(); var o = e.split("."), t = Modernizr[o[0]]; if (2 == o.length && (t = t[o[1]]), "undefined" != typeof t) return Modernizr; n = "function" == typeof n ? n() : n, 1 == o.length ? Modernizr[o[0]] = n : (!Modernizr[o[0]] || Modernizr[o[0]] instanceof Boolean || (Modernizr[o[0]] = new Boolean(Modernizr[o[0]])), Modernizr[o[0]][o[1]] = n), a([(n && 0 != n ? "" : "no-") + o.join("-")]), Modernizr._trigger(e, n) } return Modernizr } var s = [], r = [], l = { _version: "3.6.0", _config: { classPrefix: "", enableClasses: !0, enableJSClass: !0, usePrefixes: !0 }, _q: [], on: function (e, n) { var A = this; setTimeout(function () { n(A[e]) }, 0) }, addTest: function (e, n, A) { r.push({ name: e, fn: n, options: A }) }, addAsyncTest: function (e) { r.push({ name: null, fn: e }) } }, Modernizr = function () { }; Modernizr.prototype = l, Modernizr = new Modernizr; var f, u = n.documentElement, c = "svg" === u.nodeName.toLowerCase(); !function () { var e = {}.hasOwnProperty; f = o(e, "undefined") || o(e.call, "undefined") ? function (e, n) { return n in e && o(e.constructor.prototype[n], "undefined") } : function (n, A) { return e.call(n, A) } }(), l._l = {}, l.on = function (e, n) { this._l[e] || (this._l[e] = []), this._l[e].push(n), Modernizr.hasOwnProperty(e) && setTimeout(function () { Modernizr._trigger(e, Modernizr[e]) }, 0) }, l._trigger = function (e, n) { if (this._l[e]) { var A = this._l[e]; setTimeout(function () { var e, o; for (e = 0; e < A.length; e++)(o = A[e])(n) }, 0), delete this._l[e] } }, Modernizr._q.push(function () { l.addTest = i }), Modernizr.addAsyncTest(function () { function e(e, n, A) { function o(n) { var o = n && "load" === n.type ? 1 == t.width : !1, a = "webp" === e; i(e, a && o ? new Boolean(o) : o), A && A(n) } var t = new Image; t.onerror = o, t.onload = o, t.src = n } var n = [{ uri: "data:image/webp;base64,UklGRiQAAABXRUJQVlA4IBgAAAAwAQCdASoBAAEAAwA0JaQAA3AA/vuUAAA=", name: "webp" }, { uri: "data:image/webp;base64,UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAwAAAABBxAR/Q9ERP8DAABWUDggGAAAADABAJ0BKgEAAQADADQlpAADcAD++/1QAA==", name: "webp.alpha" }, { uri: "data:image/webp;base64,UklGRlIAAABXRUJQVlA4WAoAAAASAAAAAAAAAAAAQU5JTQYAAAD/////AABBTk1GJgAAAAAAAAAAAAAAAAAAAGQAAABWUDhMDQAAAC8AAAAQBxAREYiI/gcA", name: "webp.animation" }, { uri: "data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAAAAAAfQ//73v/+BiOh/AAA=", name: "webp.lossless" }], A = n.shift(); e(A.name, A.uri, function (A) { if (A && "load" === A.type) for (var o = 0; o < n.length; o++)e(n[o].name, n[o].uri) }) }), t(), a(s), delete l.addTest, delete l.addAsyncTest; for (var p = 0; p < Modernizr._q.length; p++)Modernizr._q[p](); e.Modernizr = Modernizr }(window, document);
</script>
<div class="banner_inner">
<div class="container">
<div class="row banner_content">
<div class="col-lg-9">
<h2>Ananda <br /><span class="mobileHide">Yoga. The Right Way.</span></h2>
<p>Ananda is your personal yoga trainer. It corrects your posture in real time while you are
exercising. It provides vocal feedback on all asanas and will help you practice yoga in a
healthy and beneficial way. </p>
<a class="banner_btn nav-link" href="#toto">Explore Now</a>
</div>
<style type="text/css">
.mobileHide {
display: inline;
font-size: 32px;
}
@media only screen and (min-device-width : 0px) and (max-device-width : 480px) {
.mobileHide {
display: none;
}
}
</style>
<div class="col-lg-3">
<div class="banner_map_img">
<picture>
<source srcset="img/banner/right-mobile.webp" type="image/webp">
<source srcset="img/banner/right-mobile.png" type="image/png">
<img class="img-fluid" src="img/banner/right-mobile.png" alt="Mockup 1">
</picture>
</div>
</div>
</div>
</div>
</div>
</section>
<!--================End Home Banner Area =================-->
<!--================Feature Area =================-->
<section class="feature_area p_120" id="feature">
<div class="container" id="toto">
<div class="main_title">
<h2>Unique Features</h2>
<p></p>
</div>
<div class="feature_inner row">
<div class="col-lg-3 col-md-6">
<div class="feature_item " style="height:400px">
<img src="img/icon/f-icon-1.png" alt="">
<h4>Live Posture Correction</h4>
<p>Ananda uses machine learning and artifical intelligence to correct your body posture while
you're doing yoga</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="feature_item" style="height:400px">
<img src="img/icon/f-icon-2.png" alt="">
<h4>Vocal Feedback</h4>
<p>You would not want to be staring into your phone while you're exercising right? Our app's
voice assistant, Gayatri, will be your trainer.</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="feature_item " style="height:400px; overflow: hidden;">
<img src="img/icon/f-icon-3.png" alt="">
<h4>Curated Lessons</h4>
<p>We provide lessons based on your abilities. We have workouts ranging from easy asanas to
difficult ones for more advanced users.</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="feature_item" style="height:400px">
<img src="img/icon/f-icon-4.png" alt="">
<h4>Learning Database</h4>
<p>Ananda learns about you with time. we try to provide lessons best suited for you abilities
and advance at your pace.</p>
</div>
</div>
</div>
</div>
</section>
<!--================End Feature Area =================-->
<!--================Interior Area =================-->
<section class="interior_area">
<div class="container">
<div class="interior_inner row">
<div class="col-lg-6">
<picture>
<source srcset="img/interior-1.webp" type="image/webp">
<source srcset="img/interior-1.png" type="image/png">
<img class="img-fluid" src="img/interior-1.png" alt="Mockup 1">
</picture>
</div>
<div class="col-lg-5 offset-lg-1">
<div class="interior_text">
<h4>“Motivation is what gets you started. Habit is what keeps you going.”</h4>
<p>Nowadays, almost everyone is stressed due to work, the only people who can truly remain calm
and relaxed are those who are physically and mentally fit.</p>
<!-- <a class="main_btn" href="#yolo">See Details</a> -->
</div>
</div>
</div>
</div>
</section>
<!--================End Interior Area =================-->
<!--================Interior Area =================-->
<section class="interior_area interior_two" id="yolo">
<style>
#yolo.interior_area {
background-color: #f9faff;
}
</style>
<div class="container">
<div class="interior_inner row">
<div class="col-lg-5 offset-lg-1">
<div class="interior_text">
<h4>“The soul always knows what to do to heal itself. The challenge is to silence the mind”</h4>
<p>Incorporating yoga into your routine can help enhance your health, increase strength and
flexibility and reduce symptoms of stress, depression and anxiety.</p>
<!-- <a class="main_btn" href="#">See Details</a> -->
</div>
</div>
<div class="col-lg-6">
<picture>
<source srcset="img/interior-2.webp" type="image/webp">
<source srcset="img/interior-2.png" type="image/png">
<img class="img-fluid" src="img/interior-2.png" alt="Mockup 2">
</picture>
</div>
</div>
</section>
<section>
<div class="video_area" id="video">
<video width="80%" height="auto" poster="img/Untitled design (3).png" controls controlsList="nodownload">
<source src="img/finalyoga.mp4" type="video/mp4">
</video>
</div>
</section>
<!--================End Interior Area =================-->
<!--================Price Area =================-->
<!-- <section class="price_area p_120" id="price">
<div class="container">
<div class="main_title">
<h2>Pricing Table</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
<div class="price_item_inner row">
<div class="col-lg-4">
<div class="price_item">
<div class="price_head">
<div class="float-left">
<h3>Standard</h3>
<p>For the individuals</p>
</div>
<div class="float-right">
<h2>£199</h2>
</div>
</div>
<div class="price_body">
<ul class="list">
<li><a href="#">2.5 GB Free Photos</a></li>
<li><a href="#">Secure Online Transfer Indeed</a></li>
<li><a href="#">Unlimited Styles for interface</a></li>
<li><a href="#">Reliable Customer Service</a></li>
<li><a href="#">Manual Backup Provided</a></li>
</ul>
</div>
<div class="price_footer">
<a class="main_btn2" href="#">Purchase Plan</a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="price_item">
<div class="price_head">
<div class="float-left">
<h3>Standard</h3>
<p>For the individuals</p>
</div>
<div class="float-right">
<h2>£199</h2>
</div>
</div>
<div class="price_body">
<ul class="list">
<li><a href="#">2.5 GB Free Photos</a></li>
<li><a href="#">Secure Online Transfer Indeed</a></li>
<li><a href="#">Unlimited Styles for interface</a></li>
<li><a href="#">Reliable Customer Service</a></li>
<li><a href="#">Manual Backup Provided</a></li>
</ul>
</div>
<div class="price_footer">
<a class="main_btn2" href="#">Purchase Plan</a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="price_item">
<div class="price_head">
<div class="float-left">
<h3>Standard</h3>
<p>For the individuals</p>
</div>
<div class="float-right">
<h2>£199</h2>
</div>
</div>
<div class="price_body">
<ul class="list">
<li><a href="#">2.5 GB Free Photos</a></li>
<li><a href="#">Secure Online Transfer Indeed</a></li>
<li><a href="#">Unlimited Styles for interface</a></li>
<li><a href="#">Reliable Customer Service</a></li>
<li><a href="#">Manual Backup Provided</a></li>
</ul>
</div>
<div class="price_footer">
<a class="main_btn2" href="#">Purchase Plan</a>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!--================End Price Area =================-->
<!--================Feature Area =================-->
<section class="screenshot_area p_120" id="screen">
<div class="container">
<div class="main_title">
<h2>Unique Screenshots</h2>
<p></p>
</div>
<div class="screenshot_inner owl-carousel">
<div class="item">
<picture>
<source srcset="img/feature/feature-1.png" type="image/png">
<img src="img/feature/feature-1" alt="F1">
</picture>
</div>
<div class="item">
<picture>
<source srcset="img/feature/feature-2.png" type="image/png">
<img src="img/feature/feature-2" alt="F2">
</picture>
</div>
<div class="item">
<picture>
<source srcset="img/feature/feature-3.webp" type="image/webp">
<source srcset="img/feature/feature-3.jpg" type="image/jpg">
<img src="img/feature/feature-3.jpg" alt="F3">
</picture>
</div>
<div class="item">
<picture>
<source srcset="img/feature/feature-4.png" type="image/png">
<img src="img/feature/feature-4" alt="F4">
</picture>
</div>
<div class="item">
<picture>
<source srcset="img/feature/feature-5.png" type="image/png">
<img src="img/feature/feature-5" alt="F5">
</picture>
</div>
<div class="item">
<picture>
<source srcset="img/feature/feature-6.png" type="image/png">
<img src="img/feature/feature-6" alt="F6">
</picture>
</div>
<div class="item">
<picture>
<source srcset="img/feature/feature-7.png" type="image/png">
<img src="img/feature/feature-7" alt="F7">
</picture>
</div>
</div>
</div>
</section>
<!--================End Feature Area =================-->
<!-- ================Testimonials Area =================-->
<!-- <section class="testimonials_area p_120">
<div class="container">
<div class="main_title">
<h2>Testimonials</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
<div class="testi_slider owl-carousel">
<div class="item">
<div class="testi_item">
<div class="media">
<div class="d-flex">
<img src="img/testimonials/testi-1.png" alt="">
</div>
<div class="media-body">
<p>Accessories Here you can find the best computer accessory for your laptop, monitor, printer, scanner, speaker, projector, hardware.</p>
<h4>Mark Alviro Wiens</h4>
<h5>CEO at Google</h5>
</div>
</div>
</div>
</div>
<div class="item">
<div class="testi_item">
<div class="media">
<div class="d-flex">
<img src="img/testimonials/testi-2.png" alt="">
</div>
<div class="media-body">
<p>Accessories Here you can find the best computer accessory for your laptop, monitor, printer, scanner, speaker, projector, hardware.</p>
<h4>Mark Alviro Wiens</h4>
<h5>CEO at Google</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!--================End Testimonials Area ================= -->
<!--================Download App Area =================-->
<section class="download_app_area p_120">
<div class="container">
<div class="app_inner">
<h2>Follow us on instagram for updates!<br><a style="color: #000 !important"
href="https://www.instagram.com/ananda._co/?hl=en">@ananda._co</a></h2>
<br>
<!-- <p>It won’t be a bigger problem to find one video game lover in your neighbor. Since the introduction of Virtual Game, it has been achieving great heights so far as its popularity and technological advancement are concerned.</p> -->
<div class="app_btn_area">
<div class="app_btn">
<div class="media">
<div class="d-flex">
<i class="fa fa-apple" aria-hidden="true"></i>
</div>
<div class="media-body">
<a href="#">
<h4>Coming Soon</h4>
</a>
<p>on App Store</p>
</div>
</div>
</div>
<div class="app_btn">
<div class="media">
<div class="d-flex">
<i class="fa fa-android" aria-hidden="true"></i>
</div>
<div class="media-body">
<a href="#">
<h4>Coming Soon</h4>
</a>
<p>on Play Store</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--================End Download App Area =================-->
<!--================Latest News Area =================-->
<!-- <section class="latest_news_area p_120">
<div class="container">
<div class="main_title">
<h2>Latest News</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
<div class="latest_news_inner row">
<div class="col-lg-4">
<div class="l_news_item">
<a class="date" href="#">10 April, 2018</a>
<a href="#"><h4>Benjamin Franklin Method Of Habit Formation</h4></a>
<p>There are many kinds of narratives and organizing principles. Science is driven by evidence gathered in experiments, and by the falsification of extant theories and their </p>
<div class="post_view">
<a href="#"><i class="fa fa-eye" aria-hidden="true"></i> 4.5k Views</a>
<a href="#"><i class="fa fa-commenting" aria-hidden="true"></i> 07</a>
<a href="#"><i class="fa fa-reply" aria-hidden="true"></i> 362</a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="l_news_item">
<a class="date" href="#">10 April, 2018</a>
<a href="#"><h4>Benjamin Franklin Method Of Habit Formation</h4></a>
<p>There are many kinds of narratives and organizing principles. Science is driven by evidence gathered in experiments, and by the falsification of extant theories and their </p>
<div class="post_view">
<a href="#"><i class="fa fa-eye" aria-hidden="true"></i> 4.5k Views</a>
<a href="#"><i class="fa fa-commenting" aria-hidden="true"></i> 07</a>
<a href="#"><i class="fa fa-reply" aria-hidden="true"></i> 362</a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="l_news_item">
<a class="date" href="#">10 April, 2018</a>
<a href="#"><h4>Benjamin Franklin Method Of Habit Formation</h4></a>
<p>There are many kinds of narratives and organizing principles. Science is driven by evidence gathered in experiments, and by the falsification of extant theories and their </p>
<div class="post_view">
<a href="#"><i class="fa fa-eye" aria-hidden="true"></i> 4.5k Views</a>
<a href="#"><i class="fa fa-commenting" aria-hidden="true"></i> 07</a>
<a href="#"><i class="fa fa-reply" aria-hidden="true"></i> 362</a>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!--================End Latest News Area =================-->
<!--================ start footer Area =================-->
<footer class="footer-area p_120">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-6 col-sm-6">
<div class="single-footer-widget news_widgets">
<h6 class="footer_title">Newsletter</h6>
<p>You can trust us. we only updates, not a single spam.</p>
<div id="mc_embed_signup">
<form method="POST" action="https://formspree.io/[email protected]"
class="subscribe_form relative">
<div class="input-group d-flex flex-row">
<input name="email" placeholder="Your email address" onfocus="this.placeholder = ''"
onblur="this.placeholder = 'Email Address '" required="" type="email">
<button type="submit" class="btn sub-btn">Get Started</button>
</div>
<div class="mt-10 info"></div>
</form>
</div>
</div>
</div>
<!-- <div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-footer-widget tp_widgets">
<h6 class="footer_title"></h6>
<ul class="list">
<li><a href="#">Anything</a></li>
<li><a href="#">Dude</a></li>
<li><a href="#">I </a></li>
<li><a href="#">Don't Know</a></li>
</ul>
</div>
</div> -->
<!-- <div class="col-lg-3 col-md-6 col-sm-6 offset-lg-1">
<div class="single-footer-widget instafeed">
<h6 class="footer_title">Instagram Feed</h6>
<ul class="list instafeed d-flex flex-wrap">
<li><img src="img/instagram/image-01.png" alt=""></li>
<li><img src="img/instagram/Image-02.jpg" alt=""></li>
<li><img src="img/instagram/Image-03.jpg" alt=""></li>
<li><img src="img/instagram/Image-04.jpg" alt=""></li>
<li><img src="img/instagram/Image-05.jpg" alt=""></li>
<li><img src="img/instagram/Image-06.jpg" alt=""></li>
<li><img src="img/instagram/Image-07.jpg" alt=""></li>
<li><img src="img/instagram/Image-08.jpg" alt=""></li>
</ul>
</div>
</div> -->
</footer>
<!--================ End footer Area =================-->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/popper.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/stellar.js"></script>
<script src="vendors/lightbox/simpleLightbox.min.js"></script>
<script src="vendors/nice-select/js/jquery.nice-select.min.js"></script>
<script src="vendors/isotope/imagesloaded.pkgd.min.js"></script>
<script src="vendors/isotope/isotope-min.js"></script>
<script src="vendors/owl-carousel/owl.carousel.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="vendors/counter-up/jquery.waypoints.min.js"></script>
<script src="vendors/counter-up/jquery.counterup.js"></script>
<script src="js/mail-script.js"></script>
<script src="vendors/popup/jquery.magnific-popup.min.js"></script>
<script src="js/theme.js"></script>
</body>
</html>