diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png index ba4bcb4..5e45052 100644 Binary files a/public/android-chrome-192x192.png and b/public/android-chrome-192x192.png differ diff --git a/public/android-chrome-384x384.png b/public/android-chrome-384x384.png index 33e7020..d5f5048 100644 Binary files a/public/android-chrome-384x384.png and b/public/android-chrome-384x384.png differ diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png index 59f924e..137637e 100644 Binary files a/public/apple-touch-icon.png and b/public/apple-touch-icon.png differ diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png index 10d4fb9..e73e386 100644 Binary files a/public/favicon-16x16.png and b/public/favicon-16x16.png differ diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png index 7347c19..645bd66 100644 Binary files a/public/favicon-32x32.png and b/public/favicon-32x32.png differ diff --git a/public/favicon.ico b/public/favicon.ico index d160995..af314ea 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index c39a5c4..0cd3ad2 100644 --- a/public/index.html +++ b/public/index.html @@ -12,8 +12,9 @@ - - + + + diff --git a/public/mstile-150x150.png b/public/mstile-150x150.png index 2619792..341e205 100644 Binary files a/public/mstile-150x150.png and b/public/mstile-150x150.png differ diff --git a/public/safari-pinned-tab.svg b/public/safari-pinned-tab.svg index db4ec0b..e01e963 100644 --- a/public/safari-pinned-tab.svg +++ b/public/safari-pinned-tab.svg @@ -1,77 +1 @@ - - - - -Created by potrace 1.11, written by Peter Selinger 2001-2013 - - - - - + \ No newline at end of file diff --git a/src/assets/logo.png b/src/assets/logo.png index 6718b9e..0de6565 100644 Binary files a/src/assets/logo.png and b/src/assets/logo.png differ diff --git a/src/assets/logo.svg b/src/assets/logo.svg index 6d134c7..29a32fc 100644 --- a/src/assets/logo.svg +++ b/src/assets/logo.svg @@ -1,34 +1,412 @@ - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/logoOLD.png b/src/assets/logoOLD.png new file mode 100644 index 0000000..6718b9e Binary files /dev/null and b/src/assets/logoOLD.png differ diff --git a/src/assets/logoOld.svg b/src/assets/logoOld.svg new file mode 100644 index 0000000..6d134c7 --- /dev/null +++ b/src/assets/logoOld.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/HeaderLoginTemplate.vue b/src/components/HeaderLoginTemplate.vue index f5c6f5b..a6389de 100644 --- a/src/components/HeaderLoginTemplate.vue +++ b/src/components/HeaderLoginTemplate.vue @@ -1,8 +1,8 @@
-
-
+
+
Nertivia
@@ -73,47 +73,46 @@ export default { z-index: 99999; flex-shrink: 0; } -.animation { +.cat { height: 200px; width: 200px; - background-color: #2cb4ff; - border-radius: 50%; - box-shadow: 0px 0px 96px -4px rgba(69, 212, 255, 1); + background-position: center; + background-size: 100%; + background-repeat: no-repeat; + background-image: url(./../assets/logo.svg); overflow: hidden; - transition: 10s; + position: relative; margin: auto; margin-bottom: 0; } -.map { - height: 200px; - width: 200px; - background-position: -490px center; - background-size: 170%; - background-repeat: no-repeat; - background-image: url(./../assets/LogoAnimation/map.png); - animation: rotateGlobe; - animation-timing-function: linear; - animation-duration: 10s; - animation-fill-mode: forwards; +.eyes { + position: absolute; + left: 110px; + top: 101px; + height: 0px; + width: 25px; + background: white; + animation: blink 5s; animation-iteration-count: infinite; - transition: 10s; } -.night-map { - filter: grayscale(90%); +@keyframes blink { + 20%, 100% { + height: 0px; + } + 0% { + height: 0 px; + } + 10% { + height: 27px; + } } + .night { background: rgb(0, 48, 73); box-shadow: 0px 0px 96px -4px rgb(0, 48, 73); } -@keyframes rotateGlobe { - from { - background-position: -400px center; - } - to { - background-position: 190px center; - } -} + .header .title { color: white; font-size: 40px; diff --git a/src/components/ProfilePictureTemplate.vue b/src/components/ProfilePictureTemplate.vue index b498363..25b813f 100644 --- a/src/components/ProfilePictureTemplate.vue +++ b/src/components/ProfilePictureTemplate.vue @@ -1,7 +1,7 @@