Add modal for GONG charte
This commit is contained in:
+17
@@ -21,6 +21,7 @@
|
||||
<img src="./img/gong.png">
|
||||
</figure>
|
||||
<p class="subtitle is-uppercase mb-6"><q>La résistance à l'oppression est un droit naturel</q> L. DELGRES</p>
|
||||
<h1 class="title is-3"><a class="js-modal-trigger" data-target="modal-js-example">LA CHARTE DU GONG - Juin 1963</a></h1>
|
||||
</div>
|
||||
</section>
|
||||
<hr>
|
||||
@@ -41,5 +42,21 @@
|
||||
{{/data}}
|
||||
</script>
|
||||
</div>
|
||||
<div id="modal-js-example" class="modal">
|
||||
<div class="modal-background"></div>
|
||||
<div class="modal-card">
|
||||
<header class="modal-card-head">
|
||||
<p class="modal-card-title has-text-centered">LA CHARTE DU GONG - Juin 1963</p>
|
||||
<button class="delete" aria-label="close"></button>
|
||||
</header>
|
||||
<section class="modal-card-body has-text-justified">
|
||||
|
||||
</section>
|
||||
<footer class="modal-card-foot">
|
||||
<button class="button">Fermer</button>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
<script src="./js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user