From 4987734cdea4f4de76b4b86eb39425903bd5298f Mon Sep 17 00:00:00 2001 From: Divlo Date: Sat, 17 Aug 2019 12:32:35 +0200 Subject: [PATCH] Ajout de realDateTime sur le footer + hotfix --- README.md | 2 +- css/style.css | 11 +++++++-- incl/footer.php | 3 ++- index.php | 3 ++- scripts/fonctions.js | 52 ++++++++++++++++------------------------- scripts/main.js | 2 ++ views/function-list.php | 2 ++ 7 files changed, 38 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index f39d7fe..37560c0 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Toutes les informations en détails sur le projet sont disponible sur [function.divlo.fr](https://function.divlo.fr/). -(Projet uniquement en français pour le moment.) +(Projet uniquement en français) [![FunctionProject](https://cloud.divlo.fr/public_files/others/FunctionProject.png)](https://function.divlo.fr/) diff --git a/css/style.css b/css/style.css index 2f3f4d3..99737f6 100644 --- a/css/style.css +++ b/css/style.css @@ -7,7 +7,7 @@ body { background-color: #181818; color:rgba(222, 222, 222, 0.9); font-family: 'Montserrat', 'Arial', sans-serif; - margin: 0 0 125px; /* bottom = footer height */ + margin: 0 0 182px; /* bottom = footer height */ } b { font-weight: bold; @@ -59,7 +59,7 @@ footer position: absolute; left: 0; bottom: 0; - height: 125px; + height: 182px; width: 100%; } .footer-text @@ -79,4 +79,11 @@ footer i footer i:hover { font-size: 30px; +} +.realDateTime { + padding-bottom: 20px; +} +#realDateTime { + font-size: 18px; + font-family: 'Roboto', 'sans-serif'; } \ No newline at end of file diff --git a/incl/footer.php b/incl/footer.php index dae6f46..eea95e3 100644 --- a/incl/footer.php +++ b/incl/footer.php @@ -1,6 +1,7 @@ diff --git a/index.php b/index.php index ad96957..94bb371 100644 --- a/index.php +++ b/index.php @@ -3,6 +3,8 @@ + +