forked from cmbhack/cmbhack.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
770 lines (701 loc) · 31.9 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" lang="en">
<head>
<title>cmbHack.js</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name=viewport content="width=device-width, initial-scale=1">
<meta name="description" content="Cmbhack.js brings together enthusiastic Javascript wizards on projects entirely of their own. Cmbhack.js is open to both students and professional developers - in the space of 34 hours">
<meta name="ICBM" content="6.941838, 79.879754" />
<meta name="geo.position" content="6.941838;79.879754" />
<meta name="geo.placename" content="Orion City IT Park, 752, Baseline Rd, Colombo 00900, lk" />
<meta name="geo.region" content="LK" />
<meta name="twitter:card" value="summary" />
<meta name="twitter:site" value="@cmbHack" />
<meta name="twitter:description" content="Cmbhack.js brings together enthusiastic Javascript wizards on projects entirely of their own. Cmbhack.js is open to both students and professional developers - in the space of 34 hours" />
<meta name="twitter:url" content="http://cmbhackjs2013.js.org" />
<meta property="og:site_name" content="cmbHack" />
<meta property="og:url" content="http://cmbhackjs2013.js.org" />
<meta property="og:title" content="Colombo JS Hackathon" />
<meta property="og:type" content="activity" />
<meta property="og:locality" content="Kolamba" />
<meta property="og:country-name" content="lk" />
<meta property="og:latitude" content="6.94" />
<meta property="og:longitude" content="79.87" />
<meta property="og:image" content="http://cmbhack.github.io/cmbHack.js/assets/header.jpg" />
<link rel="stylesheet" href="vendor/foundation/css/foundation.min.css">
<link rel="stylesheet" href="assets/styles.css">
</head>
<body>
<div class="fixed">
<nav class="top-bar" data-topbar>
<ul class="title-area">
<li class="name">
<h1><a href="#header">CMB<br>Hack<br><small>.JS</small></a></h1>
</li>
<li class="toggle-topbar menu-icon"><a href="#">Menu</a></li>
</ul>
<section class="top-bar-section">
<!-- Right Nav Section -->
<ul class="right">
<li class="active register-button"><a target="_blank" href="https://cmbhack-talk.meteor.com/">CMBHack Talk</a></li>
</ul>
<!-- Left Nav Section -->
<ul class="left">
<li><a href="#intro">What is cmbHack.js?</a></li>
<li><a href="#rules">Rules and Guidelines</a></li>
<li><a href="#prizes">Prizes</a></li>
<li><a href="#agenda">Agenda</a></li>
<li><a href="#teams">Winners</a></li>
<li><a href="#about">About</a></li>
</ul>
</section>
</nav>
</div>
<header id="header">
<div class="row">
<div class="title small-12 columns">
<div class="logo">
<a name="header"></a>
<h1><a href="index.html"><img src="assets/logo.png"/></a></h1>
<a href="#teams" class="register-now button">cmbHack.js 2013 Winners</a>
</div>
</div>
<div class="social">
<a href="http://goo.gl/iKgkvp"><i class="fa fa-map-marker"></i></a>
<a href="https://www.facebook.com/cmbjs"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/cmbhack"><i class="fa fa-twitter"></i></a>
<a href="https://twitter.com/search?q=cmbHack&src=typd&f=realtime">#cmbHack</a>
</div>
</div>
</header>
<dl class="tabs" data-tab data-options="deep_linking:true" style="display:none">
<dd class="active"><a href="#homepage">Homepage</a></dd>
<dd><a href="#teams">Winners</a></dd>
<dd><a href="#about">About</a></dd>
<dd><a href="#prizes">Prizes</a></dd>
<dd><a href="#agenda">Agenda</a></dd>
<dd><a href="#register">Register</a></dd>
</dl>
<div class="tabs-content">
<div class="content" id="register">
<div class="row">
<div class="small-12 columns">
<h3>Registration will be open during <a href="http://www.meetup.com/Colombo-JS-Meetup/events/170855072/" title="Colombo JS Meetup">Colombo JS Meetup</a></h3>
</div>
</div>
</div>
<div class="content active" id="homepage">
<div class="row padded">
<div class="small-12 columns">
<h3 id="intro">What is cmbHack.js?</h3>
<blockquote class="lead">Imagine a seething, vibrant group of coders, designers, entrepreneurs frantically sketching out concepts, typing up code, slapping together interfaces. Imagine award-winning ideas being tossed back and forth, juggled, improved and worked upon. Imagine a marathon of the mind. <strong>Welcome to cmbHack.js.</strong></blockquote>
<hr>
</div>
<div class="small-12 large-6 columns">
<h4><i class="fa fa-clock-o"></i> 34 hours to code!</h4>
<p>Cmbhack.js brings together enthusiastic Javascript wizards on projects entirely of their own. Cmbhack.js is open to both students and professional developers - in the space of 34 hours, you will:</p>
<ul>
<li>Pitch your latest and greatest ideas to your fellow participants. You have 30 seconds to grab their attention, so be prepared.<br><br></li>
<li>Meet, recruit and join like-minded Javascript geeks into making that idea a reality, right then and there<br><br></li>
<li>Hack away! Internet, meals and tech support will be provided. The best implementations will be judged and only the best will make it to the top!</li>
</ul>
<h4><i class="fa fa-code"></i> Why Javascript?</h4>
<p>Javascript is everywhere. It’s the tour-de-force of the Internet. It’s also one of the fastest-growing specializations in the tech industry. Show us what you can do. </p>
</div>
<div class="small-12 large-6 columns">
<h4><i class="fa fa-users"></i> Who is it for?</h4>
<ul>
<li>Developers, students and tinkerers who love to code!</li>
<li>UX designers with great CSS / HTML skills</li>
<li>PHP, Python, Ruby developers with JS skills</li>
<li>Android and iOS gurus who believe in JavaScript on the Mobile</li>
</ul>
<h4><i class="fa fa-question-circle"></i> Why should I come?</h4>
<ul>
<li>Because you love to work on great ideas with others</li>
<li>Because you love to code/hack and be around people who are just like you.</li>
<li>Because you will have the opportunity to talk about your ideas and show your work in JS in front of an audience who knows exactly what you are talking about.</li>
</ul>
<h4><i class="fa fa-briefcase"></i> What do I need to bring?</h4>
<ul>
<li>A laptop</li>
<li>An internet dongle is recommended</li>
<li>Pen and paper</li>
<li>A toothbrush for overnight hacking</li>
<li>Bring Rs. 500 for registration</li>
</ul>
<p>Internet access, power, food and drinks are at your disposal. </p>
</div>
<div class="small-12 columns">
<h4><i class="fa fa-shopping-cart"></i> What comes out</h4>
<p>We expect to see some awesome JavaScript in action. Here are some areas you can consider:</p>
<ul>
<li>A single page web application/mobile application built on JS or uses heavy JS</li>
<li>A JS framework that can be used by JS/Web developers</li>
<li>A JS-based mashup of other apps/APIs/tools/services</li>
<li>A server side JS API/package for web developers</li>
<li>Anything awesome that challenges JavaScript as a technology!</li>
</ul>
<p>For inspiration look at <a href="http://badassjs.com/" title="BadassJS">BadassJS</a></p>
</div><!-- /.small-12 -->
</div><!-- /.row -->
<hr>
<div class="row padded">
<div class="small-12 columns">
<div class="panel">
<h3 id="rules">Rules and Guidelines</h3>
<ul>
<li>Don't bring something that's already been built. You have to build something from scratch.</li>
<li>JavaScript must be an integral part of the end solution</li>
<li>Stay within legal limits. Do not misuse the facilities that are provided to you</li>
</ul>
</div>
</div><!-- /.small-12 -->
</div><!-- /.row -->
</div>
<div class="content" id="teams">
<div class="row padded">
<div class="small-12 columns">
<div class="row padded">
<h5 style="font-weight: bold;">OVERALL WINNER</h5>
<div class="small-12 large-6 columns">
<img src="assets/img/slide-2.jpg" alt="slide 2" width="100%" />
<!-- <ul data-orbit>
<li>
<img src="assets/img/slide-1.jpg" alt="slide 1" />
<div class="orbit-caption">
Caption One.
</div>
</li>
<li class="active">
<img src="assets/img/slide-2.jpg" alt="slide 2" />
<div class="orbit-caption">
Caption Two.
</div>
</li>
<li>
<img src="assets/img/slide-3.jpg" alt="slide 3" />
<div class="orbit-caption">
Caption Three.
</div>
</li>
<li>
<img src="assets/img/slide-4.jpg" alt="slide 4" />
<div class="orbit-caption">
Caption Four.
</div>
</li>
</ul> -->
</div>
<div class="small-12 large-6 columns">
<h3>KO Train</h3>
<p>“How many of you travel by train? If you want to travel from point A to B and if the track exists, train’s technically the easiest way. Unfortunately, we have problems.” The KO TRAIN team takes up the stage. “There’s an app by ICTA for all the train schedules, with over 100,000 downloads. The problem is, it’s not updated and nor does it account for delay.</p>
<h4>TEAM MEMBERS</h4>
<ul>
<li>Pahan Sarathchandra</li>
<li>Prashan Fernando</li>
<li>Dilusha Gonagala</li>
<li>Jehan Wijesinghe</li>
<li>Gayan Lorezuhewa</li>
</ul>
</div>
</div>
<hr>
<div class="row padded">
<div class="small-12 large-4 columns">
<h5>RUNNER UP</h5>
<h3>CRUD.js</h3>
<p>Minimal code for CRUD operations on REST with JavaScript simplify CRUD. CRUD.js is an easy to use CRUD framework in JavaScript.</p>
<h4>TEAM MEMBERS</h4>
<ul>
<li>Gayan</li>
<li>Rasika</li>
<li>Milindu</li>
<li>Suresh</li>
<li>Dhammika</li>
<li>Manas</li>
</ul>
</div>
<div class="small-12 large-4 columns">
<h5>PEOPLES CHOICE</h5>
<h3>KO Train</h3>
<p>The railway is one of most convenient public transport method because it saves time apart from being late at times. Generally a train at least one or twice a month gets late without any prior notice. (personal experience) . </p>
<h4>TEAM MEMBERS</h4>
<ul>
<li>Pahan Sarathchandra</li>
<li>Prashan Fernando</li>
<li>Dilusha Gonagala</li>
<li>Jehan Wijesinghe</li>
<li>Gayan Lorezuhewa</li>
</ul>
</div>
<div class="small-12 large-4 columns">
<h5>MOST INNOVATIVE</h5>
<h3>MAPLR</h3>
<p></p>
<h4>TEAM MEMBERS</h4>
<ul>
<li>Prasad Hewage</li>
<li>Manujith Pallewaththa</li>
<li>Mohamed Akram</li>
<li>Lankika Wijewardana</li>
<li>Roshan Karunarathna</li>
</ul>
</div>
</div>
<hr>
<div class="row padded">
</div>
<hr>
</div><!-- /.small-12 -->
</div><!-- /.row -->
</div>
<div class="content" id="prizes">
<div class="row padded">
<div class="small-12 columns">
<h3>Prizes</h3>
<p>We got a fantastic set of gifts available for the winners and few winning categories</p>
</div>
<div class="large-12 columns">
<div class="large-6 large-centered columns">
<ul class="pricing-table">
<li class="title">Overall Winner</li>
<!-- <li class="price">40K</li> -->
<!-- <li class="description">The overall winner of hackathon</li> -->
<li class="bullet-item">1 GitHub Silver</li>
<li class="bullet-item">2 Nodejitsu -one year account</li>
<li class="bullet-item">2 CodeShip 3 months account</li>
<li class="bullet-item">Creately Online + Desktop licenses</li>
</ul>
</div><!-- /.small-12 -->
</div>
<div class="large-12 columns">
<div class="large-4 columns">
<ul class="pricing-table">
<li class="title">Runner up</li>
<!-- <li class="price">20K</li> -->
<!-- <li class="description">The overall winner of hackathon</li> -->
<li class="bullet-item">1 GitHub Bronze</li>
<li class="bullet-item">1 Nodejitsu -one year account</li>
<li class="bullet-item">1 CodeShip 3 months account</li>
<li class="bullet-item">Creately Online + Desktop licenses</li>
</ul>
</div><!-- /.small-12 -->
<div class="large-4 columns">
<ul class="pricing-table">
<li class="title">People's Choice</li>
<!-- <li class="price">20K</li> -->
<!-- <li class="description">The overall winner of hackathon</li> -->
<li class="bullet-item">1 GitHub Bronze</li>
<li class="bullet-item">1 Nodejitsu -one year account</li>
<li class="bullet-item">1 CodeShip 3 months account</li>
<li class="bullet-item">Creately Online + Desktop licenses</li>
</ul>
</div><!-- /.small-12 -->
<div class="large-4 columns">
<ul class="pricing-table">
<li class="title">Most Innovative Project</li>
<!-- <li class="price">20K</li> -->
<!-- <li class="description">The overall winner of hackathon</li> -->
<li class="bullet-item">1 GitHub Bronze</li>
<li class="bullet-item">1 Nodejitsu -one year account</li>
<li class="bullet-item">1 CodeShip 3 months account</li>
<li class="bullet-item">Creately Online + Desktop licenses</li>
</ul>
</div><!-- /.small-12 -->
</div>
</div><!-- /.row -->
</div>
<div class="content" id="agenda">
<div class="row padded">
<div class="large-12 columns">
<table>
<thead>
<tr>
<th width="150">Day</th>
<th width="150">Time</th>
<th width="600"></th>
</tr>
</thead>
<tbody>
<tr>
<td>Saturday</td>
<td>7:30</td>
<td>Registration</td>
</tr>
<tr>
<td></td>
<td>8:00</td>
<td>Introduction and Rules of the Hack</td>
</tr>
<tr>
<td></td>
<td>8:30</td>
<td>Idea Pitching by Participants</td>
</tr>
<tr>
<td></td>
<td>9:00</td>
<td>Voting begins for ideas</td>
</tr>
<tr>
<td></td>
<td>9:15</td>
<td>Voting closes</td>
</tr>
<tr>
<td></td>
<td>9:20</td>
<td>Winning ideas announced | Team selection starts</td>
</tr>
<tr>
<td></td>
<td>9:30</td>
<td>Breakfast snack</td>
</tr>
<tr>
<td></td>
<td>10:00</td>
<td>Talk:- What tools to use - by <a href="https://twitter.com/dulitharw">@dulithrw</a></td>
</tr>
<tr>
<td></td>
<td>10:20</td>
<td>Hacking...</td>
</tr>
<tr>
<td></td>
<td>12:30</td>
<td>Lunch</td>
</tr>
<tr>
<td></td>
<td>15:00</td>
<td>Talk:- What to build - by <a href="https://twitter.com/chandika">@chandika</a></td>
</tr>
<tr>
<td></td>
<td>15:20</td>
<td>Hacking...</td>
</tr>
<tr>
<td></td>
<td>19:30</td>
<td>Dinner</td>
</tr>
<tr>
<td></td>
<td>20:30</td>
<td>Hacking... (Overnight)</td>
</tr>
<tr>
<td>Sunday</td>
<td>9:00</td>
<td>Breakfast</td>
</tr>
<tr>
<td></td>
<td>9:30</td>
<td>Talk:- </td>
</tr>
<tr>
<td></td>
<td>9:50</td>
<td>Introduction to Orion PaaS</td>
</tr>
<tr>
<td></td>
<td>10:00</td>
<td>Hacking...</td>
</tr>
<tr>
<td></td>
<td>12:30</td>
<td>Lunch</td>
</tr>
<tr>
<td></td>
<td>13:30</td>
<td>Hacking...</td>
</tr>
<tr>
<td></td>
<td>17:00</td>
<td>Final Pitch and Demo</td>
</tr>
<tr>
<td></td>
<td>18:30</td>
<td>Twenty20 final begins</td>
</tr>
<tr>
<td></td>
<td>19:00</td>
<td>Snack</td>
</tr>
<tr>
<td></td>
<td>19:30</td>
<td>Winners are announced</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="content" id="about">
<div class="row padded">
<div class="small-12 columns">
<div>
<h3>Why we are organizing cmbHack.js?</h3>
<ul class="no-bullets">
<li>To bring together talented JS geeks and expose their skills to the world</li>
<li>To create, promote and develop synergy and understanding within the local JS community</li>
<li>To help bring out great ideas and projects</li>
</ul>
</div>
<div>
<h3>Our initiatives</h3>
<p>
JavaScript Sri Lanka originally started as the NodeJS Fan Group for Sri Lanka followed by the NodeJS talk presented at the Refresh Colombo by Arunoda Susiripala in 2011. It was just an online group and we used it to share resources and ask questions specifically related to NodeJS.
</p>
<p>Things got dramatically changed in mid 2013 as we started working on the first meetup. A lot of people found our group and got registered on Facebook. Most of them were interested on JavaScript in general, not just NodeJS. So we named the group JavaScript Sri Lanka. </p>
<p>Right now JavaScript Sri Lanka is driven by the community, voluntarily. Most of our discussions are scattered through our Facebook Group, but we also have a sound presence in the Meetup.</p>
<p>We are also hosting a bi-monthly meetup: JavaScript Sri Lanka where we meet and disucss about JavaScript and the related technologies. Our meetup is bit different from others, since we welcome discussions and experimenting new things. CMBHack.JS is the one of such experiments we are proud of.</p>
</div>
<div>
<h3>Sponsors who support us</h3>
<div class="small-12 columns">
<p>
<div class="row">
<div class="large-3 small-12 columns">
<h4>Venue Sponsor</h4>
<a href="http://www.orioncity.com/" title=""><img src="assets/logos/orian.png" /></a>
</div>
<div class="large-9 small-12 columns">
<h4>Sponsors</h4>
<div class="large-3 medium-6 small-12 columns">
<a href="http://creately.com/" title=""><img src="assets/logos/creately.jpg" /></a>
<span class="label gold">Gold Sponsor</span>
</div>
<div class="large-3 medium-6 small-12 columns">
<a href="http://wso2.com/" title=""><img src="assets/logos/wso2.gif" /></a>
<span class="label gold">Gold Sponsor</span>
</div>
<div class="large-3 medium-6 small-12 columns">
<a href="http://www.leapset.com/" title=""><img src="assets/logos/leapset_logo.png" /></a>
<span class="label gold">Gold Sponsor</span>
</div>
<div class="large-3 medium-6 small-12 columns">
<a href="http://www.virtusa.com/" title=""><img src="assets/logos/virtusa-logo.jpg" /></a>
<span class="label silver">Silver Sponsor</span>
</div>
</div>
</div>
</hr>
<div class="row">
<div class="small-12 columns">
<h4>Gift Partners</h4>
<div class="large-3 medium-6 small-12 columns">
<a href="https://github.com/" title=""><img src="assets/logos/github.png" /></a>
</div>
<div class="large-3 medium-6 small-12 columns">
<a href="https://www.discovermeteor.com/" title=""><img src="http://dun4nx4d6jyre.cloudfront.net/assets/discover_meteor.jpg" /></a>
</div>
<div class="large-3 medium-6 small-12 columns">
<a href="https://www.codeship.io/" title=""><img src="assets/logos/codeship.png" /></a>
</div>
<div class="large-3 medium-6 small-12 columns">
<a href="https://www.nodejitsu.com/" title=""><img src="assets/logos/nodejitsu.png" /></a>
</div>
</div>
</div>
</hr>
<div class="row">
<div class="small-12 columns">
<div class="large-6 small-12 columns">
<h4>Media Partner</h4>
<div class="large-6 medium-6 small-12 columns">
<a href="http://readme.lk/" title=""><img src="assets/logos/readmelogo.png" /></a>
</div>
<div class="large-6 medium-6 small-12 columns">
<a href="http://digit.lk/" title=""><img src="assets/logos/digit.png" /></a>
</div>
</div>
<div class="large-6 small-12 columns">
<h4>Wifi Partner</h4>
<div class="large-6 medium-6 small-12 columns">
<a href="http://www.hutch.lk/" title=""><img src="assets/logos/hutch.png" /></a>
</div>
<div class="large-6 medium-6 small-12 columns"></div>
</div>
</div>
</div>
</hr>
<div class="row">
<div class="small-12 columns">
<h4>Event Partner</h4>
<div class="large-3 medium-6 small-12 columns">
<a href="https://www.facebook.com/spiralation" title=""><img src="assets/logos/spiralation.jpg" /></a>
</div>
<div class="large-3 medium-6 small-12 columns"><a href="http://www.slasscom.lk/" title=""><img src="assets/logos/slasscom.png" /></a></div>
<div class="large-3 medium-6 small-12 columns"></div>
<div class="large-3 medium-6 small-12 columns"></div>
</div>
</div>
</p>
</div>
</div>
<div>
<h3>Lovely people who are behind cmbHack.js</h3>
<div class="cmbjs-people row">
<div class="small-12 large-3 columns">
<p>
<img class="round" src="http://graph.facebook.com/arunoda.susiripala/picture?height=200&type=normal&width=200"/>
</hr>
<ul class="vcard">
<li class="fn"><span data-tooltip class="has-tip" title="">Arunoda Susiripala</span></li>
<li class="fn">Number</li>
<li class="number">776448826</li>
<li class="fn">Email</li>
<li class="email">arunoda.susiripala at gmail.com</li>
</ul>
</p>
</div>
<div class="small-12 large-3 columns">
<p>
<img class="round" src="http://graph.facebook.com/mepasindu/picture?height=200&type=normal&width=200"/>
</hr>
<ul class="vcard">
<li class="fn">Pasindu De Silva</li>
<li class="fn">Number</li>
<li class="number">0722545853</li>
<li class="fn">Email</li>
<li class="email">ppasindud at gmail.com</li>
</ul>
</p>
</div>
<div class="small-12 large-3 columns">
<p>
<img class="round" src="http://graph.facebook.com/iamchathu/picture?height=200&type=normal&width=200"/>
</hr>
<ul class="vcard">
<li class="fn">Chathu Vishwajith</li>
<li class="fn">Number</li>
<li class="number">0717963404</li>
<li class="fn">Email</li>
<li class="email"> 4evercreations at gmail.com</li>
</ul>
</p>
</div>
<div class="small-12 large-3 columns">
<p>
<img class="round" src="http://graph.facebook.com/dulitharw/picture?height=200&type=normal&width=200"/>
</hr>
<ul class="vcard">
<li class="fn">Dulitha Wijewantha (Chan)</li>
<li class="fn">Number</li>
<li class="number">0712112165</li>
<li class="fn">Email</li>
<li class="email">dulithaz at gmail.com</li>
</ul>
</p>
</div>
</div>
<div class="cmbjs-people row">
<div class="small-12 large-3 columns">
<p>
<img class="round" src="http://graph.facebook.com/chandika/picture?height=200&type=normal&width=200"/>
</hr>
<ul class="vcard">
<li class="fn"><span data-tooltip class="has-tip" title="">Chandika Jayasundara</span></li>
<li class="fn">Number</li>
<li class="number">773129005</li>
<li class="fn">Email</li>
<li class="email">chandika at cinergix.com</li>
</ul>
</p>
</div>
<div class="small-12 large-3 columns">
<p>
<img class="round" src="http://graph.facebook.com/hiraash/picture?height=200&type=normal&width=200"/>
</hr>
<ul class="vcard">
<li class="fn">Hiraash Thawfeek</li>
<li class="fn">Number</li>
<li class="number">777843958</li>
<li class="fn">Email</li>
<li class="email">hiraash at cinergix.com</li>
</ul>
</p>
</div>
<div class="small-12 large-3 columns">
<p>
<img class="round" src="http://graph.facebook.com/yudhanjaya/picture?height=200&type=normal&width=200"/>
</hr>
<ul class="vcard">
<li class="fn">Yudhanjaya Wijeratne</li>
<li class="fn">Number</li>
<li class="number">0775496911</li>
<li class="fn">Email</li>
<li class="email">yudhanjaya at readme.lk</li>
</ul>
</p>
</div>
<div class="small-12 large-3 columns">
<p>
<img class="round" src="http://graph.facebook.com/mnmthanish/picture?height=200&type=normal&width=200"/>
</hr>
<ul class="vcard">
<li class="fn">Muhammed Thanish</li>
<li class="fn">Number</li>
<li class="number">767846009</li>
<li class="fn">Email</li>
<li class="email">mnmtanish at gmail.com</li>
</ul>
</p>
</div>
</div>
</div>
</div><!-- /.small-12 -->
</div><!-- /.row -->
</div>
</div><!-- /.tabs-content -->
<footer id="footer">
<div class="row padded">
Organized by a bunch of developers from <a href='https://www.facebook.com/groups/cmbjs'>JavaScript Sri Lanka</a>
</div>
</footer>
<!-- Load some extra styles and scripts -->
<script src="vendor/foundation/js/vendor/modernizr.js"></script>
<script src="vendor/foundation/js/vendor/jquery.js"></script>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="vendor/font-awesome/css/font-awesome.min.css">
<script src="vendor/foundation/js/foundation.min.js"></script>
<!-- // <script src="vendor/foundation/js/foundation/foundation.topbar.js"></script>
// <script src="vendor/foundation/js/foundation/foundation.orbit.js"></script>
// <script src="vendor/foundation/js/foundation/foundation.tab.js"></script> -->
<script>
$(document).foundation({
orbit: {
slide_number: false
, timer_speed: 2000
// , next_class: 'hidden'
// , prev_class: 'hidden'
}
});
</script>
<script src="vendor/marked/marked.js"></script>
<script src="assets/scripts.js"></script>
<script>
(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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49391228-1', 'cmbhack.com');
ga('send', 'pageview');
//foo change
</script>
</body>
</html>