From b8674bf9f2cee2c13573bc1efdeb7b8679b7d5b3 Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Wed, 23 Feb 2022 23:28:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8D=EF=B8=8F=20Added=20main=20and=20se?= =?UTF-8?q?ctions=20tags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 29 ++++++++++++++--------------- stylesheet-main.css | 6 +++--- 2 files changed, 17 insertions(+), 18 deletions(-) diff --git a/index.html b/index.html index 616d57d..7d4bf6e 100644 --- a/index.html +++ b/index.html @@ -40,9 +40,9 @@ -
+
-
+

About

Florian Sylvain @@ -50,9 +50,9 @@ IT student at Gustave Eiffel University and R&D Developer Apprentice at WATT Earth, I've always been passionate about computer science. Web design, video games, and algorithms are my main spearhead in computer science.

-
+ -
+

Education

@@ -71,9 +71,9 @@

-
+ -
+

Experience

@@ -90,9 +90,9 @@

-
+ -
+

Projects

@@ -137,8 +137,7 @@
- -
+
@@ -209,19 +208,19 @@ -
+

Hobbies

🚧 Work in progress 🚧

-
+ -
+

Contact

You can contact me by email at floriansylvainpro@gmail.com or by phone at (+33) 06 95 20 82 26.

-
+ -
+
diff --git a/stylesheet-main.css b/stylesheet-main.css index 78d2303..dc18af2 100644 --- a/stylesheet-main.css +++ b/stylesheet-main.css @@ -249,16 +249,16 @@ a { opacity: 100%; } -#content > div { +#content > section { padding: 50px 10%; } -#content > div:nth-child(2n-1) { +#content > section:nth-child(2n-1) { color: #121212; background-color: #fff; } -#content > div:nth-child(2n) > h2 { +#content > section:nth-child(2n) > h2 { border-bottom: 2px solid #fff; }