|
|
@@ -0,0 +1,200 @@
|
|
|
+<app-menu></app-menu>
|
|
|
+<div id="main">
|
|
|
+<div class="card shadow rounded-bottom-0">
|
|
|
+
|
|
|
+ <p class="fs-4 text-center" style="margin-top:12px;"><span i18n>Planning des conférences et événements</span></p>
|
|
|
+
|
|
|
+ <div class="alert alert-warning text-center" role="alert" style="margin:7px;"><span i18n>Soumis à modifications, merci de consulter cette page régulièrement.</span></div>
|
|
|
+
|
|
|
+ <div class="d-flex flex-wrap justify-content-around">
|
|
|
+
|
|
|
+@if (this.journees.jour1Court) {
|
|
|
+
|
|
|
+ <div class="card shadow" style="width:33rem;">
|
|
|
+ <div class="card-header text-center">
|
|
|
+ <span class="fs-5 card-title"><strong>{{ this.journees.jour1Long }}</strong></span>
|
|
|
+ </div>
|
|
|
+ <div class="card-body">
|
|
|
+
|
|
|
+ <div class="alert alert-dark" role="alert">
|
|
|
+ <p i18n><strong>08h00 : Ouverture officielle</strong></p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-info" role="alert">
|
|
|
+ <p i18n><strong>11h00 - 11h45 : Haiku, enfin majeur ?</strong></p>
|
|
|
+ <p>1ère conférence, proposée par François REVOL (mmu_man).</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-secondary" role="alert">
|
|
|
+ <p i18n><strong>12h00 : Déjeuner</strong></p>
|
|
|
+ <p>Premier service, puis éventuellement un second service.</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-warning" role="alert">
|
|
|
+ <p i18n><strong>14h00 : Annonce Fast Compo</strong></p>
|
|
|
+ <p>Deadline avec les autres compos samedi à 18h<br>Sujet : "NEVER FORGET"</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-info" role="alert">
|
|
|
+ <p i18n><strong>14h30 - 15h15 : Présentation du jeu Wind Edge sur ColecoVision</strong></p>
|
|
|
+ <p>2ème conférence, proposée par Nicolas CAMPION (Nicam)</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-info" role="alert">
|
|
|
+ <p i18n><strong>15h45 - 16h30 : La voix avec Common Voice</strong></p>
|
|
|
+ <p>3ème conférence, proposée par Christophe VILLENEUVE (Hello)</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-info" role="alert">
|
|
|
+ <p i18n><strong>17h00 - 17h45 : Conversion d'images en couleurs étendues sur Amstrad Plus</strong></p>
|
|
|
+ <p>4ème conférence, proposée par Edouard BERGE (Roudoudou)</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-info" role="alert">
|
|
|
+ <p i18n><strong>18h00 - 18h45 : Nom de Zeus ! Le Web a 30 ans !</strong></p>
|
|
|
+ <p>5ème conférence, proposée par Fabien WERNLI (faxmodem)</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-secondary" role="alert">
|
|
|
+ <p i18n><strong>19h30 : Souper</strong></p>
|
|
|
+ <p>Premier service, puis second service.</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-info" role="alert">
|
|
|
+ <p i18n><strong>22h00 : Rétro Quizz Game</strong></p>
|
|
|
+ <p>Animé par cicile.</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+}
|
|
|
+@if (this.journees.jour2Court) {
|
|
|
+
|
|
|
+ <div class="card shadow" style="width:33rem;">
|
|
|
+ <div class="card-header text-center">
|
|
|
+ <span class="fs-5 card-title"><strong>{{ this.journees.jour2Long }}</strong></span>
|
|
|
+ </div>
|
|
|
+ <div class="card-body">
|
|
|
+
|
|
|
+ <div class="alert alert-secondary" role="alert">
|
|
|
+ <p i18n><strong>03h00 - 09h00 : Pause régie</strong></p>
|
|
|
+ <p>Merci d'éteindre votre sono également.</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-secondary" role="alert">
|
|
|
+ <p i18n><strong>06h30 - 10h30 : Petit-déjeuner</strong></p>
|
|
|
+ <p>Service continu.</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-info" role="alert">
|
|
|
+ <p i18n><strong>09h30 - 10h15 : Projet d'épreuve Hacking CTF</strong></p>
|
|
|
+ <p>6ème conférence, proposée par Ölrick LEFEBVRE (Ölrick)</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-info" role="alert">
|
|
|
+ <p i18n><strong>10h45 - 11h30 : MorphOS 3.12</strong></p>
|
|
|
+ <p>7ème conférence, proposée par Mickael PERNOT (Batteman)</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-success" role="alert">
|
|
|
+ <p i18n><strong>11h00 - 12h00 : Assemblée Générale de l'association <a href="http://www.afle.org/" target="_blank">AFLE</a></strong></p>
|
|
|
+ <p>Editrice du bulletin associatif aMiGa=PoWeR.</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-secondary" role="alert">
|
|
|
+ <p i18n><strong>12h00 : Déjeuner</strong></p>
|
|
|
+ <p>Premier service, puis second service.</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-success" role="alert">
|
|
|
+ <p i18n><strong>14h00 - 17h00 : Ouverture au public</strong></p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-info" role="alert">
|
|
|
+ <p i18n><strong>14h30 - 15h15 : Gamedev d'un jeu sur Amstrad+/GX4000</strong></p>
|
|
|
+ <p>8ème conférence, proposée par Richard GATINEAU (TotO).</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-success" role="alert">
|
|
|
+ <p i18n><strong>15h30 - 16h30 : Assemblée Générale de l'association <a href="http://www.warmup-asso.fr/" target="_blank">WArMUp</a></strong></p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-info" role="alert">
|
|
|
+ <p i18n><strong>15h45 - 16h30 : La Vampire</strong></p>
|
|
|
+ <p>9ème conférence, proposée par Stéphane PITTELOUD (Guibrush).</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-info" role="alert">
|
|
|
+ <p i18n><strong>17h00 - 17h45 : AmigaOS 4.1</strong></p>
|
|
|
+ <p>10ème conférence, proposée par Mehdi BOULAHIA (K-L).</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-info" role="alert">
|
|
|
+ <p i18n><strong>17h00 - 17h45 : AmigaOS 4.1</strong></p>
|
|
|
+ <p>10ème conférence, proposée par Mehdi BOULAHIA (K-L).</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-warning" role="alert">
|
|
|
+ <p i18n><strong>18h00 : Deadline générale</strong></p>
|
|
|
+ <p>Pour toutes les compos, Fast incluse.</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-secondary" role="alert">
|
|
|
+ <p i18n><strong>19h30 : Souper</strong></p>
|
|
|
+ <p>Premier service, puis second service.</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-warning" role="alert">
|
|
|
+ <p i18n><strong>23h00 : Demo Show</strong></p>
|
|
|
+ <p>Début des présentations/projections des compos.</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+}
|
|
|
+@if (this.journees.jour3Court) {
|
|
|
+
|
|
|
+ <div class="card shadow" style="width:33rem;">
|
|
|
+ <div class="card-header text-center">
|
|
|
+ <span class="fs-5 card-title"><strong>{{ this.journees.jour3Long }}</strong></span>
|
|
|
+ </div>
|
|
|
+ <div class="card-body">
|
|
|
+
|
|
|
+ <div class="alert alert-secondary" role="alert">
|
|
|
+ <p i18n><strong>03h00 - 09h00 : Pause régie</strong></p>
|
|
|
+ <p>Merci d'éteindre votre sono également.</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-secondary" role="alert">
|
|
|
+ <p i18n><strong>06h30 - 10h30 : Petit-déjeuner</strong></p>
|
|
|
+ <p>Service continu.</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-warning" role="alert">
|
|
|
+ <p i18n><strong>10h00 : Fin des votes</strong></p>
|
|
|
+ <p>Pour toutes les compos.</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-warning" role="alert">
|
|
|
+ <p i18n><strong>11h00 : Remise des lots, puis remerciements</strong></p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-secondary" role="alert">
|
|
|
+ <p i18n><strong>12h00 : Déjeuner</strong></p>
|
|
|
+ <p>Premier service, puis éventuellement second service.</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="alert alert-danger" role="alert">
|
|
|
+ <p i18n><strong>16h00 : Fermeture officielle</strong></p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+</div>
|
|
|
+</div>
|