Skip to content

Commit

Permalink
add team meeting popup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jetinho committed Jan 22, 2024
1 parent 93dfbc6 commit 6166270
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 32 deletions.
22 changes: 6 additions & 16 deletions fr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,19 @@
<script src="/includes/navbar-fr.js"></script>

<!-- Notice modal : used for temporary warning about the lab-->
<!-- <div id="noticeModal" class="modal">
<div id="noticeModal" class="modal">
<div class="modal-content">
<h4 class="red-text">Fermeture vacances de Noël :</h4>
<ul class="browser-default">
<li>
Les makers’ labs de <strong>Saint-Étienne et de Paris</strong> fermeront leurs portes du
<strong>22 décembre au soir au 8 janvier à 13h.</strong>
</li>
<li>
Le makers’ lab d’<strong>Écully</strong> quant à lui, fermera ses portes du
<strong>22 décembre au soir au 3 janvier 13h.</strong>
</li>
</ul>
<h4 class="red-text">Fermeture exceptionnelle :</h4>
<p>
Aucune permanence ne sera tenue durant la période de fermeture.
<br />
Bonnes vacances !
Les makers’ labs d'<strong>Ecully, Saint-Étienne et de Paris</strong> seront exceptionnellement fermés le
<strong>mardi 23 janvier.</strong>
</p>
<p>Aucune permanence ne sera tenue ce jour.</p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close btn-flat">OK</a>
</div>
</div> -->
</div>

<div id="index-banner">
<div class="background"></div>
Expand Down
22 changes: 6 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,19 @@
<script src="includes/navbar.js"></script>

<!-- Notice modal : used for temporary warning about the lab-->
<!-- <div id="noticeModal" class="modal">
<div id="noticeModal" class="modal">
<div class="modal-content">
<h4 class="red-text">Christmas vacations closed:</h4>
<ul class="browser-default">
<li>
The makers’ labs in <strong>Saint-Étienne and Paris</strong> will close
<strong>from the evening of December 22 to 1pm on January 8</strong>.
</li>
<li>
The <strong>Écully</strong> makers’ lab will close
<strong>from the evening of December 22 to 1pm on January 3.</strong>
</li>
</ul>
<h4 class="red-text">Exceptional closure:</h4>
<p>
There will be no permanent staff during the closure period.
<br />
Happy vacations !
The makers’ labs in <strong>Ecully, Saint-Étienne and Paris</strong> will be closed on
<strong>January 23</strong>.
</p>
<p>There will be no permanent staff on this day.</p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close btn-flat">OK</a>
</div>
</div> -->
</div>

<div id="index-banner">
<div class="background"></div>
Expand Down

0 comments on commit 6166270

Please sign in to comment.