diff --git a/src/about.html b/src/about.html new file mode 100644 index 0000000..d2743eb --- /dev/null +++ b/src/about.html @@ -0,0 +1,56 @@ + + + + + Laurent Fainsin + + + + + + + + + + + + + + + + + + +

About Me

+ +

+ 👋 I'm Laurent Fainsin. I'm a French + graduate + engineer + from ENSEEIHT. +

+ +

+ I've studied + Engineering (PCSI & PSI) and + Computer Science + for 5 years. +

+ +

+ I'm interested in + Software Development, + Machine Learning and + Computer Graphics. +

+ +

+ I love Free and Open Source Software (FOSS), I've volunteered for + Capitole du Libre and + Toulouse Hacking Convention. +

+ + + + + diff --git a/src/index.html b/src/index.html index 37de563..431dd73 100644 --- a/src/index.html +++ b/src/index.html @@ -27,7 +27,7 @@
- Info + Info GitHub Forgejo HuggingFace diff --git a/src/style.css b/src/style.css index 128458e..87efcb2 100644 --- a/src/style.css +++ b/src/style.css @@ -6,12 +6,13 @@ } body { + max-width: 70vw; + font-size: 1.2rem; + margin: auto; font-family: "Inter", "Helvetica", serif; text-rendering: optimizelegibility; display: flex; flex-direction: column; - align-items: center; - justify-content: center; background-image: url("img/bg.png"); background-position: -20vh -15vh; background-size: 200vh; @@ -19,9 +20,16 @@ body { background-attachment: fixed; } +p { + line-height: 0.7; +} + +.center { + text-align: center; +} + .title { margin-top: 10vh; - text-align: center; } .social { @@ -33,6 +41,7 @@ body { .social img { width: 1.5rem; + height: 1.5rem; padding: 1rem; border-radius: 1rem; border: 1px solid rgba(0, 0, 0, 0.15);