-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(app): styling fixes and alpha notice
- Loading branch information
Showing
4 changed files
with
14 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
<script lang="ts"> | ||
import { Shine } from "svelte-ux" | ||
import * as Card from "$lib/components/ui/card/index.ts" | ||
</script> | ||
|
||
<main class="flex flex-col items-center size-full p-4 mt-16"> | ||
<Shine depth={4} lightColor="#A0ECFD"> | ||
<h1 | ||
class="~md/lg:~text-8xl/11xl font-black leading-[9rem] brightness-65 cursor-default select-none text-center" | ||
> | ||
zkGM | ||
</h1> | ||
</Shine> | ||
<Card.Root class="max-w-lg"> | ||
<Card.Header> | ||
<Card.Title>Union App Alpha</Card.Title> | ||
</Card.Header> | ||
<Card.Content class="flex flex-col gap-2"> | ||
<p>Congratulations on finding the <b>Union App Alpha.</b></p> | ||
<p>This App is unfinished and not meant for public use. However, feel free to click around to see what we are working on.</p> | ||
</Card.Content> | ||
</Card.Root> | ||
</main> |
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