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