-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathvenues.html
441 lines (415 loc) · 20.6 KB
/
venues.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<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>Venues / 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="Venues / 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="Venues / Developers Conference 2017 - Mauritius" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://conference.mscc.mu/venues.html" />
<meta property="og:image" content="/assets/images/og-image-venues.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" />
<meta name="twitter:title" content="Venues / Developers Conference 2017 - Mauritius" />
<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/favicon/og-image-venues.jpg" />
<link rel="preload" href="/assets/css/main.css" as="style" onload="this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="/assets/css/main.css"></noscript>
<script>
/*! loadCSS. [c]2017 Filament Group, Inc. MIT License */
!function(a){"use strict";var b=function(b,c,d){function j(a){if(e.body)return a();setTimeout(function(){j(a)})}function l(){f.addEventListener&&f.removeEventListener("load",l),f.media=d||"all"}var g,e=a.document,f=e.createElement("link");if(c)g=c;else{var h=(e.body||e.getElementsByTagName("head")[0]).childNodes;g=h[h.length-1]}var i=e.styleSheets;f.rel="stylesheet",f.href=b,f.media="only x",j(function(){g.parentNode.insertBefore(f,c?g:g.nextSibling)});var k=function(a){for(var b=f.href,c=i.length;c--;)if(i[c].href===b)return a();setTimeout(function(){k(a)})};return f.addEventListener&&f.addEventListener("load",l),f.onloadcssdefined=k,k(l),f};"undefined"!=typeof exports?exports.loadCSS=b:a.loadCSS=b}("undefined"!=typeof global?global:this);
/*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */
!function(a){if(a.loadCSS){var b=loadCSS.relpreload={};if(b.support=function(){try{return a.document.createElement("link").relList.supports("preload")}catch(a){return!1}},b.poly=function(){for(var b=a.document.getElementsByTagName("link"),c=0;c<b.length;c++){var d=b[c];"preload"===d.rel&&"style"===d.getAttribute("as")&&(a.loadCSS(d.href,d,d.getAttribute("media")),d.rel=null)}},!b.support()){b.poly();var c=a.setInterval(b.poly,300);a.addEventListener&&a.addEventListener("load",function(){b.poly(),a.clearInterval(c)}),a.attachEvent&&a.attachEvent("onload",function(){a.clearInterval(c)})}}}(this);
</script>
<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-page">
<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" aria-label="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="jobs.html">Jobs</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="section-container page-heading-container">
<div class="container-fw">
<div class="section-title-wrapper page-heading-wrapper">
<small>Working hard can be fun</small>
<h2>Venues</h2>
</div>
</div>
</section>
<section class="section-container grey-bg no-padding-container">
<div class="container-fw-half no-flex-align">
<div class="left-container-wrapper image-block-venue-first"></div>
<div class="right-container-wrapper padding-block">
<div class="content-wrapper">
<div class="section-title-wrapper">
<small>Conference sessions during the day</small>
<h2>Voila Hotel</h2>
</div>
<div class="section-content-wrapper">
<p>
Voilà Bagatelle Hotel is by Bagatelle, Mall of Mauritius. This Shopping Centre opened on September 2011 and it has quickly become the Indian Ocean’s leading leisure, lifestyle and shopping destination. Our hotel, Voilà Bagatelle is a cornerstone development within this destination, offering business, leisure & shopping guests an “urban lifestyle being one of the good hotels in Mauritius.
</p>
<p>
Our hotel has a concept that offers style, innovation, freshness, simplicity, efficiency, and remarkable affordability amongst Mauritius best hotels. We pledge to offer unsurpassed value to our guests through dedication, innovation and green values.
</p>
<p>
Part of ENL Lifestyle, Voilà Bagatelle is run by a team of seasoned Mauritian tourism professionals. One of Mauritius’ leading business groups, ENL has, through its shareholdings, significant involvement and understanding of the Mauritian Tourism and Hotel industry.
</p>
<p>
Bookings can be done directly with the hotel: Voilà Hotel<br>
Registered attendees will receive a discount code.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="section-container no-padding-container">
<div class="container-fw-half">
<div class="left-container-wrapper padding-block">
<div class="content-wrapper">
<div class="section-title-wrapper">
<small>Recreational time and networking</small>
<h2>Flying Dodo Brewing Company</h2>
</div>
<div class="section-content-wrapper">
<p>
Mauritius first and only craft brewery is the right spot to shake off the intensive brain workouts during the day. Join for some recreational time enjoying good food, exquisite beers and interesting conversations among other attendees and speakers.
</p>
<p>
The company's motto is innovation through passion. Entering Flying Dodo today will help visualise this motto. Flying Dodo Brewing Company opened back in 2012 at Bagatelle and is part of the ICE Ltd group.
</p>
</div>
</div>
</div>
<div class="right-container-wrapper image-block-venue-second"></div>
</div>
</section>
<section class="section-container grey-bg no-padding-container">
<div class="container-fw-half no-flex-align">
<div class="left-container-wrapper no-padding-block">
<div class="map"></div>
</div>
<div class="right-container-wrapper padding-block">
<div class="content-wrapper">
<div class="section-title-wrapper">
<small>Mauritius - Indian Ocean!</small>
<h2>Where are we?</h2>
</div>
<div class="section-content-wrapper">
<p>
Mauritius is an island nation in the Indian Ocean about 2,000 kilometres (1,200 mi) off the southeast coast
of the African continent. The country includes the island of Mauritius, Rodrigues [560 kilometres (350 mi) east],
and the outer islands (Agaléga, St. Brandon and two disputed territories). The islands of Mauritius and Rodrigues
form part of the Mascarene Islands, along with nearby Réunion, a French overseas department.
The area of the country is 2,040 km2. The capital and largest city is Port Louis. <i>(Source: Wikipedia)</i>
</p>
<p>
The Developers Conference will be held at the Mall of Mauritius, Bagatelle, Moka. It is easy accessible via Motorway
M1 and there are plenty of parkings. Several bus lines from and to various directions pass by Bagatelle.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="section-container center-content" id="sponsors">
<div class="container-fw">
<div class="section-title-wrapper">
<small>Your Support is important</small>
<h2>Sponsorship & Partner Opportunities</h2>
</div>
<div class="section-content-wrapper">
<p>There are also openings for event sponsors. We have a wide variety of sponsorship opportunities ranging from the Platinum Level which includes half day boot camps, speaking sessions on the main stage and more, to the Bronze Level which provides branding opportunities and enables organizations to interact with attendees.</p>
<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>
<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">
<a href="https://www.facebook.com/MauritiusSoftwareCraftsmanshipCommunity/" target="_blank" rel="noopener"><i class="ion-social-facebook"></i></a>
<a href="https://plus.google.com/109537765013108874281" target="_blank" rel="noopener"><i class="ion-social-googleplus"></i></a>
<a href="https://twitter.com/mscraftsman" target="_blank" rel="noopener"><i class="ion-social-twitter"></i></a>
<a href="https://www.linkedin.com/groups/5033639" target="_blank" rel="noopener"><i class="ion-social-linkedin"></i></a>
<a href="https://github.com/mscraftsman" target="_blank" rel="noopener"><i class="ion-social-github"></i></a>
</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="jobs.html">Jobs</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>
<!-- Personal auth key -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD6PitgvEJbUlTFwsc0wdvkViUihY0yhm4"></script>
<script type="text/javascript" src="assets/js/vendor/snazzy-info-window.min.js"></script>
<script async type="text/javascript" src="assets/js/main.js"></script>
<script>
$(function() {
var mapStyle =
[
{
"featureType": "administrative",
"elementType": "labels.text.fill",
"stylers": [
{
"color": "#444444"
}
]
},
{
"featureType": "landscape",
"elementType": "all",
"stylers": [
{
"color": "#f2f2f2"
}
]
},
{
"featureType": "poi",
"elementType": "all",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "road",
"elementType": "all",
"stylers": [
{
"saturation": -100
},
{
"lightness": 45
}
]
},
{
"featureType": "road.highway",
"elementType": "all",
"stylers": [
{
"visibility": "simplified"
}
]
},
{
"featureType": "road.highway",
"elementType": "geometry.stroke",
"stylers": [
{
"saturation": "5"
},
{
"color": "#c43232"
}
]
},
{
"featureType": "road.arterial",
"elementType": "labels.icon",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "transit",
"elementType": "all",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "water",
"elementType": "all",
"stylers": [
{
"color": "#bfbfbf"
},
{
"visibility": "on"
}
]
},
{
"featureType": "water",
"elementType": "geometry.fill",
"stylers": [
{
"lightness": "4"
}
]
}
];
var map = new google.maps.Map($('.map')[0], {
zoom: 15,
styles: mapStyle,
center: new google.maps.LatLng(-20.2234308,57.4942285)
});
var marker = new google.maps.Marker({
map: map,
icon: 'https://conference.mscc.mu/assets/images/favicon/mscc-touch-icon-48x48-fg.png',
position: new google.maps.LatLng(-20.2234308,57.4942285)
});
var info = new SnazzyInfoWindow({
marker: marker,
content: '<h1>Voila Hotel</h1>' +
'<h2>Mall of Mauritius</h2>' +
'<p>We are right here! (-20.2234308,57.4942285)</p>',
closeOnMapClick: false
});
info.open();
});
</script>
</body>
</html>