From 0904feb38399c51b5a30b495e702c312b55a1e35 Mon Sep 17 00:00:00 2001 From: Philippe Loctaux
Date: Tue, 26 Dec 2023 22:13:07 +0100 Subject: [PATCH] ezidam is done --- src/types/project.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/types/project.rs b/src/types/project.rs index 9dd1f25..e34c81e 100644 --- a/src/types/project.rs +++ b/src/types/project.rs @@ -55,7 +55,7 @@ impl ProjectKind { ProjectWithoutImage { name: "ezidam", tagline: "Identity and Access Management system", - dates: "Since January 2023", + dates: "January - July 2023", description: vec![ "A simple identity and access management system for SMEs or personal use.", @@ -223,10 +223,10 @@ impl ProjectKind { description: vec![ "canvas.place is a shared place to express creativity.", "People from all over the world share one single canvas to paint on.", - "I created and maintained a timelapse of the virtual canvas.".into() + "I created and maintained a timelapse of the virtual canvas." ], accomplishments: vec![], - technologies: vec!["FFmpeg", "Shell scripting", "nginx".into()], + technologies: vec!["FFmpeg", "Shell scripting", "nginx"], logo: Some(Logo { file: "/icons/canvas.png",