diff --git a/public/logo192.png b/public/logo192.png index fc44b0a..196b5ca 100644 Binary files a/public/logo192.png and b/public/logo192.png differ diff --git a/public/logo512.png b/public/logo512.png index a4e47a6..6c52502 100644 Binary files a/public/logo512.png and b/public/logo512.png differ diff --git a/public/manifest.json b/public/manifest.json index 080d6c7..0201648 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "Adval Studios", + "name": "Adval Studios Portfolio Website", "icons": [ { "src": "favicon.ico", diff --git a/src/components/styles/contact.css b/src/components/styles/contact.css index fb35187..74fa5f4 100644 --- a/src/components/styles/contact.css +++ b/src/components/styles/contact.css @@ -64,7 +64,7 @@ margin-left: -10px; } -@keyframes charactershow { +/* @keyframes charactershow { 0% { transform: scale(0%); } @@ -73,16 +73,16 @@ } } -.contactmain { - animation-timeline: view(); +/* .contactmain { + /* animation-timeline: view(); animation-range-start: 0vh; - animation-range-end: 100vh; + animation-range-end: 100vh; */ - animation-name: charactershow; +/* animation-name: charactershow; animation-fill-mode: both; animation-duration: 100ms; - animation-timing-function: linear; -} + animation-timing-function: linear; */ +/* } */ @media screen and (max-width: 1000px) { .contactmain h1 {