-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
889 lines (699 loc) · 41.4 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
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
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="Kilter is a conference on improving your body via better nutrition, fitness and habits.">
<meta name="author" content="HasGeek and friends">
<meta name="keywords" content="Conference">
<meta name="referrer" content="origin">
<meta property="og:title" content="Kilter 2017"/>
<meta property="og:image" content="https://images.hasgeek.com/embed/file/fc5d41090c4b4dfeaa345444597f2394"/>
<meta property="og:image:type" content="JPEG" />
<meta property="og:image:width" content="1120" />
<meta property="og:image:height" content="600" />
<meta property="og:url" content="https://kilter.in/2017/"/>
<meta property="og:description" content="Kilter is a conference on improving your body via better nutrition, fitness and habits."/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@kiltercon" />
<meta name="twitter:title" content="Kilter 2017" />
<meta name="twitter:image" content="https://images.hasgeek.com/embed/file/fc5d41090c4b4dfeaa345444597f2394">
<meta property="fb:app_id" content="1261802420505437" />
<meta property="fb:pages" content="405742776435136" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<title>Kilter 2017</title>
<link rel="stylesheet" href="_themes/kilter2017/css/vendor/bootstrap.min.css.packed.css"/>
<link rel="stylesheet" href="_themes/kilter2017/css/vendor/jquery.mCustomScrollbar.min.css.packed.css"/>
<link rel="stylesheet" href="_themes/kilter2017/css/vendor/font-awesome.css.packed.css"/>
<link rel="stylesheet" href="_themes/kilter2017/css/vendor/leaflet.min.css.packed.css"/>
<link rel="stylesheet" href="_themes/kilter2017/css/main.css.packed.css"/>
<!--[if lte IE 8]>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/leaflet/0.6.3/leaflet.ie.css" />
<![endif]-->
<link href="https://fonts.googleapis.com/css?family=Alegreya+Sans:300,400,400i,500,700" rel="stylesheet">
<link rel="stylesheet" href="_baseframe/css/networkbar.css">
<script src="_themes/kilter2017/js/vendor/modernizr-2.6.2.js"></script>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.8&appId=407388822956327";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div id="hg-bar" class="no-print">
<div class="container">
<ul id="hg-barlinks">
<li id="hg-networkbar-home" class="strong"><a href="https://hasgeek.com/">HasGeek</a></li>
<li id="hg-networkbar-hasjob"><a href="https://hasjob.co/">Hasjob</a></li>
<li id="hg-networkbar-hgtv"><a href="https://hasgeek.tv/">HGTV</a></li>
<li id="hg-networkbar-talkfunnel"><a href="https://talkfunnel.com/">Talkfunnel</a></li>
<li id="hg-networkbar-events" class="selected"><a href="2017.html#" class="hg-submenu">Events</a>
<ul>
<li id="hg-networkbar-metarefresh"><a href="https://metarefresh.in/">Meta Refresh</a></li>
<li id="hg-networkbar-rootconf"><a href="https://rootconf.in/">Rootconf</a></li>
<li id="hg-networkbar-fifthelephant"><a href="https://fifthelephant.in/">The Fifth Elephant</a></li>
<li id="hg-networkbar-jsfoo"><a href="https://jsfoo.in/">JSFoo</a></li>
<li id="hg-networkbar-droidcon"><a href="https://droidcon.in/">Droidcon India</a></li>
<li id="hg-networkbar-pastevents" class="hg-menu-section">Past events</li>
<li id="hg-networkbar-angularjs-miniconf"><a href="https://metarefresh.in/2014/angularjs-miniconf">AngularJS Miniconf</a></li>
<li id="hg-networkbar-cartonama"><a href="https://cartonama.com/2012">Cartonama Conference</a></li>
<li id="hg-networkbar-phpcloud"><a href="https://phpcloud.hasgeek.com/">Scaling PHP in the Cloud</a></li>
<li id="hg-networkbar-androidcamp"><a href="https://androidcamp.hasgeek.com/">AndroidCamp</a></li>
<li id="hg-networkbar-doctypehtml5"><a href="http://www.doctypehtml5.in/">DocType HTML5</a></li>
</ul></li>
</ul>
<ul id="hg-usertools">
<li><a href="login.html">Login or sign up</a></li>
</ul>
</div>
</div>
<header class="clearfix" id="header">
<div class="visible-xs">
<img class="header-image-mobile" src="_themes/kilter2017/img/mobile-banner.svg" alt="Kilter"/>
</div>
<div class="hidden-xs">
<img src="_themes/kilter2017/img/banner.svg" alt="Kilter" />
</div>
<div class="container banner-text">
<div class="banner-logo">
<img src="https://images.hasgeek.com/embed/file/eaaffeb43d0249b8b460388e4389df9c" alt="Kilter" />
</div>
<h1 class="extra-huge logo-text nospace-top space-one-bottom"><a href="2017.html" class="link-silent">Kilter</a></h1>
<h2 class="large nospace">1–2 April 2017</h2>
<h2 class="large nospace">MLR Convention center, Bangalore</h2>
</div>
</header>
<div id="nav-home">
<nav class="navbar navbar-default" id="site-nav" role="navigation">
<div class="sitebar">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand smooth-scroll logo-text" href="#header">Kilter</a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="#annoucements" class="smooth-scroll">Overview</a></li>
<li><a href="#featured-talks" class="smooth-scroll">Featured talks</a></li>
<li><a href="#workshops" class="smooth-scroll">Workshops</a></li>
<li><a href="#blog" class="smooth-scroll">Blog</a></li>
<li><a href="#venue" class="smooth-scroll">Venue</a></li>
<li><a href="#sponsors" class="smooth-scroll">Sponsors</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">About <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="about" class="smooth-scroll">About HasGeek</a></li>
<li><a href="2017/code-of-conduct.html">Code of conduct</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
</div>
<section id="annoucements" class="section section-divider push-four">
<div class="container">
<div class="row">
<!--
<div class="col-xs-12 large medium space-one"><p><span class="bold">Fitness. Nutrition. Habits. Three keys to a healthy lifestyle and the focus of Kilter, a community-driven conference.</span></p></div>
<div class="col-xs-12 clearfix space-two-bottom">
<div class="col-xs-12 col-md-6 ">
<img src="https://images.hasgeek.com/embed/file/2ad801c0c351479685e73868cca557ac" class="max-width" />
</div>
<div class="col-xs-12 col-md-6">
<div class="regular space-four-top"><p>In today’s age of convenience, sedentary lifestyles, and junk food, we easily and readily overlook our health. Our bodies send us subtle and not so subtle signs that things are out-of-kilter: we feel sluggish, crave sweets, suffer aches and pains. And our mind plays a part, too, as we compare ourselves to others, or feel guilty about bad habits. There’s a rising consciousness that recognises we’re unfit and we eat badly. </p></div>
</div>
</div>
<div class="col-xs-12 clearfix space-two-bottom">
<div class="col-xs-12 col-md-6 pull-right ">
<img src="https://images.hasgeek.com/embed/file/4b577064b8ac4d3da55b49fcf0a65e8f" class="max-width" />
</div>
<div class="col-xs-12 col-md-6">
<div class="regular space-four-top"><p>Gyms, restaurants, startups...they cash in on our desire to be both healthy and busy! As a result, myths, marketing pitches, and unscientific principles have proliferated in the health and fitness industry.</p></div>
</div>
</div>
<div class="col-xs-12 clearfix space-two-bottom">
<div class="col-xs-12 col-md-6 ">
<img src="https://images.hasgeek.com/embed/file/d480f63cbcf34457932304e9c98b243f" class="max-width" />
</div>
<div class="col-xs-12 col-md-6">
<div class="regular space-four-top"><p>Let’s learn to get into balance. Form better habits. Discover what food choices work to lose weight or build muscles. Find an exercise that we enjoy so much it’s painful to miss a day. Understand the science of what happens in our own bodies.</p><p>Come to Kilter and get into balance.</p></div>
</div>
</div>
<div class="space-four-top">
<div class="text-center clearfix col-sm-6 space-two-bottom">
<h3 class="large nospace-top nospace-bottom">Join Kilter community on Slack</h3>
<script async defer src="https://friends.hasgeek.com/slackin.js"></script>
</div>
<div class="col-sm-6">
<h3 class="large nospace-top nospace-bottom"><a href="http://hasgeek.us2.list-manage.com/subscribe/?u=c84c1486d2d6a025417c5d146&id=766dbd66c0" target="_blank">Sign up</a> to receive updates and information about speakers, schedule and more.</h3>
</div>
</div> -->
<div class="col-xs-12 col-md-8 col-md-offset-2 clearfix space-two-bottom">
<div class="space-two-bottom">
<h2 class='text-center'>Fitness & nutrition for geeks</h2>
<h4 class='text-center'>Kilter is a conference on how you can adopt a scientific approach towards getting into shape</h4>
<br>
<p>Kilter is for you if you’re concerned about your health in any way:</p>
<ul>
<li>If you’re frustrated figuring out how to fix your health;</li>
<li>If you want to lose excess body fat but don’t know how;</li>
<li>If you’ve heard of strange diets like paleo, keto and LCHF, and want to figure out what they are;</li>
<li>If you’re curious about exercise frameworks like HIIT, Zumba and CrossFit, or simply want to figure out if running and cycling are for you;</li>
<li>If you want to bypass the noise on the internet, and just talk to knowledgeable folks about your personal fitness goals;</li>
<li>If you’re looking for a local community to join that shares your goals.</li>
</ul>
</div>
<!-- <div class="space-two-bottom">
<div class="col-xs-12 col-md-8 col-md-offset-2">
<h1 class="large space-one text-center"">Kilter is <i>not</i> a conference about weight loss,</h1>
<p>or about unfit people wanting to get fit. It is for everyone, regardless of whether you consider yourself fit or unfit, as long as you’re curious about how your body works. And you should be.</p>
</div>
</div> -->
<div class="space-two-bottom">
<ul class='list-unstyled'>
<li><h3>Understand your body</h3>
<p>We have a range of talks and discussion sessions on nutrition/exercise/habit formation, hands-on fitness workshops, and fun activities like slack lining and unicycling.</p>
<p>Learn how you can measure and improve your body over time, from the talks and workshops at the conference. Interact with the speakers and resident experts to discuss how you can achieve your personal goals towards better nutrition and fitness.</p>
<li><h3>Fix your diet</h3> Sample various diets from a curated food court, and decide for yourself as to what you can eat like, every day. There's low carb, slow carb, no carb, keto, vegan, and more!</li>
<br>
<li><h3>Move your body</h3> Experience a range of activities such as Unicycling, Zumba, Slacklining and more, and find your new hobby!</li>
<br>
<li><h3>Have kids? Bring them too!</h3>We have fully equipped childcare facilities for the very young, and a range of physical activities for older children. Entry is free for children under the age of ten. For more details, please read our <a href="https://medium.com/hasgeek/we-have-childcare-facilities-droidconin-and-all-hasgeek-conferences-going-forward-70d520762a11" target="_blank" rel="noopener noreferrer">blog on childcare</a>.</li>
</ul>
<br>
</div>
</div>
</div><!-- /row -->
</div><!-- /container -->
</section><!-- /about -->
<section id="featured-talks" class="push-four section-divider clearfix">
<div class="container">
<div class="row">
<h3 class="huge text-center col-xs-12">Featured talks</h3>
</div>
</div>
<div class="featured-talks">
<div class="js-featured-talks mCustomScrollbar" data-mcs-theme="dark">
<div class="featured-talks-list">
<div>
<img class="speaker-image" src="https://images.hasgeek.com/embed/file/77b494eeb9774530b3e23f52f2ea2cad" alt="Dr Anushree Vartak">
</div>
<div>
<h5 class="large nospace"><a target="_blank" href="https://kilter.talkfunnel.com/2017/16-keto-and-cancer-fact-check" >Keto and Cancer: Fact check</a></h5>
<h2 class="regular bold nospace">Dr Anushree Vartak</h2>
<h5 class="regular nospace">Oncosurgeon, at Army Hospital Research and Referral, Delhi</h5>
</div>
</div>
<div class="featured-talks-list">
<div>
<img class="speaker-image" src="https://images.hasgeek.com/embed/file/ed76b1925a854ecd941627e553e544f1" alt="Santhosh Padmanabhan">
</div>
<div>
<h5 class="large nospace"><a target="_blank" href="https://kilter.talkfunnel.com/2017/25-running-as-a-way-of-life" >Running as a way of life</a></h5>
<h2 class="regular bold nospace">Santhosh Padmanabhan</h2>
<h5 class="regular nospace">Founder - Runner's High</h5>
</div>
</div>
<div class="featured-talks-list">
<div>
<img class="speaker-image" src="https://images.hasgeek.com/embed/file/c6f6fd2137a9446997b21e9cdb69beb3" alt="Sharoon Sunny">
</div>
<div>
<h5 class="large nospace"><a target="_blank" href="https://kilter.talkfunnel.com/2017/30-lift-heavy-and-eat-clean" >Lift heavy and eat clean</a></h5>
<h2 class="regular bold nospace">Sharoon Sunny</h2>
<h5 class="regular nospace">Wellness evangelist</h5>
</div>
</div>
<div class="featured-talks-list">
<div>
<img class="speaker-image" src="https://images.hasgeek.com/embed/file/41eec010527e4c88af479e684aeff629" alt="Savitr Sastri">
</div>
<div>
<h5 class="large nospace"><a target="_blank" href="https://kilter.talkfunnel.com/2017/22-neurobiology-of-addiction" >Neurobiology of addiction</a></h5>
<h2 class="regular bold nospace">Savitr Sastri</h2>
<h5 class="regular nospace">Neurosurgeon with a keen interest in basic neurobiology</h5>
</div>
</div>
<div class="featured-talks-list">
<div>
<img class="speaker-image" src="https://images.hasgeek.com/embed/file/09aca7af54f6482794c6c10bd2468bd2" alt="Chitra Balachandran">
</div>
<div>
<h5 class="large nospace"><a target="_blank" href="https://kilter.talkfunnel.com/2017/6-raq-that-body-a-belly-dance-workout" >TwitterGetsFitter - How community can boost your fitness journey</a></h5>
<h2 class="regular bold nospace">Chitra Balachandran</h2>
<h5 class="regular nospace">Belly Dance Instructor and Fitness Blogger</h5>
</div>
</div>
<div class="featured-talks-list">
<div>
<img class="speaker-image" src="https://images.hasgeek.com/embed/file/5802c15089ae46f1a5ae9bd364a1f81b" alt="Ganesh Bagler">
</div>
<div>
<h5 class="large nospace"><a target="_blank" href="https://kilter.talkfunnel.com/2017/17-leveraging-food-for-better-health-through-data-dri" >Leveraging food for better health through data-driven approaches</a></h5>
<h2 class="regular bold nospace">Ganesh Bagler</h2>
<h5 class="regular nospace">Scientist & Teacher, Center for Computational Biology, IIIT-Delhi</h5>
</div>
</div>
<div class="featured-talks-list">
<div>
<img class="speaker-image" src="https://images.hasgeek.com/embed/file/93cedd3c10bf474f98e25ee2d196d1f3" alt="Ashwin Hariharan">
</div>
<div>
<h5 class="large nospace"><a target="_blank" href="https://kilter.talkfunnel.com/2017/18-using-catalysts-to-stay-consistent" >Using catalysts to stay consistent</a></h5>
<h2 class="regular bold nospace">Ashwin Hariharan</h2>
<h5 class="regular nospace">Software Engineer, Tech blogger, Fitness Enthusiast</h5>
</div>
</div>
<div class="featured-talks-list">
<div>
<img class="speaker-image" src="https://images.hasgeek.com/embed/file/b7d47b1e5b2d4852900762d8a6e7ed72" alt="Thejesh GN">
</div>
<div>
<h5 class="large nospace"><a target="_blank" href="https://kilter.talkfunnel.com/2017/10-optimizing-for-happiness" >Optimizing for Happiness</a></h5>
<h2 class="regular bold nospace">Thejesh GN</h2>
<h5 class="regular nospace">Independent Technologist, Hacker, Blogger, Open data enthusiast</h5>
</div>
</div>
</div>
</div>
</section>
<section id="workshops" class="push-four section-divider clearfix">
<div class="container">
<div class="row">
<h3 class="huge col-xs-12 text-center">Workshops</h3>
<div class="col-xs-12 col-sm-6 col-md-4 workshop-card-wrapper">
<div class="card">
<a href="https://kilter.talkfunnel.com/2017/3-circus-fitness" target="_blank" data-target="https://kilter.talkfunnel.com/2017/3-circus-fitness" data-label="Circus Fitness"><img src="https://images.hasgeek.com/embed/file/8e72f07f154a406f923a382d329d4423" class="banner"/></a>
<div class="push-one">
<h3 class="space-one-top nospace-bottom regular text-center">Circus Fitness</h3>
<p class="space-half-top nospace-bottom text-center kilter-redorange">Kristen McQuillin (@tink)</p>
<div class="space-half-top nospace-bottom regular pad-one"><p>Working out can be ridiculously fun. Circus Fitness is a creative and challenging hour combining circus skills like juggling, hula hoop, and acrobatics with conditioning for flexibility, balance, and strength.</p></div>
<p class="space-half-top nospace-bottom text-center secondary bold"></p>
<p class="space-half-top nospace-bottom text-center secondary"><i class="fa fa-calendar fa-fw"></i> Apr 01 2017</p>
<p class="space-half-top nospace-bottom text-center secondary"><i class="fa fa-clock-o fa-fw"></i> 15:30 - 16:30</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 workshop-card-wrapper">
<div class="card">
<a href="2017.html" target="_blank" data-target="" data-label="Learn how to ride an electric unicycle!"><img src="https://images.hasgeek.com/embed/file/caaab0db3c334590834e3486c0d3a3fd" class="banner"/></a>
<div class="push-one">
<h3 class="space-one-top nospace-bottom regular text-center">Learn how to ride an electric unicycle!</h3>
<p class="space-half-top nospace-bottom text-center kilter-redorange">Team from Jaaga (@Jaagarnaut)</p>
<div class="space-half-top nospace-bottom regular pad-one"><p> Master the art of self-balancing and take an unconventional moving approach during traffic jam in towns or cities.</p></div>
<p class="space-half-top nospace-bottom text-center secondary bold"></p>
<p class="space-half-top nospace-bottom text-center secondary"><i class="fa fa-calendar fa-fw"></i> 1-2 April 2017</p>
<p class="space-half-top nospace-bottom text-center secondary"><i class="fa fa-clock-o fa-fw"></i> 14:00 - 16:15</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 workshop-card-wrapper">
<div class="card">
<a href="https://kilter.talkfunnel.com/2017/12-strong-by-zumba" target="_blank" data-target="https://kilter.talkfunnel.com/2017/12-strong-by-zumba" data-label="STRONG by Zumba"><img src="https://images.hasgeek.com/embed/file/532080d1ee1e4f4fb38bbb6bf2b649c2" class="banner"/></a>
<div class="push-one">
<h3 class="space-one-top nospace-bottom regular text-center">STRONG by Zumba</h3>
<p class="space-half-top nospace-bottom text-center kilter-redorange">Angelynn Rozario (@angelynn)</p>
<div class="space-half-top nospace-bottom regular pad-one"><p>STRONG is an intense functional training workout, boosted by powerful music. It is also called HITT (High Intensity Tempo Training). We use the help of rhythms and tempos to take us through a 60min workout of burpees, push ups, planks, squats and the works! A puddle of sweat around you is guaranteed!</p></div>
<p class="space-half-top nospace-bottom text-center secondary bold"></p>
<p class="space-half-top nospace-bottom text-center secondary"><i class="fa fa-calendar fa-fw"></i> Apr 01 2017</p>
<p class="space-half-top nospace-bottom text-center secondary"><i class="fa fa-clock-o fa-fw"></i> 11:35 - 12:20</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 workshop-card-wrapper">
<div class="card">
<a href="https://kilter.talkfunnel.com/2017/2-journaling-your-journey" target="_blank" data-target="https://kilter.talkfunnel.com/2017/2-journaling-your-journey" data-label="Journaling your Journey"><img src="https://images.hasgeek.com/embed/file/93e4c945ac7e43088ce519315746cbfe" class="banner"/></a>
<div class="push-one">
<h3 class="space-one-top nospace-bottom regular text-center">Journaling your Journey</h3>
<p class="space-half-top nospace-bottom text-center kilter-redorange">Kristen McQuillin (@tink)</p>
<div class="space-half-top nospace-bottom regular pad-one"><p>Create a journal to track progress to body hacking goals, no matter what they are. Participants will use a mix of scientific-style lab notes and art journal techniques to create their own personalised book.</p></div>
<p class="space-half-top nospace-bottom text-center secondary bold"></p>
<p class="space-half-top nospace-bottom text-center secondary"><i class="fa fa-calendar fa-fw"></i> Apr 02 2017</p>
<p class="space-half-top nospace-bottom text-center secondary"><i class="fa fa-clock-o fa-fw"></i> 15:00 - 15:45</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 workshop-card-wrapper">
<div class="card">
<a href="https://kilter.talkfunnel.com/2017/6-raq-that-body-a-belly-dance-workout" target="_blank" data-target="https://kilter.talkfunnel.com/2017/6-raq-that-body-a-belly-dance-workout" data-label="Raq That Body - A Belly Dance Workout"><img src="https://images.hasgeek.com/embed/file/286343ca6c8b40bcbcfcedbbd8acb325" class="banner"/></a>
<div class="push-one">
<h3 class="space-one-top nospace-bottom regular text-center">Raq That Body - A Belly Dance Workout</h3>
<p class="space-half-top nospace-bottom text-center kilter-redorange">Chitra Balachandran (@bombaybellyrina)</p>
<div class="space-half-top nospace-bottom regular pad-one"><p>Besides being an incredibly beautiful art form, the ancient art of belly dance is also a brilliant full-body workout. Come enjoy shimmies, shakes, and sweat with one of India’s first belly dance instructors.</p></div>
<p class="space-half-top nospace-bottom text-center secondary bold"></p>
<p class="space-half-top nospace-bottom text-center secondary"><i class="fa fa-calendar fa-fw"></i> Apr 02 2017</p>
<p class="space-half-top nospace-bottom text-center secondary"><i class="fa fa-clock-o fa-fw"></i> 11:35 - 12:20</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 workshop-card-wrapper">
<div class="card">
<a href="https://kilter.talkfunnel.com/2017/8-slack-attack" target="_blank" data-target="https://kilter.talkfunnel.com/2017/8-slack-attack" data-label="Slack Attack"><img src="https://images.hasgeek.com/embed/file/fc709d2783c54abb9eafeee106e34ab6" class="banner"/></a>
<div class="push-one">
<h3 class="space-one-top nospace-bottom regular text-center">Slack Attack</h3>
<p class="space-half-top nospace-bottom text-center kilter-redorange">Lochan Baratakke (@lochanb)</p>
<div class="space-half-top nospace-bottom regular pad-one"><p>A meditation, sport and art-form all rolled into one, Slacklining is a new-age tool for the body and mind. YouTube slacklining, be inspired, and come!</p></div>
<p class="space-half-top nospace-bottom text-center secondary bold"></p>
<p class="space-half-top nospace-bottom text-center secondary"><i class="fa fa-calendar fa-fw"></i> 1-2 April 2017</p>
<p class="space-half-top nospace-bottom text-center secondary"><i class="fa fa-clock-o fa-fw"></i> 11:00 - 13:00</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="blog" class="push-four section-divider clearfix">
<div class="container">
<div class="row">
<h3 class="huge col-xs-12 text-center">Kilter blog</h3>
<div id="entries-wrapper">
<p class="text-center regular">Loading...</p>
<script id="entries" type="text/ractive">
{{#content}}
<div class="col-xs-12 col-sm-6 col-md-4 card-wrapper">
<a class="card click link-silent" data-target="{{ link }}" data-label="{{ title }}" href="https://kilter.in/2017/{{ link }}" target="_blank">
<div class="talk">
<h3 class="title js-blog-title nospace"><span>{{ title }}</span></h3>
<hr class="separator">
<div class="description">{{{ description }}}</div>
<h5 class="fullname medium regular"><span>{{ author }}</span></h5>
</div>
</a>
</div>
{{/}}
</script>
</div>
<div class="push-two col-xs-12 text-center">
<a href="https://blog.kilter.in" class="button btn-shadow" target="_blank">Read more on Kilter blog</a>
</div>
</div>
</div>
</section>
<section id="venue" class="venue push-four fill-kilterorange clearfix">
<div class="container">
<div class="row">
<h3 class="huge text-center col-xs-12">Venue</h3>
</div>
<div class="row">
<div class="col-xs-12 text-center">
<h4 class="large">MLR Convention Centre</h4>
<p class="regular">Brigade Millenium Complex, J.P. Nagar 7th Phase<br>Bangalore, Karnataka India. <br>Phone: 080-40182222<br></p>
</div>
<div class="no-js-hidden push-one col-xs-12">
<div class="clearfix">
<div class="border-one leaflet-map" id="toner"
data-label="MLR Convention Centre, J. P. Nagar"
data-zoom="16"
data-marker="12.891476, 77.585079">
<p class="text-center regular">Loading ...</p>
</div>
</div>
</div>
<div class="push-two-top col-xs-12 text-center">
<a href="http://goo.gl/maps/pTOsq" class="button btn-shadow" target="_blank">Find directions</a>
</div>
</div>
</div>
</section>
<section id="sponsors" class="sponsors push-three-top push-two-bottom clearfix fill-dark">
<div class="row-fluid container">
<div class="col-lg-5 col-md-5 col-sm-5 col-xs-12 push-one-bottom">
<h2 class="calm centered space-one large">Sponsors</h2>
</div>
<div class="col-lg-7 col-md-7 col-sm-7 col-xs-12 secondary space-one-top">
<p>For information on sponsorship, please write to us at <a href="mailto:[email protected]">[email protected]</a> or call us at <a>+91-767-633-2020</a></p>
<p> <a class="button" href="http://hsgk.in/kilter-sponsorkit" target="_blank">Get Sponsorship Deck</a></p>
</div>
</div>
<div id="sponsors-payment-partner" class="row-fluid container space-two-top">
<h3 class="col-lg-5 col-md-5 col-sm-5 col-xs-12 legible space-one-bottom">Payment Partner</h3>
<ul class="col-lg-7 col-md-7 col-sm-7 col-xs-12 nospace-bottom list-plain link-silent clearfix list-space-line sponsor-m nospace-ul">
<li>
<a href="2017/sponsors.html#payment-partner-razorpay" class="occupy sponsorlogo ">
<img alt="Razorpay" src="https://imgee.s3.amazonaws.com/imgee/3f578f457728402e99fffa47f75a2741.png">
</a>
</li>
</ul>
</div>
<div id="sponsors-partners" class="row-fluid container space-two-top">
<h3 class="col-lg-5 col-md-5 col-sm-5 col-xs-12 legible space-one-bottom">Community Partners</h3>
<ul class="col-lg-7 col-md-7 col-sm-7 col-xs-12 nospace-bottom list-plain link-silent clearfix list-space-line sponsor-m nospace-ul">
<li>
<a href="2017/sponsors.html#partners-aditya" class="occupy sponsorlogo ">
<img alt="Aditya Trading Solutions(ATS)" src="https://images.hasgeek.com/embed/file/65fe062a5e734b49b128fc860a371a90">
</a>
</li>
<li>
<a href="2017/sponsors.html#partners-figurine" class="occupy sponsorlogo ">
<img alt="Figurine Fitness" src="https://images.hasgeek.com/embed/file/a7091c4c337846f1a984b4dc17d63473">
</a>
</li>
<li>
<a href="2017/sponsors.html#partners-mapmygenome" class="occupy sponsorlogo ">
<img alt="Mapmygenome" src="https://images.hasgeek.com/embed/file/a7724b0c096e4d99834b9005e8dd6e2a">
</a>
</li>
<li>
<a href="2017/sponsors.html#partners-numa" class="occupy sponsorlogo ">
<img alt="NUMA Bengaluru" src="https://imgee.s3.amazonaws.com/imgee/f9da5cc2fe82442faf0367de8f9df6a0.png">
</a>
</li>
</ul>
</div>
</section>
<footer id="about" class="page-footer push-four fill-kilterblue clearfix">
<div>
<div class="col-md-8 col-md-offset-2 col-sm-8 col-sm-offset-2 col-xs-12">
<div class="text-left">
<h3><a class="ir hasgeek-logo center-block space-one-top link-silent" href="https://hasgeek.com/">HasGeek</a></h3>
<p><a href="http://hasgeek.com/" target="_blank">HasGeek</a> creates discussion spaces for individuals who are curious and passionate about technology, health and fitness, media, emerging problems in data science, and machine learning and mobile and web development. HasGeek has been organizing some of India’s finest technology conferences since 2010. We care about free internet, free speech, ethics and integrity in media, and parity between genders (including persons of non-binary genders). </p>
<div class="credits space-two">
<h2 class="calm"></h2>
</div>
</div>
<div class="text-center">
<p class="regular">Kilter is a conference by <a href="https://hasgeek.com/" target="_blank">HasGeek</a>. Copyright © 2017. All rights reserved.</p>
<p><a href="mailto:[email protected]?subject=Hello Kilter">[email protected]</a> /
<a href="tel:+918067684422" class="link-silent">+91-80-67684422</a></p>
<div class="large space-one centered">
<ul class="list-plain">
<li class="inline-block gap-1q"><a href="https://twitter.com/KilterCon" target="_blank" class="silent link-silent"><i class="fa fa-twitter"></i></a></li>
<li class="inline-block gap-1q"><a href="https://www.facebook.com/KilterCon" target="_blank" class="silent link-silent"><i class="fa fa-facebook"></i></a></li>
<li class="inline-block gap-1q"><a href="https://blog.kilter.in/" target="_blank" class="silent link-silent"><i class="fa fa-medium"></i></a></li>
<li class="inline-block gap-1q"><a href="https://www.youtube.com/channel/UCJNrlgmpvM0qTWEJmTj6crg" target="_blank" class="silent link-silent"><i class="fa fa-youtube"></i></a></li>
<li class="inline-block gap-1q"><a href="https://www.flickr.com/photos/hasgeek/sets/" target="_blank" class="silent link-silent"><i class="fa fa-flickr"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
</div><!-- #page -->
<!-- Included JS Files -->
<!--[if lt IE 9]>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script type="text/javascript">
if (typeof jQuery === 'undefined')
document.write('<script type="text/javascript" src="/_themes/kilter2017/js/vendor/jquery-1.11.2.min.js"><\/script>');
</script>
<![endif]-->
<!--[if gte IE 9]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script type="text/javascript">
if (typeof jQuery === 'undefined')
document.write('<script type="text/javascript" src="_themes/kilter2017/js/vendor/jquery-2.2.0.min.js"><\/script>');
</script>
<!--<![endif]-->
<script src="https://cdn.ravenjs.com/3.11.0/raven.min.js"></script>
<script>Raven.config('https://[email protected]/141526', {
environment: 'production',
tags: {event_edition: 'Kilter 2017', item_collection: "ae53cb1c-f263-11e6-8992-bd500a11347f"}
}).install()</script>
<script src="_themes/kilter2017/js/vendor/bootstrap.min.js.packed.js"></script>
<script src="_themes/kilter2017/js/vendor/jquery.mobile.custom.min.js.packed.js"></script>
<script src="_themes/kilter2017/js/vendor/jquery.mousewheel.js.packed.js"></script>
<script src="_themes/kilter2017/js/vendor/jquery.mCustomScrollbar.min.js.packed.js"></script>
<script src="_themes/kilter2017/js/vendor/leaflet.js.packed.js"></script>
<script src="_themes/kilter2017/js/vendor/mustache.min.js.packed.js"></script>
<script src="_themes/kilter2017/js/vendor/feednami.js.packed.js"></script>
<script src="_themes/kilter2017/js/vendor/ractive.min.js.packed.js"></script>
<script src="_themes/kilter2017/js/maps.js.packed.js"></script>
<script src="_themes/kilter2017/js/main.js.packed.js"></script>
<!-- Google Analytics -->
<script>
if (location.hostname == 'kilter.in') {
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-19123154-35', 'auto');
ga('send', 'pageview');
}
</script>
<style type="text/css">
#boxoffice-widget .boxoffice-button-action {
background-color: #FAA51A;
border-color: #d98f15;
color: #fff;
}
#boxoffice-widget .boxoffice-button-info {
background-color: #5BC0DE;
border-color: #2A9CBE;
color: #fff;
}
#boxoffice-widget .payment-stages-bg {
background-color: #8ac97b;
}
#boxoffice-widget .progress-indicator>li {
color: #FFF;
}
#boxoffice-widget .progress-indicator>li.active, .progress-indicator > li.active .bubble {
color: #337AB7;
}
#boxoffice-widget .category-heading {
background-color: #8ac97b;
border-bottom: 3px solid #8ac97b;
color: rgba(0,0,0,0.6);
line-height: 1.1;
font-weight: bold;
}
#boxoffice-widget .category-heading:after {
border-color: #8ac97b #fff #8ac97b #8ac97b;
}
#boxoffice-widget .ticket-description {
font-size: 18px;
}
#boxoffice-widget .increment, #boxoffice-widget .decrement {
border-radius: 0;
background-color: #ddd;
color: #333;
}
</style>
<script>
$(document).ready(function() {
if($('#featured-talks').length) {
var talksLength = 8;
//Set width of content div to enable horizontal scrolling
Kilter.enableScroll(".js-featured-talks", talksLength, ".featured-talks-list");
$(window).resize(function() {
Kilter.enableScroll(".js-featured-talks", talksLength, ".featured-talks-list");
});
}
var boxofficeUrl = "https://boxoffice.hasgeek.com";
$.get({
url: boxofficeUrl + "/api/1/boxoffice.js",
crossDomain: true,
timeout: 20000,
retries: 5,
retryInterval: 8000,
success: function(data) {
var boxofficeScript = document.createElement('script');
boxofficeScript.innerHTML = data.script;
document.getElementsByTagName('body')[0].appendChild(boxofficeScript);
window.Boxoffice.init({
org: "hasgeek",
itemCollection: "ae53cb1c-f263-11e6-8992-bd500a11347f",
paymentDesc: "Kilter 2017"
});
loadBlog();
loadProposals();
initLeaflets();
},
error: function(response) {
var ajaxLoad = this;
ajaxLoad.retries -= 1;
var errorMsg;
if (response.readyState === 4) {
errorMsg = "Server error, please try again later.";
logError(errorMsg);
}
else if (response.readyState === 0) {
if (ajaxLoad.retries < 0) {
if(!navigator.onLine) {
errorMsg = "Unable to connect. There is no network!";
logError(errorMsg);
}
else {
errorMsg = "Unable to connect. If you are behind a firewall or using any script blocking extension (like Privacy Badger). Please ensure your browser can load boxoffice.hasgeek.com, api.razorpay.com and checkout.razorpay.com .";
logError(errorMsg);
}
} else {
setTimeout(function() {
$.get(ajaxLoad);
}, ajaxLoad.retryInterval);
}
}
}
});
var logError = function (errorMsg) {
$('#boxoffice-widget p').html(errorMsg);
Raven.captureMessage(errorMsg, {
level: 'error',
logger: 'boxoffice'
});
Kilter.sendGA('error', 'boxoffice load error', errorMsg);
loadBlog();
loadProposals();
initLeaflets();
}
var loadBlog = function () {
var url = "https://blog.kilter.in/feed/"
var blog = [];
if (url) {
feednami.setPublicApiKey('27e9bf43bffd7b67277ff3639b85da428fac21bb4997f1964d4234c237c5e993');
feednami.load(url).then(function(feed) {
//Copy only six blog entries
var entries = feed.entries.slice(0, 6);
for(var index in entries) {
entry = entries[index];
//Remove img and iframe
var description = entry.description.replace(/<img[^>]*>/g,"");
description = description.replace(/<iframe[^>]*>/g,"");
blog.push({"title": entry.title, "author":entry.author, "description": description, "link": entry.link})
}
Kilter.parseJson(blog, '#entries-wrapper', '#entries', 'blog');
});
}
};
var loadProposals = function () {
var proposals_url = "" + 'json';
// If funnel-proposals divs is present on the page, then make the ajax call.
if(($('#funnel-proposals').length) && proposals_url) {
$.ajax({
type: 'GET',
dataType: 'jsonp',
url: proposals_url,
success: function(data) {
Kilter.parseProposalJson(data);
}
});//eof ajax call
}
// For conference and workshop schedule
var funnelurl = "" + "schedule/json";
//If schedule divs are present on the page, then make the ajax call.
if(($('#conferenceschedule').length) || ($('#workshopschedule').length)) {
$.ajax({
type: 'GET',
dataType: 'jsonp',
url: funnelurl,
success: function(data) {
Kilter.parseScheduleJson(data, 'conference', '#conferenceschedule');
}
});//eof ajax call
}
};
});
</script>
</body>
</html>