Skip to content

Commit 0ed96af

Browse files
committed
Initial 2024 partners
1 parent 88e1384 commit 0ed96af

File tree

1 file changed

+39
-49
lines changed

1 file changed

+39
-49
lines changed

index.html

+39-49
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@
5757
<li class="nav-item mx-0 mx-lg-1">
5858
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#about">About</a>
5959
</li>
60-
<li class="nav-item mx-0 mx-lg-1">
60+
<!--<li class="nav-item mx-0 mx-lg-1">
6161
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#cfp">Call for Papers</a>
62-
</li>
62+
</li>-->
6363
<!--<li class="nav-item mx-0 mx-lg-1">
6464
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#agenda">Agenda</a>
6565
</li>-->
66-
<!--<li class="nav-item mx-0 mx-lg-1">
66+
<li class="nav-item mx-0 mx-lg-1">
6767
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#speakers">Speakers</a>
68-
</li>-->
68+
</li>
6969
<li class="nav-item mx-0 mx-lg-1">
7070
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#location">Location</a>
7171
</li>
@@ -91,9 +91,9 @@ <h3 class="font-weight-light mb-0">Thursday, December 12, 2024 - Friday, Decembe
9191

9292
<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>
9393

94-
<p style="color: black; font-size: 18px;">
94+
<!--<p style="color: black; font-size: 18px;">
9595
<strong>Save the dates! <a href="https://www.azug.be/#newsletter">Join our newsletter</a> if you want to be notified about CloudBrew.</strong>
96-
</p>
96+
</p>-->
9797

9898
<!--<p style="color: black; font-size: 18px;">
9999
<strong>Call for Papers will open soon. Stay tuned!</strong>
@@ -108,10 +108,10 @@ <h3 class="font-weight-light mb-0">Thursday, December 12, 2024 - Friday, Decembe
108108
<a href="https://www.azug.be/#newsletter">Join our newsletter</a> if you want to be notified about CloudBrew.
109109
</p>-->
110110

111-
<!--<a class="btn btn-primary btn-xl" href="#registration">
111+
<a class="btn btn-primary btn-xl" href="#registration">
112112
<i class="fas fa-thumbs-up mr-2"></i>
113113
Register now!
114-
</a>-->
114+
</a>
115115

116116
<!--<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>-->
117117
</div>
@@ -171,51 +171,51 @@ <h4 class="text-uppercase mb-3">
171171
</section>
172172

