Skip to content

Commit

Permalink
Merge pull request #18 from fission-codes/visual-polish
Browse files Browse the repository at this point in the history
Visual polish
  • Loading branch information
avivash authored Nov 15, 2023
2 parents f266853 + ca5ebff commit b4f89c8
Show file tree
Hide file tree
Showing 22 changed files with 14 additions and 48 deletions.
6 changes: 3 additions & 3 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#da532c">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#DDC055">
<link rel="mask-icon" href="/icon.svg" color="#32334A">
<meta name="msapplication-TileColor" content="#32334A">
<meta name="theme-color" content="#32334A">
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions src/components/home/Authed.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
alt="logo backgroud"
/>
<img
class="logo-mg absolute z-30 top-[11.8%] left-[11.8%] w-[76.4%] h-[76.4%] object-cover"
class="logo-mg absolute z-20 top-[12.8%] left-[12.4%] w-[75.4%] object-cover"
src={`${window.location.origin}/logo-mg.gif`}
alt="logo spinning lines"
/>
<img
class="logo-fg absolute top-0 left-0 z-20 w-full"
class="logo-fg absolute top-0 left-0 z-30 w-full"
src={`${window.location.origin}/logo-fg.svg`}
alt="logo foreground"
/>
Expand Down
4 changes: 2 additions & 2 deletions src/components/home/Public.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
alt="logo backgroud"
/>
<img
class="logo-mg absolute z-20 top-[11.8%] left-[11.8%] w-[76.4%] h-[76.4%] object-cover"
class="logo-mg absolute z-10 top-[12.8%] left-[12.4%] w-[75.4%] object-cover"
src={`${window.location.origin}/logo-mg.gif`}
alt="logo spinning lines"
/>
<img
class="logo-fg absolute top-0 left-0 z-10 w-full"
class="logo-fg absolute top-0 left-0 z-20 w-full"
src={`${window.location.origin}/logo-fg.svg`}
alt="logo foreground"
/>
Expand Down
Binary file modified static/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/favicon-dark.ico
Binary file not shown.
Binary file removed static/favicon-light.ico
Binary file not shown.
Binary file modified static/favicon.ico
Binary file not shown.
Binary file modified static/icon-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/icon-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions static/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions static/logo-fg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/mstile-144x144.png
Binary file not shown.
Binary file removed static/mstile-150x150.png
Binary file not shown.
Binary file removed static/mstile-310x150.png
Binary file not shown.
Binary file removed static/mstile-310x310.png
Binary file not shown.
Binary file removed static/mstile-70x70.png
Binary file not shown.
36 changes: 0 additions & 36 deletions static/safari-pinned-tab.svg

This file was deleted.

Binary file removed static/wnfs-gallery-screenshot.png
Binary file not shown.

0 comments on commit b4f89c8

Please sign in to comment.