feat: added a link to the bio
This commit is contained in:
parent
d9d5651b7c
commit
012041e3e5
|
@ -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.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@ hr {
|
|||
h1 {
|
||||
font-size: $h1-size;
|
||||
height: $h1-size;
|
||||
margin-bottom: 0.5rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
|
Reference in a new issue