173173
<!-- CfP Section -->
174-
<section class="bg-primary mb-0" id="cfp">
175-
<div class="container">
176-
<h2 class="text-center text-white text-uppercase">Call for Papers</h2>
177-
<hr class="star-light mb-5">
178-
<div class="row text-center text-white">
179-
<div class="col-md-2 col-lg-2"></div>
180-
<div class="col-md-8 col-lg-8">
181-
<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>
182-
<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>
183-
<p>We expect to confirm sessions by July 2024.</p>
184-
185-
<a class="btn btn-xl btn-light" href="https://sessionize.com/cloudbrew-2024/">
186-
<i class="fas fa-paper-plane mr-2"></i>
187-
Submit a session for CloudBrew!
188-
</a>
189-
190-
<br /><br />
191-
192-
<a href="https://sessionize.com/" style="color: #eee;"><strong>Call for Papers</strong> powered by <strong style="color: #1AB394;">Sessionize.com</strong></a>
193-
</div>
194-
</div>
195-
</div>
196-
</section>
197-
198-
<!-- Agenda Section -->
174+
<!--<section class="bg-primary mb-0" id="cfp">
175+
<div class="container">
176+
<h2 class="text-center text-white text-uppercase">Call for Papers</h2>
177+
<hr class="star-light mb-5">
178+
<div class="row text-center text-white">
179+
<div class="col-md-2 col-lg-2"></div>
180+
<div class="col-md-8 col-lg-8">
181+
<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>
182+
<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>
183+
<p>We expect to confirm sessions by July 2024.</p>
184+
185+
<a class="btn btn-xl btn-light" href="https://sessionize.com/cloudbrew-2024/">
186+
<i class="fas fa-paper-plane mr-2"></i>
187+
Submit a session for CloudBrew!
188+
</a>
189+
190+
<br /><br />
191+
192+
<a href="https://sessionize.com/" style="color: #eee;"><strong>Call for Papers</strong> powered by <strong style="color: #1AB394;">Sessionize.com</strong></a>
193+
</div>
194+
</div>
195+
</div>
196+
</section>-->
197+
198+
<!-- Agenda Section -->
199199
<!--<section class="bg-secondary mb-0" id="agenda">
200200
<div class="container">
201201
<h2 class="text-center text-white text-uppercase">Agenda</h2>
202202
<hr class="star-light mb-5">
203203
<p class="text-center"><img src="img/plan-lamot.png" /></p>
204204
<p class="text-center text-white lead">Click on any session to see more details.</p>
205-
<p class="text-center text-white">Tip: install the <a href="https://cloudbrew-2022.sessionize.com/">CloudBrew App</a> and always have the agenda at hand.</p>
206-
<script type="text/javascript" src="https://sessionize.com/api/v2/9quddzbe/view/GridSmart"></script>
205+
<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>
206+
<script type="text/javascript" src="https://sessionize.com/api/v2/1xka2g8p/view/GridSmart"></script>
207207
</div>
208208
</section>-->
209209

210210
<!-- Speakers Section -->
211-
<!--<section class="bg-primary mb-0" id="speakers">
211+
<section class="bg-primary mb-0" id="speakers">
212212
<div class="container">
213213
<h2 class="text-center text-white text-uppercase">Speakers</h2>
214214
<hr class="star-light mb-5">
215215
<p class="text-center text-white lead">Click on any speaker to see more details.</p>
216-
<script type="text/javascript" src="https://sessionize.com/api/v2/9quddzbe/view/SpeakerWall"></script>
216+
<script type="text/javascript" src="https://sessionize.com/api/v2/1xka2g8p/view/SpeakerWall"></script>
217217
</div>
218-
</section>-->
218+
</section>
219219

220220
<!-- Location Section -->
221221
<section class="bg-secondary mb-0" id="location">
@@ -369,18 +369,8 @@ <h2 class="text-center text-white text-uppercase">Team</h2>
369369
Maarten Balliauw, Kris van der Mast, Glenn Colpaert<br/><br/>
370370
<strong class="text-uppercase">Partners</strong><br/>
371371
Kris van der Mast<br/><br/>
372-
<strong class="text-uppercase">Content team</strong><br/>
373-
<em>Developer, architecture, security track</em><br/>
374-
Maarten Balliauw, Kris van der Mast, Yves Goeleven, Mike Martin, Glenn Colpaert<br />
375-
<br/>
376-
<em>IT Pro track</em><br/>
377-
Mike Martin, Maarten Balliauw, Glenn Colpaert<br/>
378-
<br/>
379-
<em>Data/ML track</em><br/>
380-
Salma Haidar, Kris van der Mast<br/>
381-
<br/>
382372
<em>AZUG crew</em><br/>
383-
Kris van der Mast, Yves Goeleven, Maarten Balliauw, Salma Haidar, Mike Martin, Glenn Colpaert, Karel De Winter, Jorg Floren, Kristof Rennen<br/>
373+
Kris van der Mast, Yves Goeleven, Maarten Balliauw, Salma Haidar,<br />Mike Martin, Glenn Colpaert, Karel De Winter, Jorg Floren, Kristof Rennen, Tim Schaeps<br/>
384374
<br/>
385375
<a class="text-white strong" href="https://www.azug.be/about">&raquo; Meet our team...</a>
386376
</p>

0 commit comments

Comments
 (0)