diff --git a/app_screenshot.png b/app_screenshot.png deleted file mode 100644 index 3b58bcb..0000000 Binary files a/app_screenshot.png and /dev/null differ diff --git a/css-animations/navbar-logo-animation.css b/css-animations/navbar-logo-animation.css deleted file mode 100644 index 627a661..0000000 --- a/css-animations/navbar-logo-animation.css +++ /dev/null @@ -1,30 +0,0 @@ -:root { - --orange: #ff6b00; -} - -.logo-box { - animation: rotateLogo 1.5s ease-in; - animation-delay: 0.5s; - padding: 0.5rem 0 0.4rem 0; -} - -@keyframes rotateLogo { - 0% { - transform: rotate(-180deg); - border-bottom: 1px solid var(--orange); - } - - 25% { - border-bottom: 3px solid var(--orange); - } - - 50% { - transform: rotate(360deg) scale(1.2); - box-shadow: var(--orange) 2px 2px 20px 1px; - } - - 100% { - transform: scale(1.1); - box-shadow: var(--orange) 2px 2px 20px 1px; - } -} diff --git a/style.css b/style.css index 83118af..e5a2d4e 100644 --- a/style.css +++ b/style.css @@ -264,7 +264,7 @@ body { } .work-img:hover { - transform: scale(1.1); + transform: scale(1.01); box-shadow: #1c1a19 3px 3px 20px 1px; }