forked from mscraftsman/devcon2017
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
607 lines (577 loc) · 31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<!-- Chrome Touch Icons -->
<meta name="mobile-web-app-capable" content="yes" />
<link rel="manifest" href="/manifest.webmanifest">
<meta name="theme-color" content="#ee0979">
<!-- Apple Touch Icons -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Developers Conference 2017 - Mauritius" />
<link rel="shortcut icon" href="/assets/images/favicon/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" sizes="57x57" href="/assets/images/favicon/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/assets/images/favicon/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/assets/images/favicon/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/assets/images/favicon/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/assets/images/favicon/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/assets/images/favicon/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/assets/images/favicon/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/assets/images/favicon/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/favicon/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/assets/images/favicon/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/assets/images/favicon/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/assets/images/favicon/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/assets/images/favicon/android-chrome-192x192.png" sizes="192x192">
<!-- Windows 8 Tile Icons -->
<meta name="msapplication-square70x70logo" content="/assets/images/favicon/smalltile.png" />
<meta name="msapplication-square150x150logo" content="/assets/images/favicon/mediumtile.png" />
<meta name="msapplication-wide310x150logo" content="/assets/images/favicon/widetile.png" />
<meta name="msapplication-square310x310logo" content="/assets/images/favicon/largetile.png" />
<!-- Pinned Site -->
<meta name="application-name" content="Developers Conference 2017 - Mauritius">
<meta name="msapplication-tooltip" content="The Developers Conference 2017 is a 3-day event going to take place between 30th March and 1st April 2017.">
<title>Developers Conference 2017 - Mauritius</title>
<meta name='description' content="The Developers Conference 2017 is a 3-day event going to take place between 30th March and 1st April 2017. The Mauritius Software Craftsmanship Community (MSCC) is going to organise this event in corporation with local and international sponsors and partners." />
<meta name='keywords' content="devconmru, developers conference mauritius, devcon2017, mscc, user group, community, call for papers, cfp, internet of things, iot" />
<meta name='copyright' content="Copyright Mauritius Software Craftsmanship Community" />
<meta name='language' content="en" />
<meta name='robots' content="index,follow" />
<meta name='summary' content="The Developers Conference 2017 is a 3-day event going to take place between 30th March and 1st April 2017. The Mauritius Software Craftsmanship Community (MSCC) is going to organise this event in corporation with local and international sponsors and partners." />
<meta name='author' content="Mauritius Software Craftsmanship Community" />
<meta name='url' content="https://conference.mscc.mu" />
<meta name='identifier-URL' content="https://conference.mscc.mu" />
<meta name='pagename' content="Developers Conference 2017 - Mauritius" />
<meta name='category' content="" />
<meta name='date' content="" />
<meta itemprop="name" content="Developers Conference 2017 - Mauritius" />
<meta itemprop="description" content="The Developers Conference 2017 is a 3-day event going to take place between 30th March and 1st April 2017. The Mauritius Software Craftsmanship Community (MSCC) is going to organise this event in corporation with local and international sponsors and partners." />
<meta itemprop="image" content="" />
<meta property="og:title" content="Developers Conference 2017 - Mauritius" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://conference.mscc.mu" />
<meta property="og:image" content="/assets/images/og-image.jpg" />
<meta property="og:description" content="The Developers Conference 2017 is a 3-day event going to take place between 30th March and 1st April 2017. The Mauritius Software Craftsmanship Community (MSCC) is going to organise this event in corporation with local and international sponsors and partners." />
<meta property="og:site_name" content="Developers Conference 2017 - Mauritius" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Developers Conference 2017 - Mauritius" />
<meta name="twitter:site" content="@mscraftsman">
<meta name="twitter:creator" content="@mscraftsman">
<meta name="twitter:description" content="The Developers Conference 2017 is a 3-day event going to take place between 30th March and 1st April 2017. The Mauritius Software Craftsmanship Community (MSCC) is going to organise this event in corporation with local and international sponsors and partners." />
<meta name="twitter:image" content="/assets/images/og-image.jpg" />
<link rel="stylesheet" href="/assets/css/main.css">
<script type="application/ld+json">
[
{
"@context": "http://schema.org",
"@type": "Organization",
"url": "https://www.mscc.mu",
"logo": "https://www.mscc.mu/images/logo.png"
},
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "MSCC",
"alternateName": "Mauritius Software Craftsmanship Community",
"url": "http://www.mscc.mu"
},
{
"@context": "http://schema.org",
"@type": "Event",
"name": "Developers Conference 2017",
"description": "The event is a free of charge, community-driven, three-days IT tech conference hosted annually in Mauritius. It’s an event full of business opportunities, professional networking, and attendees can learn about latest software development technologies and methodologies, as well as cloud features and infrastructure.",
"startDate": "2017-03-30T09:00",
"endDate": "2017-04-01T17:30",
"url": "https://conference.mscc.mu",
"image": "https://conference.mscc.mu/assets/images/banner-280-409.png",
"location": {
"@type": "Place",
"sameAs": "http://www.voilahotel.mu/",
"name": "Voila Hotel",
"address": {
"@type": "PostalAddress",
"streetAddress": "Bagatelle Mall of Mauritius",
"addressLocality": "Reduit",
"addressRegion": "MU",
"addressCountry": "Mauritius"
}
},
"eventStatus": "EventScheduled"
}
]
</script>
</head>
<body class="type-homepage">
<header class="header-container" data-id="menu">
<div class="container-fw">
<div class="logo-wrapper">
<a href="/"><img src="/assets/images/logo.svg" alt=""></a>
</div>
<div class="mobile-menu-wrapper">
<button data-id="mobile-menu">
<div class="bars">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</div>
</button>
</div>
<div class="menu-wrapper">
<ul>
<li><a href="/">Home</a></li>
<li><a href="venues.html">Venues</a></li>
<li><a href="sessions.html">Sessions</a></li>
<li><a href="/#sponsors">Sponsors</a></li>
<li><a href="/#speakers">Speakers</a></li>
<li><a href="#attendees.html">Attendees</a></li>
<li><a href="extras.html">Extras</a></li>
<li><a href="mailto:conference@mscc.mu">Contact</a></li>
</ul>
</div>
</div>
</header>
<section class="intro-container">
<div class="gradient-bg"></div>
<div class="intro-free-tag">
<span>Free Entrance</span>
</div>
<div class="container-fw intro-wrapper">
<div class="content-wrapper">
<img src="/assets/images/logo.svg" alt="">
<h1>Developers Conference</h1>
<span class="year-wrapper">2017</span>
</div>
<div class="content-wrapper-footer">
<a href="https://goo.gl/Un2cuj" target="_blank" rel="noopener">Registration is open</a>
<date>30 March - 1 April — Voila Hotel & Flying Dodo, Bagatelle</date>
</div>
</div>
</section>
<section class="section-container">
<div class="container-fw">
<div class="section-title-wrapper">
<small>What's new for 2017</small>
<h2>The biggest tech event in Mauritius</h2>
</div>
<div class="section-content-wrapper">
<div class="description-text-wrapper">
<div class="description-main">
<p>
After the success of previous years the Mauritius Software Craftsmanship Community (MSCC) is organising the third edition of the Developers Conference
in partnership with a number of local and international companies. Although the MSCC was founded back in 2013 it quickly became clear that our tropical island has a certain lack of informational and technical events. During some monthly meetups we spoke about this situation and that it would be very interesting and delightful to organise such an event.
</p>
<p>
Also, our monthly MSCC meetings are usually topic-centered and most amazingly we had solid technical information and good presenters - even though none is a professional trainer - during the last couple of month. The Developers Conference is just the consequent development of this process - our thirst for more information in the world of modern IT.
</p>
<p>
Mauritius has been branded "Cyber Island" in the Indian Ocean... Opinions in those matters vary but with this conference we strive to improve the general attribution of our island. Mauritius has great political stability and economical advantages for foreign investors, and the most precious resource Mauritius has to offer is people's knowledge. The ICT sector in Mauritius is growing since years and maturing as the fourth pillar of our economy. With its geographical position Mauritius is also welcome as a business and knowledge hub between Africa and Asia.
</p>
</div>
<div class="quote-main">
<blockquote>From craftsmen - For craftsmen</blockquote>
</div>
</div>
</div>
</div>
</section>
<section class="section-container dark-bg dark-image no-padding-container">
<div class="container-fw-half">
<div class="left-container-wrapper">
<div class="section-title-wrapper">
<small class="white-title">2016 Recap (Credits: L'Express Maurice)</small>
<h2 class="orange-title">What you can expect to see this year</h2>
</div>
<div class="section-content-wrapper">
<a href="https://youtu.be/6ITHnbYgglo" target="_blank" rel="noopener" class="video-button">View on Youtube</a>
</div>
</div>
<div class="right-container-wrapper">
<iframe width="100%" height="315" src="https://www.youtube.com/embed/6ITHnbYgglo" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</section>
<section class="section-container center-content" id="sponsors">
<div class="container-fw">
<div class="section-title-wrapper">
<small>We're in good company!</small>
<h2>Our sponsors from last year</h2>
</div>
<div class="section-content-wrapper">
<div class="sponsors-container">
<div class="sponsor-wrapper">
<a href="#" rel="noopener"><img src="/assets/images/sponsors/lexpress.jpg" alt=""></a>
</div>
<div class="sponsor-wrapper">
<a href="#" rel="noopener"><img src="/assets/images/sponsors/ictio.png" alt=""></a>
</div>
<div class="sponsor-wrapper">
<a href="#" rel="noopener"><img src="/assets/images/sponsors/Graphics_Temple.jpg" alt=""></a>
</div>
<div class="sponsor-wrapper">
<a href="#" rel="noopener"><img src="/assets/images/sponsors/ios.jpg" alt=""></a>
</div>
<div class="sponsor-wrapper">
<a href="#" rel="noopener"><img src="/assets/images/sponsors/BrandMark_Telerik_Horizontal_Big_Color.png" alt=""></a>
</div>
<div class="sponsor-wrapper">
<a href="#" rel="noopener"><img src="/assets/images/sponsors/jetbrains.png" alt=""></a>
</div>
<div class="sponsor-wrapper">
<a href="#" rel="noopener"><img src="/assets/images/sponsors/redgate_logo_2016.png" alt=""></a>
</div>
<div class="sponsor-wrapper">
<a href="#" rel="noopener"><img src="/assets/images/sponsors/pluralsight-logo-black-500x155-v1.png" alt=""></a>
</div>
<div class="sponsor-wrapper">
<a href="#" rel="noopener"><img src="/assets/images/sponsors/expatblog-logo-flat-vert-web.png" alt=""></a>
</div>
<div class="sponsor-wrapper">
<a href="#" rel="noopener"><img src="/assets/images/sponsors/RossConsultingLogo.png" alt=""></a>
</div>
<div class="sponsor-wrapper">
<a href="#" rel="noopener"><img src="/assets/images/sponsors/Checkout_Large.png" alt=""></a>
</div>
<div class="sponsor-wrapper">
<a href="#" rel="noopener"><img src="/assets/images/sponsors/Esokia_logo_RGB.png" alt=""></a>
</div>
<div class="sponsor-wrapper">
<a href="#" rel="noopener"><img src="/assets/images/sponsors/nVisionIT.png" alt=""></a>
</div>
<div class="sponsor-wrapper">
<a href="#" rel="noopener"><img src="/assets/images/sponsors/Turbine_logo_quad.jpg" alt=""></a>
</div>
<div class="sponsor-wrapper">
<a href="#" rel="noopener"><img src="/assets/images/sponsors/MSFT_logo_rgb_C-Gray.png" alt=""></a>
</div>
<div class="sponsor-wrapper">
<a href="#" rel="noopener"><img src="/assets/images/sponsors/lsldigital.png" alt=""></a>
</div>
<div class="sponsor-wrapper">
<a href="#" rel="noopener"><img src="/assets/images/sponsors/OReillyM_logo_box75(lg)_hex.jpg" alt=""></a>
</div>
<div class="sponsor-wrapper">
<a href="#" rel="noopener"><img src="/assets/images/sponsors/ndepend.png" alt=""></a>
</div>
</div>
<div class="sponsors-become-button-container">
<a href="https://goo.gl/tAOqjW" class="become-button" target="_blank" rel="noopener">Become a Sponsor <i class="ion-chevron-right"></i></a>
</div>
</div>
</div>
</section>
<section class="section-container center-content grey-bg" id="speakers">
<div class="section-title-wrapper">
<small>IT craftsmen speaking this year</small>
<h2>Speakers of 2017</h2>
</div>
<div class="section-content-wrapper">
<div class="speakers-container">
<!--
<div class="speaker-wrapper">
<div class="speaker-photo">
<img src="/assets/images/people/nirvan.jpg" alt="">
</div>
<div class="speaker-details">
<div class="speaker-details-name">
Jochen Kirstatter, IOS
</div>
<div class="speaker-details-work">
Craftsman
</div>
<div class="speaker-social-media">
<a href="#">
<i class="ion-social-twitter"></i>
</a>
</div>
</div>
</div>
<div class="speaker-wrapper">
<div class="speaker-photo">
<img src="/assets/images/people/nirvan.jpg" alt="">
</div>
<div class="speaker-details">
<div class="speaker-details-name">
Jochen Kirstatter, IOS
</div>
<div class="speaker-details-work">
Craftsman
</div>
<div class="speaker-social-media">
<a href="#">
<i class="ion-social-twitter"></i>
</a>
</div>
</div>
</div>
<div class="speaker-wrapper">
<div class="speaker-photo">
<img src="/assets/images/people/nirvan.jpg" alt="">
</div>
<div class="speaker-details">
<div class="speaker-details-name">
Jochen Kirstatter, IOS
</div>
<div class="speaker-details-work">
Craftsman
</div>
<div class="speaker-social-media">
<a href="#">
<i class="ion-social-twitter"></i>
</a>
</div>
</div>
</div>
<div class="speaker-wrapper">
<div class="speaker-photo">
<img src="/assets/images/people/nirvan.jpg" alt="">
</div>
<div class="speaker-details">
<div class="speaker-details-name">
Jochen Kirstatter, IOS
</div>
<div class="speaker-details-work">
Craftsman
</div>
<div class="speaker-social-media">
<a href="#">
<i class="ion-social-twitter"></i>
</a>
</div>
</div>
</div>
<div class="speaker-wrapper">
<div class="speaker-photo">
<img src="/assets/images/people/nirvan.jpg" alt="">
</div>
<div class="speaker-details">
<div class="speaker-details-name">
Jochen Kirstatter, IOS
</div>
<div class="speaker-details-work">
Craftsman
</div>
<div class="speaker-social-media">
<a href="#">
<i class="ion-social-twitter"></i>
</a>
</div>
</div>
</div>
<div class="speaker-wrapper">
<div class="speaker-photo">
<img src="/assets/images/people/nirvan.jpg" alt="">
</div>
<div class="speaker-details">
<div class="speaker-details-name">
Jochen Kirstatter, IOS
</div>
<div class="speaker-details-work">
Craftsman
</div>
<div class="speaker-social-media">
<a href="#">
<i class="ion-social-twitter"></i>
</a>
</div>
</div>
</div>
<div class="speaker-wrapper">
<div class="speaker-photo">
<img src="/assets/images/people/nirvan.jpg" alt="">
</div>
<div class="speaker-details">
<div class="speaker-details-name">
Jochen Kirstatter, IOS
</div>
<div class="speaker-details-work">
Craftsman
</div>
<div class="speaker-social-media">
<a href="#">
<i class="ion-social-twitter"></i>
</a>
</div>
</div>
</div>
<div class="speaker-wrapper">
<div class="speaker-photo">
<img src="/assets/images/people/nirvan.jpg" alt="">
</div>
<div class="speaker-details">
<div class="speaker-details-name">
Jochen Kirstatter, IOS
</div>
<div class="speaker-details-work">
Craftsman
</div>
<div class="speaker-social-media">
<a href="#">
<i class="ion-social-twitter"></i>
</a>
</div>
</div>
-->
</div>
<div class="speakers-become-button-container">
<a href="https://goo.gl/DRGDfe" class="become-button" target="_blank" rel="noopener">Apply as a Speaker <i class="ion-chevron-right"></i></a>
</div>
</div>
</section>
<section class="section-container">
<div class="container-fw">
<div class="left-container-wrapper">
<div class="section-title-wrapper">
<small>2015 & 2016</small>
<h2>Past events</h2>
</div>
<div class="section-content-wrapper">
<div class="past-events-container">
<div class="past-event-wrapper">
<a href="http://2016.mscc.mu/" target="_blank" rel="noopener">
<div class="year-2016"></div>
<div class="year-wrapper">Developers Conference 2016</div>
</a>
</div>
<div class="past-event-wrapper">
<a href="http://2015.mscc.mu/" target="_blank" rel="noopener">
<div class="year-2015"></div>
<div class="year-wrapper">Developers Conference 2015</div>
</a>
</div>
<div class="past-event-wrapper">
<a href="https://www.meetup.com/MauritiusSoftwareCraftsmanshipCommunity/events/226532196/" target="_blank" rel="noopener">
<div class="gwab-2016"></div>
<div class="year-wrapper">Global Azure Bootcamp 2016</div>
</a>
</div>
<div class="past-event-wrapper">
<a href="http://gwabmauritius.azurewebsites.net/" target="_blank" rel="noopener">
<div class="gwab-2015"></div>
<div class="year-wrapper">Global Azure Bootcamp 2015</div>
</a>
</div>
<div class="past-event-wrapper">
<a href="https://www.meetup.com/MauritiusSoftwareCraftsmanshipCommunity/events/233937043/" target="_blank" rel="noopener">
<div class="xamarin-2016"></div>
<div class="year-wrapper">Xamarin Dev Days 2016</div>
</a>
</div>
</div>
</div>
</div>
<div class="right-container-wrapper">
<div class="section-title-wrapper">
<small>Looking for opportunities?</small>
<h2>Jobs</h2>
</div>
<div class="section-content-wrapper">
<div class="jobs-container">
<!--
<div class="job-wrapper">
<div class="title-company-wrapper">
<div class="job-company">Mauritius Software Engineering Company</div>
<div class="job-title">Software Engineer</div>
</div>
<div class="apply-wrapper">
<div class="job-apply"><a href="#" target="_blank" rel="noopener">Apply <i class="ion-chevron-right"></i></a></div>
</div>
</div>
<div class="job-wrapper">
<div class="title-company-wrapper">
<div class="job-company">Mauritius Software Engineering Company</div>
<div class="job-title">Software Engineer</div>
</div>
<div class="apply-wrapper">
<div class="job-apply"><a href="#" target="_blank" rel="noopener">Apply <i class="ion-chevron-right"></i></a></div>
</div>
</div>
<div class="job-wrapper">
<div class="title-company-wrapper">
<div class="job-company">Mauritius Software Engineering Company</div>
<div class="job-title">Software Engineer</div>
</div>
<div class="apply-wrapper">
<div class="job-apply"><a href="#" target="_blank" rel="noopener">Apply <i class="ion-chevron-right"></i></a></div>
</div>
</div>
<div class="job-wrapper">
<div class="title-company-wrapper">
<div class="job-company">Mauritius Software Engineering Company</div>
<div class="job-title">Software Engineer</div>
</div>
<div class="apply-wrapper">
<div class="job-apply"><a href="#" target="_blank" rel="noopener">Apply <i class="ion-chevron-right"></i></a></div>
</div>
</div>
<div class="job-wrapper">
<div class="title-company-wrapper">
<div class="job-company">Mauritius Software Engineering Company</div>
<div class="job-title">Software Engineer</div>
</div>
<div class="apply-wrapper">
<div class="job-apply"><a href="#" target="_blank" rel="noopener">Apply <i class="ion-chevron-right"></i></a></div>
</div>
</div>
-->
<div class="job-wrapper no-jobs">
Currently there are no active job listings. Stay tuned.
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container-fw">
<div class="footer-first-lvl-container">
<img src="/assets/images/logo.svg" alt="">
<div class="mscc-name">Mauritius Software Craftsmanship Community</div>
<div class="social-media-wrapper">
<span itemscope itemtype="http://schema.org/Organization">
<link itemprop="url" href="https://www.mscc.mu">
<a itemprop="sameAs" href="https://www.facebook.com/MauritiusSoftwareCraftsmanshipCommunity/" target="_blank" rel="noopener"><i class="ion-social-facebook"></i></a>
<a itemprop="sameAs" href="https://plus.google.com/109537765013108874281" target="_blank" rel="noopener"><i class="ion-social-googleplus"></i></a>
<a itemprop="sameAs" href="https://twitter.com/mscraftsman" target="_blank" rel="noopener"><i class="ion-social-twitter"></i></a>
<a itemprop="sameAs" href="https://www.linkedin.com/groups/5033639" target="_blank" rel="noopener"><i class="ion-social-linkedin"></i></a>
<a itemprop="sameAs" href="https://github.com/mscraftsman" target="_blank" rel="noopener"><i class="ion-social-github"></i></a>
</span>
</div>
</div>
<div class="footer-second-lvl-container">
<div class="footer-column">
<h3>Quick Links</h3>
<ul>
<li><a href="https://www.meetup.com/MauritiusSoftwareCraftsmanshipCommunity/pages/Code_of_Conduct" target="_blank" rel="noopener">Code of Conduct</a></li>
<li><a href="press.html">Press Material</a></li>
<li><a href="mailto:conference@mscc.mu">Contact Us</a></li>
<li><a href="https://goo.gl/tAOqjW" target="_blank" rel="noopener">Become a Sponsor</a></li>
<li><a href="https://goo.gl/DRGDfe" target="_blank" rel="noopener">Apply as a speaker</a></li>
</ul>
</div>
<div class="footer-column">
<h3>SiteMap</h3>
<ul>
<li><a href="venues.html">Venues</a></li>
<li><a href="sessions.html">Sessions</a></li>
<li><a href="/#sponsors">Sponsors</a></li>
<li><a href="/#speakers">Speakers</a></li>
<li><a href="#attendees.html">Attendees</a></li>
<li><a href="extras.html">Extras</a></li>
</ul>
</div>
<div class="footer-column">
<div class="copyright">
Crafted with <i class="ion-heart"></i> in Mauritius
</div>
</div>
</div>
</div>
</footer>
<script type="text/javascript" src="/assets/js/vendor/jquery-3.1.1.min.js"></script>
<script async type="text/javascript" src="/assets/js/vendor/jquery.fitvids.min.js"></script>
<script async type="text/javascript" src="/assets/js/service-worker-registration.min.js"></script>
<script async type="text/javascript" src="/assets/js/main.js"></script>
</body>
</html>