+ commit 72ef74c7befeea00dee0dea275ade03e211661de Author: Maethik <116798690+Maethik@users.noreply.github.com> Date: Fri May 26 10:17:23 2023 +0200 26/05/2023-1 diff --git a/css/index.css b/css/index.css new file mode 100644 index 0000000..9e2d081 --- /dev/null +++ b/css/index.css @@ -0,0 +1,114 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + width: 100vw; + height: 100vh; + background-image: url('../img/background.jpg'); + background-repeat: no-repeat; + background-size: cover; + background-position: 50%; +} + +body #a { + text-decoration: none; + color: rgb(100, 100, 100); + font-family: Arial, Helvetica, sans-serif; + font-size: 15px; + position: absolute; + bottom: 0; + right: 0; + z-index: 5; + cursor: default; + margin: 0; + padding: 0; +} + +main { + position: absolute; + z-index: 3; + width: 100vw; + height: 100vh; + display: flex; + flex-direction: column; + opacity: 0; + filter: blur(10px); + + transition: opacity 2s ease-in-out, filter 2s ease-in-out; +} + +header { + width: 100%; + min-height: 35%; + padding-top: 10%; + padding-bottom: 10%; + display: flex; + flex-direction: column; + justify-content: space-around; + align-items: center; +} + +header img { + width: 125px; + border: 2px solid white; + border-radius: 50%; +} + +header h2 { + background-color: rgb(30, 30, 30); + border: 1px solid white; + border-radius: 30px; + padding: 5px; + padding-right: 10px; + padding-left: 10px; + color: white; + font-size: 1.25rem; + font-family: 'Times New Roman', Times, serif; +} + +.links-container { + width: 100%; + min-height: 65%; + display: flex; + flex-direction: column; + align-items: center; +} + +.links-container a { + display: flex; + align-items: center; + background-color: rgba(255, 255, 255, 0.7); + width: 90%; + margin-top: 20px; + padding: 5px; + border-radius: 30px; + text-decoration: none; + color: black; + font-size: 1.15rem; + font-family: Verdana, Geneva, Tahoma, sans-serif; +} + +.links-container a img { + width: 50px; + margin-left: 20px; +} + +.links-container a p { + margin-left: 10%; +} + +#vanta { + position: absolute; + z-index: 2; + width: 100vw; + height: 100vh; +} + +@media screen and (width > 425px) { + .links-container a { + width: 60%; + } +} \ No newline at end of file diff --git a/img/background.jpg b/img/background.jpg new file mode 100644 index 0000000..8876f23 Binary files /dev/null and b/img/background.jpg differ diff --git a/img/github.svg b/img/github.svg new file mode 100644 index 0000000..890f617 --- /dev/null +++ b/img/github.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/img/instagram.svg b/img/instagram.svg new file mode 100644 index 0000000..3a5279d --- /dev/null +++ b/img/instagram.svg @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/img/linkedin.svg b/img/linkedin.svg new file mode 100644 index 0000000..396bcb7 --- /dev/null +++ b/img/linkedin.svg @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/img/logo.jpg b/img/logo.jpg new file mode 100644 index 0000000..93b7f44 Binary files /dev/null and b/img/logo.jpg differ diff --git a/img/personal_website.svg b/img/personal_website.svg new file mode 100644 index 0000000..a93c46d --- /dev/null +++ b/img/personal_website.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/youtube.svg b/img/youtube.svg new file mode 100644 index 0000000..910a877 --- /dev/null +++ b/img/youtube.svg @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..ca5d109 --- /dev/null +++ b/index.html @@ -0,0 +1,77 @@ + + + +
+ + + + +
+ Photo de Sean Valentine
+ + +