Added home page description, Added easter-egg .env file, Added zoom-in effect for Splide galleries

Update .env, .gitignore, and 5 more files...
This commit is contained in:
2024-01-08 09:11:39 +01:00
parent f05811a4b4
commit 153c7967ff
7 changed files with 22 additions and 9 deletions

9
.env Normal file
View File

@@ -0,0 +1,9 @@
➖➖➖🟩🟩➖🟩🟩
➖➖🟩🟩🟩🟩🟩🟩🟩
➖🟩🟩⬜⬛⬜⬜⬛🟩 🌫
➖🟩🟩🟩🟩🟩🟩🟩 🌪️
🟩🟩🟩🟩🟫🟫🟫🟧⬜⬜⬜⬜⬛
🟩🟩🟩🟩🟩🟩🟩
🟦🟦🟦🟦🟦🟦🟦
🅑🅡🅤🅗 🅜🅞🅜🅔🅝🅣

1
.gitignore vendored
View File

@@ -34,7 +34,6 @@ tools/items/mc-art-viewer/nbt.js
*.bak
*.exe
*.url
*.env
*.sqlite
*.conf

View File

@@ -9,6 +9,8 @@ if(basename(__FILE__) == basename($_SERVER["SCRIPT_FILENAME"])) {
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"/>
<meta name="viewport" content="width=device-width"/>
<meta name="author" content="Herwin Bozet">
<meta name="robots" content="index, follow">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="alternate icon" href="/favicon.ico">
<link rel="stylesheet" href="/resources/FontAwesomePro/6.5.1/css/all.min.css">

View File

@@ -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",

View File

@@ -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",

View File

@@ -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

View File

@@ -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