From 8b9f4f565a144bb514161f8a1014d6e6217aabfc Mon Sep 17 00:00:00 2001 From: tombdf Date: Wed, 4 Sep 2024 19:53:52 +0200 Subject: [PATCH] feat: add new project links to portfolio Added a new project link for the "Comments generator" in both French and English sections of the portfolio. This enhances the visibility of the new project and provides users with more information about available projects. --- README.md | 7 +++++++ index.html | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03bcc25..f984485 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,10 @@ This portfolio is a single simple web page, and I intend to keep it that way : * I pretty much hate web dev, so I have to keep things simple The website itself has the sole goal to get to know my projects, my skills and where to contact me, so it doesn't need much. + +## What about the design ? + +I spend a lot of time in my terminal, so I wanted to make a website that looks like one. +But I also wanted to keep it accessible to everyone, so I made it look like a "cliché" terminal, the type you see in movies like Matrix. +It does not resemble any real Linux terminal, and it also lacks the real commands you would find in any terminal, but I think it's a good compromise. +I think I managed to make it usable for pretty much everyone, while keeping the terminal-theme. diff --git a/index.html b/index.html index 3f184fa..a24638d 100644 --- a/index.html +++ b/index.html @@ -64,8 +64,8 @@ en: "Languages:\n- C\n- Java\n- Python\n- Prolog\n- HTML/CSS/Javascript/PHP\n\nFrameworks:\n- Flask\n- Spring Boot\n\nTools:\n- Git\n- Docker\n\n OS:\n- Linux (Debian/Ubuntu/Arch)\n- Windows" }, projects: { - fr: "1. Ce portfolio (HTML, CSS, JavaScript)\n2. Générateur de documentation Prolog (Prolog)", - en: "1. This portfolio (HTML, CSS, JavaScript)\n2. Prolog documentation generator (Prolog)" + fr: "1. Ce portfolio (HTML, CSS, JavaScript)\n2. Générateur de documentation Prolog (Prolog)\n3. Générateur de commentaire de documentation (Python)", + en: "1. This portfolio (HTML, CSS, JavaScript)\n2. Prolog documentation generator (Prolog)\n3. Comments generator (Python)" }, contact: { fr: "Email: thomas@hexasec.io\nLinkedIn: Thomas Brasdefer\nGitea: tombdf",