Use dark theme
This commit is contained in:
+7
-7
@@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="fr">
|
<html lang="fr" class="has-background-dark">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -25,21 +25,21 @@
|
|||||||
<title>GONG - Groupe d'Organisation Nationale de la Guadeloupe</title>
|
<title>GONG - Groupe d'Organisation Nationale de la Guadeloupe</title>
|
||||||
<!-- En hommage à Pierre Sainton (1924 - 2018) -->
|
<!-- En hommage à Pierre Sainton (1924 - 2018) -->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="has-background-dark">
|
||||||
<section class="section">
|
<section>
|
||||||
<div class="container has-text-centered">
|
<div class="container has-text-centered">
|
||||||
<h1 class="title is-1">GONG</h1>
|
<h1 class="title is-1">GONG</h1>
|
||||||
<p class="subtitle has-text-weight-bold">Groupe d'Organisation Nationale de la <strong>Guadeloupe</strong></p>
|
<p class="subtitle has-text-weight-bold has-text-light">Groupe d'Organisation Nationale de la <strong class="has-text-light">Guadeloupe</strong></p>
|
||||||
<figure class="image is-128x128 mx-auto">
|
<figure class="image is-128x128 mx-auto">
|
||||||
<img src="./img/gong.png">
|
<img src="./img/gong.png">
|
||||||
</figure>
|
</figure>
|
||||||
<h1 class="title is-4"><a class="js-modal-trigger charte-modal" data-target="modal-charte">LA CHARTE DU GONG</a></h1>
|
<h1 class="title is-4"><a class="js-modal-trigger charte-modal" data-target="modal-charte">LA CHARTE DU GONG</a></h1>
|
||||||
<h2 class="title is-6"><a class="js-modal-trigger orientation-modal" data-target="modal-orientation">ORIENTATION ET STRATEGIE DE LA LUTTE REVOLUTIONNAIRE DU PEUPLE GUADELOUPEEN</a></h2>
|
<h2 class="title is-6"><a class="js-modal-trigger orientation-modal" data-target="modal-orientation">ORIENTATION ET STRATEGIE DE LA LUTTE REVOLUTIONNAIRE DU PEUPLE GUADELOUPEEN</a></h2>
|
||||||
<p class="subtitle is-6 is-uppercase"><q><i>La résistance à l'oppression est un droit naturel</i></q> L. DELGRES</p>
|
<p class="subtitle is-6 is-uppercase has-text-light"><q><i>La résistance à l'oppression est un droit naturel</i></q> L. DELGRES</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<hr>
|
<hr>
|
||||||
<section>
|
<section class="has-background-dark">
|
||||||
<div class="container is-max-widescreen" id="template" hx-boost hx-ext="client-side-templates">
|
<div class="container is-max-widescreen" id="template" hx-boost hx-ext="client-side-templates">
|
||||||
<div
|
<div
|
||||||
hx-get="http://localhost:1337/api/articles?populate=couverture"
|
hx-get="http://localhost:1337/api/articles?populate=couverture"
|
||||||
@@ -835,7 +835,7 @@
|
|||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<footer class="footer">
|
<footer class="footer has-background-black has-text-white">
|
||||||
<div class="content has-text-centered">
|
<div class="content has-text-centered">
|
||||||
<q>
|
<q>
|
||||||
<i>
|
<i>
|
||||||
|
|||||||
Reference in New Issue
Block a user