generated from auvoid/identity-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* header and logo fixed * half ui fixes * ui fixes
- Loading branch information
1 parent
86552eb
commit 47e263e
Showing
30 changed files
with
5,208 additions
and
6,610 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<script lang="ts"> | ||
import { BarLoader } from 'svelte-loading-spinners'; | ||
</script> | ||
|
||
<div class="align-center flex h-[300px] w-full flex-col items-center justify-center gap-5"> | ||
<h2 class="text-lg font-medium">Loading</h2> | ||
<div> | ||
<BarLoader color="#9187cd"></BarLoader> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1 @@ | ||
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<g clip-path="url(#clip0_44_7)"> | ||
<path | ||
d="M16.3684 17.5479C14.9975 17.5479 13.6272 18.0696 12.5837 19.113L6.63879 25.0579L11.8708 30.2899C14.1514 32.5704 17.8488 32.5704 20.1293 30.2899L25.7295 24.6897L20.1531 19.1133C19.1099 18.0702 17.739 17.5482 16.3684 17.5482V17.5479Z" | ||
fill="#F7D57E" | ||
/> | ||
<path | ||
d="M16.1383 9.12177C14.7677 9.12177 13.3971 9.64349 12.3537 10.6869L2.31079 20.7297L4.89258 23.3115L10.8375 17.3666C12.3148 15.8893 14.279 15.0756 16.3684 15.0756C18.4577 15.0756 20.4219 15.8893 21.8992 17.3666L27.4756 22.943L29.8274 20.5913L19.9227 10.6866C18.8792 9.64318 17.5086 9.12146 16.138 9.12146L16.1383 9.12177Z" | ||
fill="#F7D57E" | ||
/> | ||
<path | ||
d="M10.6075 8.94076C12.0848 7.46348 14.0489 6.64976 16.1383 6.64976C18.2277 6.64976 20.1918 7.46348 21.6691 8.94076L31.37 18.6416C32.4819 16.4499 32.1221 13.7031 30.2899 11.871L20.1292 1.71039C17.8487 -0.570129 14.1513 -0.570129 11.8708 1.71039L1.7101 11.871C-0.17298 13.754 -0.500754 16.6028 0.725544 18.8226L10.6072 8.94107L10.6075 8.94076Z" | ||
fill="#F7D57E" | ||
/> | ||
</g> | ||
<defs> | ||
<clipPath id="clip0_44_7"> | ||
<rect width="32" height="32" fill="white" /> | ||
</clipPath> | ||
</defs> | ||
</svg> | ||
<img src="/images/VCV-Textless-Logo.png" width="32" height="32" alt="VCV Logo" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.