-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
34 additions
and
32 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,8 @@ | |
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png"> | ||
<link rel="manifest" href="favicon/site.webmanifest"> | ||
<script async src="https://unpkg.com/[email protected]/dist/es-module-shims.js"></script> | ||
<script src="https://unpkg.com/@dotlottie/player-component@latest/dist/dotlottie-player.mjs" type="module"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/es-module-shims.js"></script> | ||
<script type="importmap"> | ||
{ | ||
"imports": { | ||
|
@@ -38,6 +39,7 @@ <h1 class="font-concert text-cream xl:text-8xl lg:text-5xl text-4xl m-12"><span | |
</div> | ||
<div id="accountcontainer" class="lg:w-2/5 sm:w-1/2 w-screen h-screen bg-cream flex items-center justify-center flex-col"> | ||
<div id="signuplogincontainer" class="flex w-full h-full items-center justify-center flex-col"> | ||
<dotlottie-player src="https://lottie.host/0386329e-841e-4f5c-be67-72549b1f981b/8Hi1EH0L3N.json" background="transparent" speed="1" style="width: 300px; height: 300px;" loop autoplay></dotlottie-player> | ||
<h1 class="text-dblue text-5xl font-concert m-4">Welcome</h1> | ||
<div class="flex flex-row items-center w-4/5 lg:h-1/8"> | ||
<div id="logintogglebutton" class="bg-orange font-concert w-1/2 h-full cursor-pointer hover:bg-dorange rounded-full flex items-center justify-center flex-row m-4"> | ||
|
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