From 1f7e7bb3435490e29ff986fb46257a65adb86308 Mon Sep 17 00:00:00 2001 From: AlexandreGuyonnetWCS Date: Mon, 28 Mar 2022 10:23:47 +0200 Subject: [PATCH 1/2] add loader not ok --- assets/loader.css | 45 +++++++++++++++++++++++++++++++++++++++++ docs/assets/.DS_Store | Bin 0 -> 6148 bytes docs/assets/loader.css | 45 +++++++++++++++++++++++++++++++++++++++++ loader.php | 22 ++++++++++++++++++++ 4 files changed, 112 insertions(+) create mode 100644 assets/loader.css create mode 100644 docs/assets/.DS_Store create mode 100644 docs/assets/loader.css create mode 100644 loader.php diff --git a/assets/loader.css b/assets/loader.css new file mode 100644 index 0000000..ddb83ba --- /dev/null +++ b/assets/loader.css @@ -0,0 +1,45 @@ +@import url('https://fonts.googleapis.com/css2?family=Poller+One&display=swap'); + +@mixin position-center($text-align: center) { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + margin: auto; + text-align: $text-align; +} + +.loading { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: #000; + z-index: 9999; +} + +.loading-text { + @include position-center; + width: 100%; + height: 100px; + line-height: 100px; + span { + display:inline-block; + margin: 0 5px; + color: red; + font-family: Poller one, sans-serif; + @for $i from 0 through 17 { + &:nth-child(#{$i + 1}) { + filter: blur(0px); + animation: blur-text 1.5s (#{$i/5})+s infinite linear alternate; + } + } + } + + +@keyframes blur-text { + 0% {filter: blur(0px);} + 100% {filter: blur(4px);} +} diff --git a/docs/assets/.DS_Store b/docs/assets/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..e8f749961e8a63b9b4dfdc20cbc3624b4b7cc14f GIT binary patch literal 6148 zcmeHK%}T>S5Z-NTyQK&@D0*D*TClcN5HBIt7cim+m735}gK4%jsXdfJuKGg0iO=KA z?&c6I9!2a7?0&QJvzz%K`@(lz z&bytq?Dx*r>!#R0I=;9bzQof+y%`=kP_AXyVgc`A`0mEmOzviU5mLv@PKfW z3TRTfePVEv4t8ndT#LCulg_wa8RoGo7mpXNR|mV);f%WmsV4@AfieSCGj#C$zk*+8 z<0HSELL*{;82D!l@Y=v1cuWG0~VBiav@=MSF literal 0 HcmV?d00001 diff --git a/docs/assets/loader.css b/docs/assets/loader.css new file mode 100644 index 0000000..499ad7e --- /dev/null +++ b/docs/assets/loader.css @@ -0,0 +1,45 @@ +@import url('https://fonts.googleapis.com/css2?family=Poller+One&display=swap'); + +@mixin position-center($text-align: center) { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + margin: auto; + text-align: $text-align; +} + +.loading { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: #000; + z-index: 9999; +} + +.loading-text { + @include position-center; + width: 100%; + height: 100px; + line-height: 100px; + span { + display:inline-block; + margin: 0 5px; + color: red; + font-family: Poller one, sans-serif; + @for $i from 0 through 17 { + &:nth-child(#{$i + 1}) { + filter: blur(0px); + animation: blur-text 1.5s (#{$i/5})+s infinite linear alternate; + } + } + } + + +@keyframes blur-text { + 0% {filter: blur(0px);} + 100% {filter: blur(4px);} +} diff --git a/loader.php b/loader.php new file mode 100644 index 0000000..ed9675f --- /dev/null +++ b/loader.php @@ -0,0 +1,22 @@ +
+
+ L + O + A + D + I + N + G + + D + A + R + K + + S + I + Z + E + +
+
\ No newline at end of file From 3aa4d12038ae2cd9a5247cf6dec2092d811bb65f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Morin?= Date: Thu, 31 Mar 2022 15:08:21 +0200 Subject: [PATCH 2/2] fix legal notice for github pages --- _footer.php | 2 +- _legal.php | 21 ------------------ assets/legal.css | 14 ++++++------ bin/script.php | 2 +- docs/_legal.html | 21 ------------------ docs/assets/background.css | 8 +++++-- docs/assets/contact.css | 7 +++--- docs/assets/homepage.css | 13 +++++++++++ docs/assets/legal.css | 14 ++++++------ docs/assets/loader.css | 2 +- docs/index.html | 44 +++++++++++++++++++------------------- docs/legal.html | 37 ++++++++++++++++++++++++++++++++ legal.php | 28 ++++++++++++++++++++++++ 13 files changed, 126 insertions(+), 87 deletions(-) delete mode 100644 _legal.php delete mode 100644 docs/_legal.html create mode 100644 docs/legal.html create mode 100644 legal.php diff --git a/_footer.php b/_footer.php index 452c4f7..7cb1324 100644 --- a/_footer.php +++ b/_footer.php @@ -3,7 +3,7 @@