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 {