diff --git a/.env b/.env
new file mode 100644
index 0000000..160aa23
--- /dev/null
+++ b/.env
@@ -0,0 +1,9 @@
+➖➖➖🟩🟩➖🟩🟩
+➖➖🟩🟩🟩🟩🟩🟩🟩
+➖🟩🟩⬜⬛⬜⬜⬛🟩 🌫
+➖🟩🟩🟩🟩🟩🟩🟩 🌪️
+🟩🟩🟩🟩🟫🟫🟫🟧⬜⬜⬜⬜⬛
+🟩🟩🟩🟩🟩🟩🟩
+🟦🟦🟦🟦🟦🟦🟦
+
+🅑🅡🅤🅗 🅜🅞🅜🅔🅝🅣
diff --git a/.gitignore b/.gitignore
index a7624e6..8f46d4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,7 +34,6 @@ tools/items/mc-art-viewer/nbt.js
*.bak
*.exe
*.url
-*.env
*.sqlite
*.conf
diff --git a/commons/DOM/head.php b/commons/DOM/head.php
index 0ea307e..681dc04 100644
--- a/commons/DOM/head.php
+++ b/commons/DOM/head.php
@@ -9,6 +9,8 @@ if(basename(__FILE__) == basename($_SERVER["SCRIPT_FILENAME"])) {
+
+
diff --git a/commons/strings/en/home.json b/commons/strings/en/home.json
index a8c6075..5a392bb 100644
--- a/commons/strings/en/home.json
+++ b/commons/strings/en/home.json
@@ -1,8 +1,8 @@
{
"home.head.title": "NibblePoker",
- "home.head.description": "TODO: description",
+ "home.head.description": "Collection of free and open-source handmade utilities and libraries ranging from a simple COM port lister to password remover and autonomous video archivers.",
"home.og.title": "NibblePoker",
- "home.og.description": "TODO: description",
+ "home.og.description": "Collection of free and open-source handmade utilities and libraries ranging from a simple COM port lister to password remover and autonomous video archivers.",
"home.header.title": "Homepage",
diff --git a/commons/strings/fr/home.json b/commons/strings/fr/home.json
index 66a24c8..5640fa5 100644
--- a/commons/strings/fr/home.json
+++ b/commons/strings/fr/home.json
@@ -1,8 +1,8 @@
{
"home.head.title": "NibblePoker",
- "home.head.description": "TODO: description",
+ "home.head.description": "Collection d'utilitaires et de bibliothèques gratuits et open source, allant d'un simple énumérateur de ports COM à un suppresseur de mots de passe Excel ou même un système d'archivage de vidéos autonome.\n",
"home.og.title": "NibblePoker",
- "home.og.description": "TODO: description",
+ "home.og.description": "Collection d'utilitaires et de bibliothèques gratuits et open source, allant d'un simple énumérateur de ports COM à un suppresseur de mots de passe Excel ou même un système d'archivage de vidéos autonome.\n",
"home.header.title": "Page d'accueil",
diff --git a/compress.bat b/compress.bat
index da2c5d0..54f2648 100644
--- a/compress.bat
+++ b/compress.bat
@@ -54,7 +54,7 @@ set NP_ZIP_CONTENT=%NP_ZIP_CONTENT% "resources/NibblePoker/js/*.js"
set NP_ZIP_CONTENT=%NP_ZIP_CONTENT% "resources/NibblePoker/sounds/"
set NP_ZIP_CONTENT=%NP_ZIP_CONTENT% "resources/Quantum/"
set NP_ZIP_CONTENT=%NP_ZIP_CONTENT% "resources/SplideJs/dist/"
-set NP_ZIP_CONTENT=%NP_ZIP_CONTENT% "./.htaccess" "./*.php" "./favicon.*"
+set NP_ZIP_CONTENT=%NP_ZIP_CONTENT% "./.htaccess" "./*.php" "./favicon.*" "./.env"
::echo ^>%NP_ZIP_CONTENT%
:archive-7z
diff --git a/resources/NibblePoker/scss/site/image.scss b/resources/NibblePoker/scss/site/image.scss
index 9807082..1399606 100644
--- a/resources/NibblePoker/scss/site/image.scss
+++ b/resources/NibblePoker/scss/site/image.scss
@@ -62,9 +62,12 @@
}
}
-
-.sidebar-entry > i {
-
+// Zoom-in effect for image galleries
+.splide li {
+ transition: all 0.20s ease-in-out;
+}
+.splide li:hover {
+ transform: scale(1.05);
}
//.align-v-t