Updated a couple pages, Finished new basic style, Removed tools from menu, Updated formula wizard, Other minor changes
Update .gitignore, .htaccess, and 32 more files...
This commit is contained in:
@@ -12,7 +12,7 @@ include_once 'commons/langs.php';
|
||||
<i class="fa fa-bars px-xxs" aria-hidden="true"></i>
|
||||
</button>
|
||||
<p class="flex-fill t-center t-size-10 t-w-500 t-muted">
|
||||
<a class="bland-link t-muted" href="<?php print(l10n_url_abs('/privacy/')); ?>">
|
||||
<a class="bland-link" href="<?php print(l10n_url_abs('/privacy/')); ?>">
|
||||
<?php print(localize('footer.text.privacy')); ?>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
@@ -9,13 +9,16 @@ 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 content="cache, store" http-equiv="Cache-Control">
|
||||
<meta content="cache, store" http-equiv="Pragma">
|
||||
<meta content="3600" http-equiv="Expires">-->
|
||||
<?php
|
||||
// Caching should be handled in '.htaccess' !
|
||||
//<!--<meta content="cache, store" http-equiv="Cache-Control">
|
||||
//<meta content="cache, store" http-equiv="Pragma">
|
||||
//<meta content="3600" http-equiv="Expires">-->
|
||||
?>
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="alternate icon" href="/favicon.ico">
|
||||
<link rel="stylesheet" href="/resources/FontAwesomePro/5.15.3/css/all.min.css">
|
||||
<link rel="stylesheet" href="/resources/NibblePoker/css/nibblepoker.min.css">
|
||||
<link rel="stylesheet" href="/resources/NibblePoker/css/nibblepoker.min.css?v=1">
|
||||
<?php
|
||||
if($enable_waffle_iron) {
|
||||
// Turns out you can't change an SVG's path fill if it's inside an IMG tag...
|
||||
|
||||
@@ -30,6 +30,8 @@ function printSidebarEntry($url, $title, $icon, $activeId) {
|
||||
<hr class="subtle">
|
||||
<?php
|
||||
printSidebarEntry(l10n_url_abs('/'), localize("sidebar.text.home"), "fad fa-home", "home");
|
||||
//printSidebarEntry(l10n_url_abs('/shop'), localize("sidebar.text.shop"), "fad fa-shopping-cart", "shop");
|
||||
//printSidebarEntry(l10n_url_abs('/school'), localize("sidebar.text.school"), "fad fa-chalkboard-teacher", "school");
|
||||
?>
|
||||
<hr class="subtle">
|
||||
<?php
|
||||
@@ -42,9 +44,9 @@ function printSidebarEntry($url, $title, $icon, $activeId) {
|
||||
printSidebarEntry(l10n_url_abs('/content/?tags=electronic'), localize("sidebar.text.electronics"), "fad fa-microchip", "electronic");
|
||||
?>
|
||||
</div>
|
||||
<hr class="subtle">
|
||||
<?php
|
||||
printSidebarEntry(l10n_url_abs('/tools/'), localize("sidebar.text.tools"), "fad fa-tools", "tools");
|
||||
//<hr class="subtle">
|
||||
//printSidebarEntry(l10n_url_abs('/tools/'), localize("sidebar.text.tools"), "fad fa-tools", "tools");
|
||||
?>
|
||||
<hr class="subtle">
|
||||
<?php
|
||||
|
||||
@@ -197,3 +197,5 @@ function getContentManager(string $contentRootPath): ContentManager {
|
||||
isset($_GET['tags']) ? htmlspecialchars($_GET['tags']) : NULL
|
||||
);
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@@ -49,3 +49,4 @@ class OpenGraphData {
|
||||
);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -5,37 +5,12 @@
|
||||
"about.og.description": "TODO: description",
|
||||
"about.header.title": "About",
|
||||
|
||||
"about.part.year.single": "year",
|
||||
"about.part.year.multiple": "years",
|
||||
"about.part.since": "since",
|
||||
"about.intro.title": "Introduction",
|
||||
|
||||
"about.education.title": "Education",
|
||||
"about.future.title": "Future plans",
|
||||
|
||||
"about.skills.title": "Skills",
|
||||
|
||||
"about.work.title": "Work Experience",
|
||||
"about.work.ctie.title": "Government IT Centre (CTIE)",
|
||||
"about.work.ctie.role.1": "<abbr title=\"Internet-of-Things\">IoT</abbr> Developer Internship",
|
||||
"about.work.ctie.location": "Luxembourg",
|
||||
"about.nibblepoker.title": "The 'NibblePoker' name",
|
||||
|
||||
"about.work.computrade.title": "CompuTrade Luxembourg Ltd",
|
||||
"about.work.computrade.role.1": "Full & Half-time student job",
|
||||
"about.work.computrade.location": "Steinfort, Luxembourg",
|
||||
|
||||
"about.work.lih.title": "Luxembourg Institute of Health (LIH)",
|
||||
"about.work.lih.role.1": "IT Support Internship",
|
||||
"about.work.lih.location": "Luxembourg",
|
||||
|
||||
"about.work.crlux.title": "Luxembourg Red Cross",
|
||||
"about.work.crlux.role.1": "Volunteer Excel VBA programmer.",
|
||||
"about.work.crlux.location": "Luxembourg",
|
||||
|
||||
"about.work.buttek.title": "Luxembourg Red Cross - Buttek",
|
||||
"about.work.buttek.role.1": "Volunteer ???",
|
||||
"about.work.buttek.role.2": "Student cashier ???",
|
||||
"about.work.buttek.location": "Luxembourg",
|
||||
|
||||
"about.work.current.title": "Current employer kept private",
|
||||
"about.work.current.role.1": "???",
|
||||
"about.work.current.location": "Belgium"
|
||||
"about.aziascreations.title": "The 'AziasCreations' name"
|
||||
}
|
||||
@@ -3,5 +3,29 @@
|
||||
"links.head.description": "TODO: description",
|
||||
"links.og.title": "NibblePoker - Links",
|
||||
"links.og.description": "TODO: description",
|
||||
"links.header.title": "Links"
|
||||
"links.header.title": "Links",
|
||||
|
||||
"links.social.title": "Social Networks",
|
||||
"links.misc.title": "Miscellaneous",
|
||||
|
||||
"links.twitter.title": "Twitter <i>(@NibblePoker)</i>",
|
||||
"links.twitter.text.1": "???",
|
||||
|
||||
"links.github.title": "GitHub <i>(@aziascreations)</i>",
|
||||
"links.github.text.1": "Private account containing all my personal projects.",
|
||||
|
||||
"links.github_pro.title": "GitHub <i>(@NibblePoker)</i>",
|
||||
"links.github_pro.text.1": "Organization containing all the repositories related to this website.",
|
||||
|
||||
"links.linkedin.title": "LinkedIn",
|
||||
"links.linkedin.text.1": "???",
|
||||
|
||||
"links.gitea.title": "Self-hosted Gitea",
|
||||
"links.gitea.text.1": "Contains all my projects and some mirrors from various sites.",
|
||||
|
||||
"links.files.title": "Public files <i>(files.nibblepoker.lu)</i>",
|
||||
"links.files.text.1": "Contains all files that can be downloaded on this website and other documentation.",
|
||||
|
||||
"links.archives.title": "Public archives <i>(archives.nibblepoker.lu)</i>",
|
||||
"links.archives.text.1": "Contains various public archives."
|
||||
}
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"sidebar.alt.logo": "Website's logo",
|
||||
"sidebar.text.home": "Home",
|
||||
"sidebar.text.shop": "Shop",
|
||||
"sidebar.text.school": "Training",
|
||||
"sidebar.text.projects": "Projects",
|
||||
"sidebar.text.applications": "Applications",
|
||||
"sidebar.text.libraries": "Libraries",
|
||||
|
||||
@@ -3,7 +3,29 @@
|
||||
"about.head.description": "TODO: description",
|
||||
"about.og.title": "NibblePoker - À-propos",
|
||||
"about.og.description": "TODO: description",
|
||||
"about.header.title": "À-propos"
|
||||
"about.header.title": "À-propos",
|
||||
|
||||
"about.intro.title": "Introduction",
|
||||
|
||||
"_about.history.title": "",
|
||||
"about.history.text.90": "Nowadays, for the low sum of ~46€ per year, or ~70€ including the electricity bill, I can provide a decently reliable service to people around the world, and to myself when using this infrastructure for side-projects.",
|
||||
"about.history.text.91": "The ability to [tech souver] for the price is something I've always strived to achieve and actively encourage other people to, at the very least, play around with in order to learn about and take back control of [???]",
|
||||
|
||||
"about.future.title": "Projet d'avenir",
|
||||
"about.future.text.01": "Dans le futur, il est prévu de décliner <i>NibblePoker</i> en une <abbr title=\"Société privée à responsabilité limitée\">SPRL</abbr>",
|
||||
"about.future.text.10": "Cela aura pour bût de me permettre d'investir dans des domaines ???.",
|
||||
"about.future.text.20": "La finalité serait de pouvoir créer un projet d'entreprise durable et proposer un large gamme de produits et solutions couvrant les domaines de [?? & ???, en full-stack].",
|
||||
"about.future.text.21": "Sette dernière serait soutenu, de manière ouverte en interne, par des services de conception de produits, de création de librairies et autres parties soutenable de la chaine de production.",
|
||||
"about.future.text.30": "[Open-source & instructif].",
|
||||
|
||||
"about.nibblepoker.title": "Le nom 'NibblePoker'",
|
||||
"about.nibblepoker.text.01": "Le sobriquet 'NibblePoker' est un mot inventé qui est composé de plusieurs termes [techniques] plus anciens.",
|
||||
"about.nibblepoker.text.10": "● '<i>Nibble</i>' est un terme technique anglais historiquement utilisé pour décrire décrit un demi-octet, ou 4 bits d'information.",
|
||||
"about.nibblepoker.text.11": "● '<i>Poker</i>' viens du verbe anglais '<i>to poke</i>' qui, dans le domaine rétro-informatique, décrit le fait d'écrire des données dans la mémoire d'un ordinateur.",
|
||||
"about.nibblepoker.text.20": "Finalement, lors de la création de ce surnom, je travaillais depuis quelques temps sur d'anciennes machines telle la Commodore64, Acorn Electron et [???]",
|
||||
|
||||
"about.aziascreations.title": "Le nom 'AziasCreations'",
|
||||
"about.aziascreations.text.01": "L'ancien sobriquet 'AziasCreations' était un surnom relativement basique utilisé entre 2013 et 2020.",
|
||||
"about.aziascreations.text.10": "Il reste légèrement utilisé aujourd'hui à cause de certaines limitations concernant les changements de pseudonyme sur GitHub qui m'ont empèché de faire un changement complet."
|
||||
|
||||
}
|
||||
@@ -3,5 +3,29 @@
|
||||
"links.head.description": "TODO: description",
|
||||
"links.og.title": "NibblePoker - Liens",
|
||||
"links.og.description": "TODO: description",
|
||||
"links.header.title": "Liens"
|
||||
"links.header.title": "Liens",
|
||||
|
||||
"links.social.title": "Réseaux Sociaux",
|
||||
"links.misc.title": "Autres liens",
|
||||
|
||||
"links.twitter.title": "Twitter <i>(@NibblePoker)</i>",
|
||||
"links.twitter.text.1": "???",
|
||||
|
||||
"links.github.title": "GitHub <i>(@aziascreations)</i>",
|
||||
"links.github.text.1": "Compte privé contenant tous mes projets personnels.",
|
||||
|
||||
"links.github_pro.title": "GitHub <i>(@NibblePoker)</i>",
|
||||
"links.github_pro.text.1": "Organisation contenant tout les dépôts en relation avec ce site web.",
|
||||
|
||||
"links.linkedin.title": "LinkedIn",
|
||||
"links.linkedin.text.1": "???",
|
||||
|
||||
"links.gitea.title": "Gitea auto-hébergé",
|
||||
"links.gitea.text.1": "Contient tous mes projets et des miroirs provenant de divers sites.",
|
||||
|
||||
"links.files.title": "Fichiers publiques <i>(files.nibblepoker.lu)</i>",
|
||||
"links.files.text.1": "Contient tout les fichiers pouvant être téléchargé sur ce site web et dans ma documentation.",
|
||||
|
||||
"links.archives.title": "Archives publiques <i>(archives.nibblepoker.lu)</i>",
|
||||
"links.archives.text.1": "Contient une variété d'archives publiques."
|
||||
}
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"sidebar.alt.logo": "Logo du site web",
|
||||
"sidebar.text.home": "Accueil",
|
||||
"sidebar.text.shop": "Magasin",
|
||||
"sidebar.text.school": "Formations",
|
||||
"sidebar.text.projects": "Projets",
|
||||
"sidebar.text.applications": "Applications",
|
||||
"sidebar.text.libraries": "Librairies",
|
||||
|
||||
Reference in New Issue
Block a user