-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
752 lines (569 loc) · 36.7 KB
/
404.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
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from www.bodyspeaksbetter.com/ by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 09 Sep 2018 07:26:34 GMT -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="/favicon.ico">
<title>404 - Not Found | Body Speaks Better</title>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KRDCRVR');</script>
<!-- End Google Tag Manager -->
<script src="https://maps.googleapis.com/maps/api/js"></script>
<link href="/media/bootstrap3/css/bootstrap.css" rel="stylesheet">
<!-- main css -->
<link href="/media/css/main.css" rel="stylesheet">
<!-- mobile css -->
<link href="/media/css/responsive.css" rel="stylesheet">
<!-- FontAwesome Support -->
<link rel="stylesheet" type="text/css" href="/media/css/font-awesome.min.css" />
<!-- FontAwesome Support -->
<!-- Btns -->
<link rel="stylesheet" type="text/css" href="/media/css/btn.css" />
<!-- Btns -->
<!-- Superfish menu -->
<link rel="stylesheet" type="text/css" href="/media/css/superfish/superfish.css" />
<!-- Superfish menu -->
<!-- Theme Color selector -->
<link href="/media/js/theme-color-selector/theme-color-selector.css" type="text/css" rel="stylesheet">
<!-- Theme Color selector -->
<!-- Owl Carousel -->
<link rel="stylesheet" type="text/css" href="/media/js/owl-carousel/owl.carousel.css" />
<!-- Owl Carousel -->
<!-- Twitter feed -->
<link rel="stylesheet" type="text/css" href="/media/css/twitterfeed.css" />
<!-- Twitter feed -->
<!-- Typicons -->
<link rel="stylesheet" type="text/css" href="/media/css/typicons/typicons.min.css" />
<!-- Typicons -->
<!-- WOW animations -->
<link rel="stylesheet" type="text/css" href="/media/js/wow/css/libs/animate.css" />
<!-- WOW animations -->
<!-- Development Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700italic,700,800,800italic%7CLato:400,100italic,100,300,300italic,400italic,700,700italic,900,900italic%7CRoboto:400,100,100italic,300,300italic,400italic,500,700,500italic,700italic,900,900italic' rel='stylesheet' type='text/css'>
<!-- Development Google Fonts -->
<link rel="stylesheet" type="text/css" href="/media/css/forms.css" />
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KRDCRVR"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Theme color selector -->
<div id="pm_layout_wrapper" class="pm-full-mode"><!-- Use wrapper for wide or boxed mode -->
<div class="pm-header-info">
<div class="container pm-header-info-container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<p class="pm-header-support-text">EMAIL <strong>info@bodyspeaksbetter.com</strong></p>
</div>
</div>
</div>
</div><!-- /pm-header-info -->
<header>
<div class="container pm-header-container">
<div class="row">
<div class="col-lg-4 col-md-3 col-sm-12 pm-header-logo-div">
<div class="pm-header-logo-container">
<a href="/"><img src="/media/img/logo.png?v=1" class="img-responsive" alt="Quantum Theme"></a>
</div>
<div class="pm-header-mobile-btn-container">
<button type="button" class="navbar-toggle pm-main-menu-btn" id="pm-main-menu-btn" data-toggle="collapse" data-target=".navbar-collapse"><i class="fa fa-bars"></i></button>
</div>
</div>
<div class="col-lg-8 col-md-9 col-sm-12 pm-main-menu">
<nav class="navbar-collapse collapse">
<!-- superfish-->
<ul class="sf-menu" id="pm-nav">
<li class="current">
<a href="/">Home</a>
</li>
<li>
<a href="/about/">About Us</a>
</li>
<li>
<a href="https://www.cognicue.in/" target="_blank">CogniCue</a>
</li>
<li>
<a href="/services/">Services</a>
<ul>
<li>
<a href="/services/deception-detection/">DECEPTION DETECTION</a>
</li>
<li>
<a href="/services/power-body-language/">POWER BODY LANGUAGE</a>
</li>
<li>
<a href="/services/selling-skills/">SALES WITH NON VERBAL</a>
</li>
<li>
<a href="/services/interview-and-recruitment/">HR & BODY LANGUAGE</a>
</li>
<li>
<a href="/services/dating-skills/">SILENT LANGUAGE OF DATING</a>
</li>
<li>
<a href="/services/emotional-intelligence/">EMOTIONAL INTELLIGENCE</a>
</li>
<li>
<a href="/services/body-language-courses/">OTHER COURSES</a>
</li>
</ul>
</li>
<li>
<a href="#">Tools</a>
<ul>
<li>
<a href="/tools/emotion-detection/">EMOTION DETECTION</a>
</li>
</ul>
</li>
<li>
<a href="/contact/">Contact Us</a>
</li>
</ul>
<!-- /superfish -->
</nav>
</div>
</div>
</div>
</header><!-- /header -->
<!-- PRESENTATION AREA -->
<div class="pm-presentation-container pm-parallax-panel" data-stellar-background-ratio="0.5" data-stellar-vertical-offset="97">
<div class="pm-presentation-text-container">
<div class="pm-presentation-text">
<h1>body speaks better</h1>
<p>A solution for businesses and corporations to decode the unspoken.</p>
</div>
<ul class="pm-presentation-posts" id="pm-presentation-owl">
<li>
<div class="pm-presentation-post-container">
<div class="pm-presentation-post-title">
<p>Micro-Expressions</p>
</div>
<div class="pm-presentation-post-excerpt">
<p>Learn about the expressions</p>
</div>
<div class="pm-presentation-post-hover-container">
<!--<p class="pm-presentation-post-hover-title">protected posts</p>-->
<p class="pm-presentation-post-hover-excerpt">At times people don’t say what they mean or don’t mean what they say. Through the knowledge of micro expressions, you will get to know what people mean or how they feel, even if they don’t say it.
</p>
</div>
<div class="pm-presentation-post-img">
<img src="/media/img/posts/MicroExpression.jpg" width="475" height="315" alt="post1">
</div>
</div><!-- /pm-presentation-post-container -->
</li>
<li>
<div class="pm-presentation-post-container">
<div class="pm-presentation-post-title">
<p>Gestures & Postures</p>
</div>
<div class="pm-presentation-post-excerpt">
<p>The common gestures and postures</p>
</div>
<div class="pm-presentation-post-hover-container">
<!--<p class="pm-presentation-post-hover-title">protected posts</p>-->
<p class="pm-presentation-post-hover-excerpt">The gestures can be categorized into various types. The postures tell us about confidence, interest and much more. Knowing the various gestures and postures will be a useful tool to read a person.
</p>
</div>
<div class="pm-presentation-post-img">
<img src="/media/img/posts/Gestures.jpg" width="475" height="315" alt="post2">
</div>
</div><!-- /pm-presentation-post-container -->
</li>
<li>
<div class="pm-presentation-post-container">
<div class="pm-presentation-post-title">
<p>Power Body Language</p>
</div>
<div class="pm-presentation-post-excerpt">
<p>Use of body language</p>
</div>
<div class="pm-presentation-post-hover-container">
<!--<p class="pm-presentation-post-hover-title">protected posts</p>-->
<p class="pm-presentation-post-hover-excerpt">The power body language is a tool to take control of the situation beforehand by showing oneself as powerful and strong. Learning the launch pose, stance etc. would help you define yourself in a new way.
</p>
</div>
<div class="pm-presentation-post-img">
<img src="/media/img/posts/powerbodylanguage.jpg" width="475" height="315" alt="post3">
</div>
</div><!-- /pm-presentation-post-container -->
</li>
<li>
<div class="pm-presentation-post-container">
<div class="pm-presentation-post-title">
<p>Para-linguistics</p>
</div>
<div class="pm-presentation-post-excerpt">
<p>How to use the voice</p>
</div>
<div class="pm-presentation-post-hover-container">
<!--<p class="pm-presentation-post-hover-title">protected posts</p>-->
<p class="pm-presentation-post-hover-excerpt">It matters how you speak or use your voice. The para-linguistics includes pitch, tone, timbre, cadence etc. Each one has its own importance. Learn them to understand how the use of voice affects your personality.
</p>
</div>
<div class="pm-presentation-post-img">
<img src="/media/img/posts/Paralingustics.jpg" width="475" height="315" alt="post4">
</div>
</div><!-- /pm-presentation-post-container -->
</li>
<li>
<div class="pm-presentation-post-container">
<div class="pm-presentation-post-title">
<p>Kinesics</p>
</div>
<div class="pm-presentation-post-excerpt">
<p>Learning about body movements</p>
</div>
<div class="pm-presentation-post-hover-container">
<!--<p class="pm-presentation-post-hover-title">protected posts</p>-->
<p class="pm-presentation-post-hover-excerpt">Knowing how to interpret the body movements can help you a lot. You can't rely on the words people speak during a face to face conversation. The body communicates many messages, more authentic than the words spoken.
</p>
</div>
<div class="pm-presentation-post-img">
<img src="/media/img/posts/Kinesics.jpg" width="475" height="315" alt="post5">
</div>
</div><!-- /pm-presentation-post-container -->
</li>
<li>
<div class="pm-presentation-post-container">
<div class="pm-presentation-post-title">
<p>Haptics</p>
</div>
<div class="pm-presentation-post-excerpt">
<p>Learn about the science of touch </p>
</div>
<div class="pm-presentation-post-hover-container">
<!--<p class="pm-presentation-post-hover-title">protected posts</p>-->
<p class="pm-presentation-post-hover-excerpt">The origin of the word haptics is the Greek word haptikos, meaning able to grasp or perceive. Learn the use of touch and the various gestures related to touch.
</p>
</div>
<div class="pm-presentation-post-img">
<img src="/media/img/posts/Haptics.jpg" width="475" height="315" alt="post5">
</div>
</div><!-- /pm-presentation-post-container -->
</li>
</ul>
</div>
</div>
<!-- PRESENTATION AREA end -->
<!-- BODY CONTENT starts here -->
<!-- Services panels -->
<div class="pm-column-container pm-containerPadding60 pm-mobile-center" style="background-color:#283e4e;">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="row">
<div class="col-lg-2 col-md-2 col-sm-3">
<img src="/media/img/home/01_service_icon.png" alt="icon1">
</div>
<div class="col-lg-10 col-md-10 col-sm-9">
<h4 class="pm-services-panel-title">Workshop</h4>
<p class="pm-services-panel-text">A session focused on one of the topics that we cover.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="row">
<div class="col-lg-2 col-md-2 col-sm-3">
<img src="/media/img/home/02_service_icon.png" alt="icon2">
</div>
<div class="col-lg-10 col-md-10 col-sm-9">
<h4 class="pm-services-panel-title">Training</h4>
<p class="pm-services-panel-text">Skill building program to enhance the performance of your team.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="row">
<div class="col-lg-2 col-md-2 col-sm-3">
<img src="/media/img/home/03_service_icon.png" alt="icon3">
</div>
<div class="col-lg-10 col-md-10 col-sm-9">
<h4 class="pm-services-panel-title">Personal Coaching</h4>
<p class="pm-services-panel-text">Develop your personality through focused coaching.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /Services panels -->
<!-- Intro Panel -->
<div class="pm-column-container pm-containerPadding-bottom-80 pm-containerPadding-top-120 pm-container-border">
<div class="pm-column-container-icon">
<i class="fa fa-users"></i>
</div>
<div class="container pm-mobile-center">
<div class="row">
<div class="col-lg-5 col-md-5 col-sm-5">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-4">
<div class="pm-statistic-box-container wow fadeInUp animated" data-wow-delay="0.2s" data-wow-offset="50" data-wow-duration="1s">
<h3>71%</h3>
<p> of employees value emotional intelligence over Intelligence Quotient.</p><br>
<img src="/media/img/home/man-icon.png" class="img-responsive" alt="reduction in development costs">
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-4">
<div class="pm-statistic-box-container offset wow fadeInUp animated" data-wow-delay="0.4s" data-wow-offset="50" data-wow-duration="1s">
<h3>60-93%</h3>
<p>of a face to face conversation is non-verbal.</p><br><br>
<img src="/media/img/home/man-icon.png" class="img-responsive" alt="increase in quality assurance">
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-4">
<div class="pm-statistic-box-container wow fadeInUp animated" data-wow-delay="0.6s" data-wow-offset="50" data-wow-duration="1s">
<h3>80-90%</h3>
<p>of first impression is based on how warm and competent a person is.</p>
<img src="/media/img/home/man-icon.png" class="img-responsive" alt="increase in development time">
</div>
</div>
</div>
</div>
<div class="col-lg-7 col-md-7 col-sm-7">
<h2>Ready to take your company to the next level?</h2>
<p> Body Speaks Better offers workshop and training to help your team, your employees to perform better in a unique way. Nowadays, we are in an environment, where people are in hurry always, making justice to the statement “ Time is Money”. Nothing hurts more, if your time is wasted, be it in your professional life or personal.
</p>
<p>Our training as well as workshop will help you save time, money and energy and would get you more paced up for the existing and future competition.</p>
<p>
Call us for customization or any special requirement.
</p>
</div>
</div>
</div>
</div>
<!-- /Intro Panel -->
<!-- Workshop newsletter signup panel -->
<div class="pm-column-container pm-workshop-signup pm-containerPadding60 pm-container-border pm-center pm-parallax-panel" data-stellar-background-ratio="0.5" data-stellar-vertical-offset="0">
<div class="pm-column-container-icon">
<i class="fa fa-envelope"></i>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="pm-workshop-newsletter-form-container">
<!--<form action="#" method="post" id="workshop-newsletter-form">
<input name="" type="text" placeholder="Your Name">
<input name="" type="text" placeholder="Email Address">
<input type="submit" class="pm-workshop-newsletter-submit-btn" value="submit" />
</form>-->
<div novalidate="" target="_blank" class="validate" name="mc-embedded-subscribe-form" id="mc-embedded-subscribe-form" method="post">
<input type="text" placeholder="Your Name" id="MERGE1" name="MERGE1" class="placeholder">
<input type="text" placeholder="Email Address" id="MERGE0" name="MERGE0" class="placeholder">
<input type="submit" class="pm-workshop-newsletter-submit-btn" value="subscribe" id="mc-embedded-subscribe" name="subscribe" onclick="SubcribeBSB()">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Workshop newsletter signup panel end -->
<!-- Testimonial carousel -->
<div class="pm-column-container pm-containerPadding-top-40" style="background-color:#ededed;">
<div class="container">
<div class="row">
<div class="col-lg-12">
<ul class="pm-testimonials-carousel" id="pm-testimonials-carousel-owl">
<li>
<div class="col-lg-5 col-md-5 col-sm-5 pm-center">
<img src="/media/img/home/testimonials/01_profile.jpg" class="img-responsive" alt="profile1">
</div>
<div class="col-lg-7 col-md-7 col-sm-7">
<div class="pm-testimonial-container">
<div class="pm-testimonial-quote-box">
<i class="fa fa-quote-left"></i>
</div>
<div class="pm-testimonial-text-box">
<p>"Kanan Tandi is a great trainer with a detailed knowledge about micro-expressions and body language. She is young but has the live experience and great intelligence."
</p>
<p class="pm-testimonial-name">Kasia Wezowski</p>
<p class="pm-testimonial-title">Body Language Expert, Founder of <a href="https://www.centerforbodylanguage.com/" style="color:#fff;" >Center for Body Language</a></p>
</div>
</div>
</div>
</li>
<li>
<div class="col-lg-5 col-md-5 col-sm-5 pm-center">
<img src="/media/img/home/testimonials/02_profile.jpg" class="img-responsive" alt="profile2">
</div>
<div class="col-lg-7 col-md-7 col-sm-7">
<div class="pm-testimonial-container">
<div class="pm-testimonial-quote-box">
<i class="fa fa-quote-left"></i>
</div>
<div class="pm-testimonial-text-box">
<p>"Kanan Tandi has been associating with the regional training center of Air India Ltd, Western region, Mumbai and is also our empaneled external trainer. At this young age,she has shown vibrant ability,skills and knowledge in the field of training and it was surprising to see her handling training sessions for the executives of Air India. Her charming personality is just the tip of an ice berg. To know her more, you must hear her. "
</p>
<p class="pm-testimonial-name">Dr.Jagdish Kumar Ayyanar</p>
<p class="pm-testimonial-title">HR Manager, Air India</p>
</div>
</div>
</div>
</li>
<li>
<div class="col-lg-5 col-md-5 col-sm-5 pm-center">
<img src="/media/img/home/testimonials/03_profile.jpg" class="img-responsive" alt="profile2">
</div>
<div class="col-lg-7 col-md-7 col-sm-7">
<div class="pm-testimonial-container">
<div class="pm-testimonial-quote-box">
<i class="fa fa-quote-left"></i>
</div>
<div class="pm-testimonial-text-box">
<p>"Kanan has this unique and subtle insight into smaller and finer details of human behaviour and body language. She is very straight forward by nature. An amazing lecturer who knows how to convey her knowledge and ideas to the audience in an interactive manner."
</p>
<p class="pm-testimonial-name">Vikas Deshmukh</p>
<p class="pm-testimonial-title">Centre Manager, Dronacharya IAS Academy
</p>
</div>
</div>
</div>
</li>
<li>
<div class="col-lg-5 col-md-5 col-sm-5 pm-center">
<img src="/media/img/home/testimonials/04_profile.jpg" class="img-responsive" alt="profile2">
</div>
<div class="col-lg-7 col-md-7 col-sm-7">
<div class="pm-testimonial-container">
<div class="pm-testimonial-quote-box">
<i class="fa fa-quote-left"></i>
</div>
<div class="pm-testimonial-text-box">
<p>"Kanan has a very good knowledge of Body Language and Human behaviour . She knows how to elaborate each and every topic with the perfect example, which makes us more interested in the subject. She is full of energy in her session and is very friendly to each and every participant. The participants don’t feel as if they are meeting the trainer for the first time."
</p>
<p class="pm-testimonial-name">Jayant Sarkar</p>
<p class="pm-testimonial-title">Senior Manger, HRD, SAIL
</p>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Testimonial carousel end -->
<!-- BODY CONTENT end -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="pm-footer-social-info-container">
<h6>Join the conversation</h6>
<p>Follow us on social media for special announcments and upcoming events.</p>
<ul class="pm-footer-social-icons">
<li title="Twitter" class="pm_tip_static_top"><a href="https://twitter.com/kanantandi"><i class="fa fa-twitter tw"></i></a></li>
<li title="Facebook" class="pm_tip_static_top"><a href="https://www.facebook.com/bodyspeaksbetter"><i class="fa fa-facebook fb"></i></a></li>
<li title="Linkedin" class="pm_tip_static_top"><a href="https://in.linkedin.com/in/kanantandi/"><i class="fa fa-linkedin linked"></i></a></li>
<li title="YouTube" class="pm_tip_static_top"><a href="#"><i class="fa fa-youtube yt"></i></a></li>
</ul>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="pm-footer-subscribe-container">
<h6>Subscribe to our newsletter</h6>
<p>Sign up for our weekly newsletter and stay up to date with BodySpeaksBetter.</p>
<div class="pm-footer-subscribe-form-container">
<form id="pm-footer-subscribe">
<input class="pm-footer-subscribe-field" type="text" placeholder="Email Address" value="" id="fEmail" name="Email"/>
<div class="pm-footer-subscribe-submit-btn" onclick="SubcribeBSBFooter()">
<i class="fa fa-paper-plane"></i>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</footer>
<div class="pm-footer-copyright">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-5 col-sm-12 pm-footer-copyright-col">
<p>© 2018 Body Speaks Better </p>
</div>
<div class="col-lg-7 col-md-7 col-sm-12 pm-footer-navigation-col">
<ul class="pm-footer-navigation" id="pm-footer-nav">
<li><a href="/services/">Our Services</a></li>
<li><a href="/about/">About Us</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="/contact/">Contact Us</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="/media/js/jquery-2.1.1.min.js"></script>
<script src="/media/js/jquery.viewport.mini.js"></script>
<script src="/media/js/jquery.easing.1.3.js"></script>
<script src="/media/bootstrap3/js/bootstrap.min.js"></script>
<script src="/media/js/modernizr.custom.js"></script>
<script src="/media/js/owl-carousel/owl.carousel.js"></script>
<script src="/media/js/main.js"></script>
<script src="/media/js/jquery.tooltip.js"></script>
<script src="/media/js/jquery.hoverPanel.js"></script>
<script src="/media/js/superfish/superfish.js"></script>
<script src="/media/js/superfish/hoverIntent.js"></script>
<script src="/media/js/tinynav.js"></script>
<script src="/media/js/stellar/jquery.stellar.js"></script>
<script src="/media/js/countdown/countdown.js"></script>
<script src="/media/js/theme-color-selector/theme-color-selector.js"></script>
<script src="/media/js/wow/wow.min.js"></script>
<p id="back-top" class="visible-lg visible-md visible-sm"> </p>
<script type="text/javascript">
function SubcribeBSB()
{
var e=document.getElementById("MERGE0").value;
var n=document.getElementById("MERGE1").value;
var str="db/subscribeb198.html?e="+e
+"&n="+n;
if (e=="")
{
$("#MERGE0").css("border","1px");
}
AjaxCall(str);
$("#MERGE0,#MERGE1").val("");
}
function AjaxCall(str)
{
var xmlhttp;
if (window.XMLHttpRequest)
{
xmlhttp = new XMLHttpRequest();
}
else
{
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
}
xmlhttp.onreadystatechange = function () {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200)
{
var response = xmlhttp.responseText;
}
}
//alert(str);
xmlhttp.open("GET.html", str, true);
xmlhttp.send();
}
</script>
<!-- BEGIN JIVOSITE CODE {literal} -->
<script type='text/javascript'>
(function(){ var widget_id = 't5DHpN4c0C';
var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = '//code.jivosite.com/script/widget/'+widget_id; var ss = document.getElementsByTagName('script')[0]; ss.parentNode.insertBefore(s, ss);})();</script>
<!-- {/literal} END JIVOSITE CODE -->
</body>
<!-- Mirrored from www.bodyspeaksbetter.com/ by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 09 Sep 2018 07:28:27 GMT -->
</html>