From 248f3fd77382fb45c3ee34b0c819507c6226d6bc Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Fri, 5 Nov 2021 16:16:32 +0100 Subject: [PATCH] Added the current project section Signed-off-by: Louis Vallat --- assets/css/main.css | 23 ++++++++++++++++++++++- index.html | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/assets/css/main.css b/assets/css/main.css index f5f1d66..0262bfd 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -58,6 +58,14 @@ p { font-weight: 500; } +.width-10 { + width: 10%; +} + +.width-85 { + width: 85%; +} + .width-45 { width: 45%; } @@ -156,6 +164,10 @@ footer > div > p { gap: 10px; } +.align-items-center { + align-items: center; +} + #additional-information > img { margin-right: 8px; } @@ -265,7 +277,16 @@ footer > div > p { word-break: break-word; } - .width-45 { + .width-45, .width-10, .width-85 { width: 100%; } + + .sm-width-45 { + width: 45%; + } + + .sm-center { + margin-left: auto; + margin-right: auto; + } } diff --git a/index.html b/index.html index 06601f1..94905a2 100644 --- a/index.html +++ b/index.html @@ -75,6 +75,28 @@ PAGE CODED BY : Logo HTML5 +
+

Projet personnel en cours

+
Le projet sur lequel je travaille le plus sur mon temps libre
+
+ Logo Rust +

+ J'ai une gallerie photo (que vous pouvez retrouver + ici) qui est + une instance auto-hébergée de l'application Open Source + Lychee. + Bien que je trouve son interface web pratique et ergomique, + je trouve quand même un charme et une certaine praticité aux + interfaces en lignes de commandes (CLI). Lychee disposant + d'une API, j'ai donc décidé de faire ma propre interface CLI, + en utilisant pour cela le langage de programmation Rust + (que je ne connaissais que de nom au début de ce projet). +

+ Le projet n'est pas encore public, il le sera une fois sa base + de code stabilisée. +

+
+

Matériel

Là où mes projets voient le jour et évoluent