From c57742ff4217e280757805152dadf9aa3ada13d3 Mon Sep 17 00:00:00 2001
From: JozanLeClerc <bousset.rudy@gmail.com>
Date: Mon, 22 Jun 2020 20:19:45 +0200
Subject: Fixed link

---
 css/site.css | 5 +++--
 index.html   | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/css/site.css b/css/site.css
index 29a728e..b0c175f 100644
--- a/css/site.css
+++ b/css/site.css
@@ -1,5 +1,6 @@
 body {
-	background-color: #f1f1f1;
+	background-colo-r: #f5f5f5;
+	/* background-color: #ffffff; */
 	margin: 0pt;
 	padding: 0pt;
 }
@@ -8,7 +9,7 @@ header {
 	margin: 0pt;
 	padding: 0pt;
 	width: 100%;
-	background-color: #ddd;
+	background-color: #ededed;
 	border-bottom: 2pt solid #aaa;
 	border-top: 0pt;
 }
diff --git a/index.html b/index.html
index 383de0b..11016f5 100644
--- a/index.html
+++ b/index.html
@@ -48,11 +48,12 @@
 		Welcome to my personnal blog. There you can find my tips and articles on
 		various tech and programming subjects.
 		<br><br>
-		The site is still in developpement.
+		The site is still in active developpement, come back sometimes.
 	  </p>
 	  <h1>About me</h1>
 	  <p>
-		This is some text
+		I am a student for <a href="https://www.42lyon.fr/">42Lyon</a> IT school based in
+		Lyon, France. I work on various personnal project beside that.
 	  </p>
 	</div>
   </body>
-- 
cgit v1.2.3