diff --git a/.DS_Store b/.DS_Store index 86b8a0a..dec7781 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/assets/arrow-down-circle-svgrepo-com.svg b/assets/arrow-down-circle-svgrepo-com.svg new file mode 100644 index 0000000..af12848 --- /dev/null +++ b/assets/arrow-down-circle-svgrepo-com.svg @@ -0,0 +1,17 @@ + + + + + arrow-down-circle + Created with Sketch Beta. + + + + + + + + + + + \ No newline at end of file diff --git a/assets/down-arrow.png b/assets/down-arrow.png new file mode 100644 index 0000000..d2f042e Binary files /dev/null and b/assets/down-arrow.png differ diff --git a/assets/email.png b/assets/email.png index 480e480..fd83a8d 100644 Binary files a/assets/email.png and b/assets/email.png differ diff --git a/assets/fire-2-svgrepo-com.svg b/assets/fire-2-svgrepo-com.svg new file mode 100644 index 0000000..bcb9578 --- /dev/null +++ b/assets/fire-2-svgrepo-com.svg @@ -0,0 +1,17 @@ + + + + + fire-2 + Created with Sketch Beta. + + + + + + + + + + + \ No newline at end of file diff --git a/assets/gameboy-2-svgrepo-com.svg b/assets/gameboy-2-svgrepo-com.svg new file mode 100644 index 0000000..6f44f60 --- /dev/null +++ b/assets/gameboy-2-svgrepo-com.svg @@ -0,0 +1,17 @@ + + + + + gameboy-2 + Created with Sketch Beta. + + + + + + + + + + + \ No newline at end of file diff --git a/assets/instagram.png b/assets/instagram.png new file mode 100644 index 0000000..dd62d5d Binary files /dev/null and b/assets/instagram.png differ diff --git a/assets/mail-svgrepo-com.svg b/assets/mail-svgrepo-com.svg new file mode 100644 index 0000000..1e12ee9 --- /dev/null +++ b/assets/mail-svgrepo-com.svg @@ -0,0 +1,17 @@ + + + + + mail + Created with Sketch Beta. + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 81dfb83..422bc8d 100644 --- a/index.html +++ b/index.html @@ -245,12 +245,12 @@
Project 1
- +
diff --git a/style.css b/style.css index b49f62d..4e348ee 100644 --- a/style.css +++ b/style.css @@ -58,10 +58,10 @@ a { } a:hover { - color: grey; + color: lightgray; text-decoration: underline; text-underline-offset: 1rem; - text-decoration-color: #ccd5ae; + text-decoration-color: lightgrey; } .logo { @@ -103,7 +103,7 @@ a:hover { position: absolute; top: 100%; right: 0; - background-color: white; + background-color: black; width: fit-content; max-height: 0; overflow: hidden; @@ -115,7 +115,7 @@ a:hover { padding: 10px; text-align: center; font-size: 1.5rem; - color: black; + color: white; text-decoration: none; transition: all 0.3 ease-in-out; } @@ -247,8 +247,9 @@ section { .btn-color-1, .btn-color-2:hover { - background: #ccd5ae; + background: white; color: white; + } .btn-color-1:hover { @@ -274,7 +275,7 @@ section { } .about-containers { - gap: 2rem; + gap: 1rem; margin-bottom: 2rem; margin-top: 2rem; } @@ -303,9 +304,7 @@ section { padding: 1.5rem; flex: 1; background: white; - border-radius: 2rem; - border: rgb(53, 53, 53) 0.1rem solid; - border-color: rgb(163, 163, 163); + border-radius: 0.5rem; text-align: center; } @@ -368,12 +367,15 @@ article .icon { .color-container { border-color: rgb(163, 163, 163); background: rgb(250, 250, 250); + padding: 10px; } .project-img { - width: 90%; - height: 90%; + width: 100%; + height: 100%; + border-radius: 0.5rem; + } .project-title {