Use dark theme
This commit is contained in:
+7
-7
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<html lang="fr" class="has-background-dark">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<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>
|
||||
<!-- En hommage à Pierre Sainton (1924 - 2018) -->
|
||||
</head>
|
||||
<body>
|
||||
<section class="section">
|
||||
<body class="has-background-dark">
|
||||
<section>
|
||||
<div class="container has-text-centered">
|
||||
<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">
|
||||
<img src="./img/gong.png">
|
||||
</figure>
|
||||
<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>
|
||||
<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>
|
||||
</section>
|
||||
<hr>
|
||||
<section>
|
||||
<section class="has-background-dark">
|
||||
<div class="container is-max-widescreen" id="template" hx-boost hx-ext="client-side-templates">
|
||||
<div
|
||||
hx-get="http://localhost:1337/api/articles?populate=couverture"
|
||||
@@ -835,7 +835,7 @@
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="footer">
|
||||
<footer class="footer has-background-black has-text-white">
|
||||
<div class="content has-text-centered">
|
||||
<q>
|
||||
<i>
|
||||
|
||||
Reference in New Issue
Block a user