From 012041e3e5ce76ae83330eeb32dcf1424e6c53b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Fri, 8 Oct 2021 23:09:56 +0200 Subject: [PATCH] feat: added a link to the bio --- src/ePortfolio/index.md | 2 +- src/index.md | 2 +- src/scss/style.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ePortfolio/index.md b/src/ePortfolio/index.md index 1c80f01..38df83e 100755 --- a/src/ePortfolio/index.md +++ b/src/ePortfolio/index.md @@ -8,7 +8,7 @@ eleventyNavigation: # About me -Hi, my name's Laurent Fainsin, and I'm currently an M1 engineering student at [ENSEEIHT](https://www.enseeiht.fr/) in France. I study Computer Science and this is my personnal ePortfolio. +Hi, my name's Laurent Fainsin, and I'm currently an M1 engineering student at [ENSEEIHT](https://www.enseeiht.fr/) in France. I study [Computer Science](https://www.enseeiht.fr/fr/formation/formation-ingenieur/departement-sn/programme-sn.html) and this is my personnal ePortfolio. --- diff --git a/src/index.md b/src/index.md index 0fd4282..3f2e276 100755 --- a/src/index.md +++ b/src/index.md @@ -4,7 +4,7 @@ layout: layout.njk # whoami {data-chaffle="en"} -Hi, my name's Laurent Fainsin, and I'm currently an M1 engineering student at [ENSEEIHT](https://www.enseeiht.fr/) in France. I study Computer Science and this is my personnal website to showcase my work. Here is my [resume]({{ '/resume/en' | url }}) if you are professionally interested. +Hi, my name's Laurent Fainsin, and I'm currently an M1 engineering student at [ENSEEIHT](https://www.enseeiht.fr/) in France. I study [Computer Science](https://www.enseeiht.fr/fr/formation/formation-ingenieur/departement-sn/programme-sn.html) and this is my personnal website to showcase my work. Here is my [resume]({{ '/resume/en' | url }}) if you are professionally interested. --- diff --git a/src/scss/style.scss b/src/scss/style.scss index 2c0556c..f53f948 100755 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -58,7 +58,7 @@ hr { h1 { font-size: $h1-size; height: $h1-size; - margin-bottom: 0.5rem; + margin-bottom: 1rem; } h2 {