diff --git a/assets/css/main.css b/assets/css/main.css index 266e453..0614496 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -16,24 +16,24 @@ body { margin-top: 8vh; } -#call-to-action > button { - width: 150px; - height: 45px; +#call-to-action > a { + text-decoration: none; + color: black; + font-family: 'Roboto', sans-serif; + padding: 13px 32px; font-size: 1em; border-radius: 8px; background-color: white; - border: none; transition: cubic-bezier(0.215, 0.610, 0.355, 1) 200ms; } -#call-to-action > button:hover { +#call-to-action > a:hover { background-color: lightgrey; box-shadow: 0px 0px 6px 0px lightblue; } -#call-to-action > button:first-child { +#call-to-action > a:first-child { margin-right: 10px; - } button:hover { @@ -45,7 +45,10 @@ button:hover { padding: 0px 10% 0px 10%; height: 100vh; display: flex; - align-items: center; +} + +#presentation { + align-self: center; } .white { @@ -102,3 +105,13 @@ h1 { #additional-information > p { margin-right: 50px; } + +.icons { + height: 1.8rem; + transition: cubic-bezier(.65,.05,.36,1) 100ms; + margin-left: 10px; +} + +.icons:hover { + transform: translateY(-3px); +} diff --git a/assets/images/LI-In-Bug.png b/assets/images/LI-In-Bug.png new file mode 100644 index 0000000..8bc2d53 Binary files /dev/null and b/assets/images/LI-In-Bug.png differ diff --git a/assets/images/gitlab-icon-rgb.svg b/assets/images/gitlab-icon-rgb.svg new file mode 100644 index 0000000..6c299da --- /dev/null +++ b/assets/images/gitlab-icon-rgb.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + 1x + + + 1x + + + 1x + + + + 1x + + + \ No newline at end of file diff --git a/assets/images/square_pp.jpg b/assets/images/square_pp.jpg index 4e04353..7e625d6 100644 Binary files a/assets/images/square_pp.jpg and b/assets/images/square_pp.jpg differ diff --git a/assets/images/twitter-logo-blue.svg b/assets/images/twitter-logo-blue.svg new file mode 100644 index 0000000..b25ac93 --- /dev/null +++ b/assets/images/twitter-logo-blue.svg @@ -0,0 +1,16 @@ + + + diff --git a/index.html b/index.html index ee804db..ae4040e 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,11 @@

Louis Vallat

+
+ Gitlab RGB logo + Twitter blue logo + LinkedIN small blue logo +

Un étudiant développeur, passionné de technologies, quelles qu'elles soient.

@@ -22,9 +27,9 @@

Bordeaux — France

-
- - +
+ Me contacter + En savoir plus