From 84734895b7c32afc988941846b2655277a0d405f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Wed, 13 Mar 2024 19:37:09 +0100 Subject: [PATCH] Add orientation & strategie --- css/main.css | 23 +++ index.html | 385 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 405 insertions(+), 3 deletions(-) create mode 100644 css/main.css diff --git a/css/main.css b/css/main.css new file mode 100644 index 0000000..3fdeb5f --- /dev/null +++ b/css/main.css @@ -0,0 +1,23 @@ +.charte-modal { + color: #07892f; + transition: color 0.3s ease; +} + +.charte-modal:hover { + color: #46b10d; +} + +.footer { + position: fixed; + bottom: 0; + width: 100%; +} + +.orientation-modal { + color: #da131a; + transition: color 0.3s ease; +} + +.orientation-modal:hover { + color: #880005; +} diff --git a/index.html b/index.html index 4ae81ef..76a9f39 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,7 @@ + GONG - Groupe d'Organisation Nationale de la Guadeloupe @@ -20,8 +21,9 @@
-

La résistance à l'oppression est un droit naturel L. DELGRES

-

LA CHARTE DU GONG

+

La résistance à l'oppression est un droit naturel L. DELGRES

+

LA CHARTE DU GONG

+

ORIENTATION ET STRATEGIE DE LA LUTTE REVOLUTIONNAIRE DU PEUPLE GUADELOUPEEN


@@ -42,7 +44,7 @@ {{/data}} -