-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
518 lines (461 loc) · 26.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="A two-day conference by AZUG, the Belgium Microsoft Azure User Group">
<meta name="author" content="AZUG - Belgium Microsoft Azure User Group">
<title>CloudBrew - The best two-day Azure conference in Europe</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css" />
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet" type="text/css" />
<!-- Custom styles for this template -->
<link href="css/cloudbrew.min.css" rel="stylesheet" />
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="img/favicon/apple-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="60x60" href="img/favicon/apple-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="img/favicon/apple-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="img/favicon/apple-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="img/favicon/apple-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="img/favicon/apple-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-icon-180x180.png" />
<link rel="icon" type="image/png" sizes="192x192" href="img/favicon/android-icon-192x192.png" />
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="img/favicon/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png" />
<link rel="manifest" href="img/favicon/manifest.json" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="img/favicon/ms-icon-144x144.png" />
<meta name="theme-color" content="#ffffff" />
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg bg-secondary fixed-top text-uppercase" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top"><img src="img/logo.png" /></a>
<button class="navbar-toggler navbar-toggler-right text-uppercase bg-primary text-white rounded" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#about">About</a>
</li>
<!--<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#cfp">Call for Papers</a>
</li>-->
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#agenda">Agenda</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#speakers">Speakers</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#location">Location</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#partners">Partners</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#registration">Registration</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead bg-primary text-center">
<div class="container"><br />
<img class="img-fluid mb-5 d-block mx-auto" src="img/logo.svg" alt="CloudBrew" width="256" />
<h1 class="text-uppercase mb-0">CloudBrew 2024</h1>
<h3 class="font-weight-light mb-0">The best two-day Azure conference in Europe!</h3>
<h6 class="font-weight-light mb-0">Organized by AZUG, the Belgium Microsoft Azure User Group</h6>
<br/>
<h3 class="font-weight-light mb-0">Thursday, December 12, 2024 - Friday, December 13, 2024</h3>
<hr class="dark mb-5">
<p style="margin-top: -25px;"><a href="CloudBrew2024.ics" style="color: black;">(here's an ICS file if you want to add it to your calendar)</a></p>
<!--<p style="color: black; font-size: 18px;">
<strong>Save the dates! <a href="https://www.azug.be/#newsletter">Join our newsletter</a> if you want to be notified about CloudBrew.</strong>
</p>-->
<!--<p style="color: black; font-size: 18px;">
<strong>Call for Papers will open soon. Stay tuned!</strong>
</p>-->
<!--<a class="btn btn-primary btn-xl" href="#cfp">
<i class="fas fa-thumbs-up mr-2"></i>
Submit a session in our Call for Papers!
</a>-->
<!--<p>
<a href="https://www.azug.be/#newsletter">Join our newsletter</a> if you want to be notified about CloudBrew.
</p>-->
<a class="btn btn-primary btn-xl" href="#registration">
<i class="fas fa-thumbs-up mr-2"></i>
Register now!
</a>
<!--<p><a href="https://twitter.com/intent/tweet?button_hashtag=CloudBrew&ref_src=twsrc%5Etfw" class="twitter-hashtag-button" data-show-count="false">Tweet #CloudBrew</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></p>-->
</div>
</header>
<!-- About Section -->
<section class="mb-0 bg-light" id="about">
<div class="container">
<h2 class="text-center text-uppercase">About CloudBrew</h2>
<hr class="star-dark mb-5">
<p class="text-center lead">CloudBrew started in 2013 as a small-scale event focused on cloud technologies and Microsoft Azure.</p>
<div class="row text-center">
<div class="col-md-3">
<h4 class="text-uppercase mb-3">
<i class="fa fa-cloud fa-4x" aria-hidden="true"></i><br /><br />
Microsoft Azure
</h4>
<p class="lead mb-0">
Two full days of Microsoft Azure, with several tracks to choose from! We will have some local and international speakers
who will share their knowledge and experience.
</p>
</div>
<div class="col-md-3">
<h4 class="text-uppercase mb-3">
<i class="fa fa-utensils fa-4x" aria-hidden="true"></i><br /><br />
Great lunch
</h4>
<p class="lead mb-0">
The event takes place <a href="http://lamot-mechelen.be/">in a former brewery</a>.
A lunch buffet will take care of our inner selves. After all, brains that learn need energy!
</p>
</div>
<div class="col-md-3">
<h4 class="text-uppercase mb-3">
<i class="fa fa-compress fa-4x" aria-hidden="true"></i><br /><br />
Small scale
</h4>
<p class="lead mb-0">
We try to balance the size of CloudBrew to give the event a more intimate feeling,
where everyone is approachable - attendees and speakers.
Two days of learning that are really worth everyone's valuable time.
</p>
</div>
<div class="col-md-3">
<h4 class="text-uppercase mb-3">
<i class="fa fa-users fa-4x" aria-hidden="true"></i><br /><br />
Community
</h4>
<p class="lead mb-0">
Organized by <a href="https://www.azug.be">AZUG</a>, the Belgium Microsoft Azure User Group,
CloudBrew originates from the community. Both you and our speakers are part of it.
Ideal to network with peers!
</p>
</div>
</div>
</div>
</section>
<!-- CfP Section -->
<!--<section class="bg-primary mb-0" id="cfp">
<div class="container">
<h2 class="text-center text-white text-uppercase">Call for Papers</h2>
<hr class="star-light mb-5">
<div class="row text-center text-white">
<div class="col-md-2 col-lg-2"></div>
<div class="col-md-8 col-lg-8">
<p class="lead">Give us your best sessions! Topics related to Microsoft Azure, AI, IoT, big data, architecture, scalability, distributed systems, security, project experiences, ... are very much welcomed. Anything you are passionate about in these areas could have its place at CloudBrew! Make sure to submit more than one session! (2-3 is preferred)</p>
<p>Note we have a limited budget and will probably only accept speakers from nearby (Belgium and Europe). If you would like to bring your partner, we can not cover travel but we can cover hotel.</p>
<p>We expect to confirm sessions by July 2024.</p>
<a class="btn btn-xl btn-light" href="https://sessionize.com/cloudbrew-2024/">
<i class="fas fa-paper-plane mr-2"></i>
Submit a session for CloudBrew!
</a>
<br /><br />
<a href="https://sessionize.com/" style="color: #eee;"><strong>Call for Papers</strong> powered by <strong style="color: #1AB394;">Sessionize.com</strong></a>
</div>
</div>
</div>
</section>-->
<!-- Agenda Section -->
<section class="bg-secondary mb-0" id="agenda">
<div class="container">
<h2 class="text-center text-white text-uppercase">Agenda</h2>
<hr class="star-light mb-5">
<!--<p class="text-center"><img src="img/plan-lamot.png" /></p>-->
<p class="text-center text-white lead">Click on any session to see more details.</p>
<!--<p class="text-center text-white">Tip: install the <a href="https://cloudbrew-2024.sessionize.com/">CloudBrew App</a> and always have the agenda at hand.</p>-->
<script type="text/javascript" src="https://sessionize.com/api/v2/1xka2g8p/view/GridSmart"></script>
</div>
</section>
<!-- Speakers Section -->
<section class="bg-primary mb-0" id="speakers">
<div class="container">
<h2 class="text-center text-white text-uppercase">Speakers</h2>
<hr class="star-light mb-5">
<p class="text-center text-white lead">Click on any speaker to see more details.</p>
<script type="text/javascript" src="https://sessionize.com/api/v2/1xka2g8p/view/SpeakerWall"></script>
</div>
</section>
<!-- Location Section -->
<section class="bg-secondary mb-0" id="location">
<div class="container">
<h2 class="text-center text-white text-uppercase">Location</h2>
<hr class="star-light mb-5">
<p class="text-center text-white">CloudBrew takes place at <a href="https://lamot-mechelen.be/">Lamot</a>, Van Beethovenstraat 8-10, 2800 Mechelen (Belgium)</p>
<p class="text-center text-white">The heart of <a href="https://www.mechelen.be/autoluw">Mechelen is a car-free zone</a>. We encourage our visitors to use public transport. Mechelen has a direct connection by train from most other cities in Belgium.</p>
<p class="text-center text-white">If you choose to come by car, you can use the relatively inexpensive peripheral car parks "Zandpoortvest" or "Douaneplein". These car parks are all within walking distance (1.2 – 1.6km) of Lamot. Q-Park Lamot and Indigo parkings are closer by the venue.</p>
<p class="text-center text-white lead">Check <a href="https://lamot-mechelen.be/en/#accessibility-section">Lamot's website</a> for up-to-date parking and public transportation options. More parkings in Mechelen can be found on the <a href="https://toerisme.mechelen.be/parkeren-in-mechelen">Toerisme Mechelen</a> website.</p>
<iframe width="100%" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=Lamot,Van%20Beethovenstraat%208,%202800%20Mechelen,%20Belgium&ie=UTF8&z=12&t=m&iwloc=addr&output=embed"></iframe>
</div>
</section>
<!-- Partners Section -->
<section class="mb-0" id="partners">
<div class="container">
<h2 class="text-center text-uppercase">Partners for 2024</h2>
<hr class="star-dark mb-5">
<p class="text-center lead">CloudBrew would not be possible without our partners. Thanks!</p>
<div class="text-center">
<hr /><h3>Platinum partners</h3>
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-4">
<a href="https://www.ae.be/"><img src="img/sponsors/logo-ae.jpg" class="sponsor-platinum" /></a>
</div>
<div class="col-12 col-md-4">
<a href="https://www.axxes.com/"><img src="img/sponsors/logo-axxes.jpg" class="sponsor-platinum" /></a>
</div>
<div class="col-12 col-md-4">
<a href="https://www.arxus.eu/"><img src="img/sponsors/logo-arxus.png" class="sponsor-platinum" /></a>
</div>
<div class="col-12 col-md-4">
<a href="https://www.codit.eu/"><img src="img/sponsors/logo-codit.png" class="sponsor-platinum" /></a>
</div>
<div class="col-12 col-md-4">
<a href="https://www.delaware.pro/"><img src="img/sponsors/logo-delaware.png" class="sponsor-platinum" /></a>
</div>
<div class="col-12 col-md-4">
<a href="https://www.dexmach.com/"><img src="img/sponsors/dexmach-logo.png" class="sponsor-platinum" /></a>
</div>
<div class="col-12 col-md-4">
<a href="https://www.kenze.be/"><img src="img/sponsors/logo-kenze.png" class="sponsor-platinum" /></a>
</div>
<div class="col-12 col-md-4">
<a href="https://www.microsoft.be/"><img src="img/sponsors/logo-microsoft.jpg" class="sponsor-platinum" /></a>
</div>
<div class="col-12 col-md-4">
<a href="https://www.realdolmen.com/"><img src="img/sponsors/logo-inetum.png" class="sponsor-platinum" /></a>
</div>
<div class="col-12 col-md-4">
<a href="https://www.soprasteria.be/"><img src="img/sponsors/logo-soprasteria.png" class="sponsor-platinum" /></a>
</div>
<div class="col-12 col-md-4">
<a href="https://www.zure.com/"><img src="img/sponsors/logo-zure.png" class="sponsor-platinum" /></a>
</div>
</div>
</div>
<!--<a href="https://www.ae.be/"><img src="img/sponsors/logo-ae.jpg" class="sponsor-platinum" /></a>
<a href="https://www.axxes.com/"><img src="img/sponsors/logo-axxes.jpg" class="sponsor-platinum" /></a><br/>
<a href="https://www.arxus.eu/"><img src="img/sponsors/logo-arxus.png" class="sponsor-platinum" /></a>
<a href="https://www.codit.eu/"><img src="img/sponsors/logo-codit.png" class="sponsor-platinum" /></a><br/>
<a href="https://www.delaware.pro/"><img src="img/sponsors/logo-delaware.png" class="sponsor-platinum" /></a>
<a href="https://www.devoteam.be/"><img src="img/sponsors/logo-devoteam.png" class="sponsor-platinum" /></a><br/>
<a href="https://www.dexmach.com/"><img src="img/sponsors/dexmach-logo.png" class="sponsor-platinum" /></a>
<a href="https://www.microsoft.be/"><img src="img/sponsors/logo-microsoft.jpg" class="sponsor-platinum" /></a><br/>
<a href="https://www.proximus.be/"><img src="img/sponsors/logo-proximus.png" class="sponsor-platinum" /></a>
<a href="https://www.ae.be/"><img src="img/sponsors/logo-ae.jpg" class="sponsor-platinum" /></a>
<a href="https://www.arxus.eu/"><img src="img/sponsors/logo-arxus.png" class="sponsor-platinum" /></a>
<a href="https://www.delaware.pro/"><img src="img/sponsors/logo-delaware.png" class="sponsor-platinum" /></a>
<br />
<a href="https://www.devoteam.be/"><img src="img/sponsors/logo-devoteam.png" class="sponsor-platinum" /></a>
<br />
<a href="https://www.ordina.be/"><img src="img/sponsors/logo-ordina.png" class="sponsor-platinum" /></a>
<a href="https://www.proximus.be/"><img src="img/sponsors/logo-proximus.png" class="sponsor-platinum" /></a>
<br />
<a href="https://www.zure.com/"><img src="img/sponsors/logo-zure.png" class="sponsor-platinum" /></a>-->
<hr /><h3>Gold partners</h3>
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-3">
<a href="https://acagroup.be/"><img src="img/sponsors/logo-acagroup.png" class="sponsor-gold" /></a>
</div>
<div class="col-12 col-md-3">
<a href="https://noest.be/"><img src="img/sponsors/logo-noest.png" class="sponsor-gold" /></a>
</div>
</div>
</div>
<!-- <a href="https://www.45degrees.be/"><img src="img/sponsors/logo-45degrees.png" class="sponsor-gold" /></a>
<a href="https://www.aims.ai/"><img src="img/sponsors/logo-aims.png" class="sponsor-gold" /></a>
<br />
<a href="https://www.dexmach.com/"><img src="img/sponsors/dexmach-logo.png" class="sponsor-gold" /></a>-->
<hr /><h3>Silver partners</h3>
<div class="container">
<div class="row justify-content-center">
<div class="col-6 col-md-2">
<a href="https://www.allphi.eu/"><img src="img/sponsors/logo-allphi.png" class="sponsor-silver" /></a>
</div>
<div class="col-6 col-md-2">
<a href="https://integration.team/"><img src="img/sponsors/logo-integrationteam.png" class="sponsor-silver" /></a>
</div>
<div class="col-6 col-md-2">
<a href="https://www.jetbrains.com/"><img src="img/sponsors/logo-jetbrains.jpg" class="sponsor-silver" /></a>
</div>
<div class="col-6 col-md-2">
<a href="https://www.u2u.be/"><img src="img/sponsors/logo-u2u.png" class="sponsor-silver" /></a>
</div>
</div>
</div>
<!-- note: 4 columns -->
<!--<a href="https://www.axi.be/"><img src="img/sponsors/logo-axi.png" class="sponsor-silver" /></a>
<a href="https://www.be.capgemini.com/"><img src="img/sponsors/logo-capgemini.jpg" class="sponsor-silver" /></a>
<a href="https://www.jetbrains.com/"><img src="img/sponsors/logo-jetbrains.jpg" class="sponsor-silver" /></a>
<a href="https://www.xylos.be/"><img src="img/sponsors/logo-xylos.jpg" class="sponsor-silver" /></a>
<a href="https://www.dataroots.io/"><img src="img/sponsors/logo-dataroots.png" class="sponsor-silver" /></a> -->
</div>
</div>
</section>
<!-- Registration Section -->
<section class="bg-primary mb-0" id="registration">
<div class="container">
<h2 class="text-center text-white text-uppercase">Registration</h2>
<hr class="star-light mb-5">
<p class="text-center text-white lead">We're looking forward to seeing you at CloudBrew! Join us for 2 days and 4 tracks of Azure content in Europe!</p>
<p class="text-center text-white lead"><small>Ticket sales end December 8, 2024.</small></p>
<div class="bg-white">
<link rel="stylesheet" type="text/css" href="https://pretix.eu/azug/cloudbrew24/widget/v1.css">
<script type="text/javascript" src="https://pretix.eu/widget/v1.en.js" async></script>
<pretix-widget event="https://pretix.eu/azug/cloudbrew24/"></pretix-widget>
<noscript>
<div class="pretix-widget">
<div class="pretix-widget-info-message">
JavaScript is disabled in your browser. To access our ticket shop without JavaScript, please <a target="_blank" rel="noopener" href="https://pretix.eu/azug/cloudbrew24'/">click here</a>.
</div>
</div>
</noscript>
</div>
</div>
</section>
<!-- Team Section -->
<section class="bg-primary mb-0" id="team">
<div class="container">
<h2 class="text-center text-white text-uppercase">Team</h2>
<hr class="star-light mb-5">
<p class="text-center text-white">
<strong class="text-uppercase">The creators of CloudBrew</strong><br/>
Maarten Balliauw, Kris van der Mast, Glenn Colpaert<br/><br/>
<strong class="text-uppercase">Partners</strong><br/>
Kris van der Mast<br/><br/>
<strong class="text-uppercase">Content team</strong><br/>
<em>Developer, architecture, security track</em><br/>
Maarten Balliauw, Kris van der Mast, Yves Goeleven, Mike Martin<br />
<br/>
<em>IT Pro track</em><br/>
Mike Martin, Maarten Balliauw, Glenn Colpaert<br/>
<br/>
<em>Data/ML track</em><br/>
Salma Haidar, Kris van der Mast<br/>
<br/>
<em>AZUG crew</em><br/>
Kris van der Mast, Yves Goeleven, Maarten Balliauw, Salma Haidar, Mike Martin, Glenn Colpaert, Karel De Winter, Kristof Rennen<br/>
<br/>
<a class="text-white strong" href="https://www.azug.be/about">» Meet our team...</a>
</p>
</div>
</section>
<!-- Newsletter Section -->
<section id="newsletter">
<div class="container">
<h2 class="text-center text-uppercase text-secondary mb-0">Stay in Touch</h2>
<hr class="star-dark mb-5">
<p class="text-center lead">
Our user group hosts several evening sessions during the year as well.<br />
Want to <a href="https://www.azug.be">learn more about AZUG</a>? Join our newsletter and we'll keep you posted!
</p>
<div class="row">
<div class="col-lg-8 mx-auto">
<form class="centered" class="validate"
action="https://azug.us2.list-manage.com/subscribe/post?u=47e1708de98684b0f393d63b3&id=9463ee7106"
method="post">
<div class="control-group">
<div class="form-group floating-label-form-group controls mb-0 pb-2">
<label for="EMAIL">E-mail address</label>
<input class="form-control" id="EMAIL" name="EMAIL" type="email" placeholder="E-mail address" required="required" data-validation-required-message="Please enter your e-mail." autocomplete="email">
<p class="help-block text-danger"></p>
</div>
<div class="form-group floating-label-form-group controls mb-0 pb-2">
<label for="FNAME">First name</label>
<input class="form-control" id="FNAME" name="FNAME" type="text" placeholder="First name" required="required" data-validation-required-message="Please enter your first name." autocomplete="given-name">
<p class="help-block text-danger"></p>
</div>
<div class="form-group floating-label-form-group controls mb-0 pb-2">
<label for="LNAME">Last name</label>
<input class="form-control" id="LNAME" name="LNAME" type="text" placeholder="Last name" required="required" data-validation-required-message="Please enter your last name." autocomplete="family-name">
<p class="help-block text-danger"></p>
</div>
</div>
<br>
<div class="form-group">
<button type="submit" class="btn btn-primary btn-xl">Subscribe</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer text-center">
<div class="container">
<div class="row">
<div class="col-md-4">
<h4 class="text-uppercase mb-4">About CloudBrew</h4>
<p class="lead mb-0">CloudBrew is a two-day conference, organized by AZUG, the <a href="https://www.azug.be">Belgium Microsoft Azure User Group</a>.</p>
</div>
<div class="col-md-4 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Around the Web</h4>
<ul class="list-inline mb-0">
<li class="list-inline-item">
<a class="btn btn-outline-light btn-social text-center rounded-circle" href="https://www.facebook.com/pg/AZUGBelgium">
<i class="fab fa-fw fa-facebook-f"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-outline-light btn-social text-center rounded-circle" href="https://www.twitter.com/CloudBrewConf">
<i class="fab fa-fw fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-outline-light btn-social text-center rounded-circle" href="https://www.linkedin.com/company/azug.be/">
<i class="fab fa-fw fa-linkedin-in"></i>
</a>
</li>
</ul>
</div>
<div class="col-md-4 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">About AZUG</h4>
<p class="lead mb-0">The Belgium Azure User Group focuses on knowledge sharing and networking around development and architecture of Microsoft’s Azure cloud platform.</p>
</div>
</div>
</div>
</footer>
<div class="copyright py-4 text-center text-white">
<div class="container">
<small>Copyright © AZUG (BUG - Initiative vzw) - <a href="https://www.azug.be/privacy">Privacy policy</a> - <a href="https://www.azug.be/code-of-conduct">Code of Conduct</a></small>
</div>
</div>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-to-top d-lg-none position-fixed ">
<a class="js-scroll-trigger d-block text-center text-white rounded" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/cloudbrew.min.js"></script>
</body>
</html>