-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding final updates to auth website
- Loading branch information
Showing
13 changed files
with
93 additions
and
68 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,17 +1,13 @@ | ||
<div class="mx-auto mb-20 max-w-6xl sm:px-6 lg:px-8 font-everett [text-wrap:balance]"> | ||
<div class="mx-auto mb-10 sm:mb-20 max-w-6xl px-6 lg:px-8 font-everett [text-wrap:balance]"> | ||
<div class="relative p-px rounded-xl group"> | ||
|
||
<div class="flex isolate overflow-hidden relative z-50 items-center p-16 bg-gradient-to-r from-black border radial-background to-zinc-900 border-zinc-700 sm:rounded-xl"> | ||
|
||
<div class="pr-10 mx-auto text-left"> | ||
<h2 class="mb-6 text-4xl font-bold text-white tracking-tighter-xl font-rota">Never Worry About Auth Again</h2> | ||
<div class="flex isolate overflow-hidden relative z-50 flex-col items-center p-8 bg-gradient-to-r from-black rounded-xl border sm:p-16 md:flex-row radial-background to-zinc-900 border-zinc-700"> | ||
<div class="mx-auto text-left md:pr-10 sm:max-w-md md:max-w-full"> | ||
<h2 class="mb-2 text-2xl font-bold text-white sm:mb-6 sm:text-3xl md:text-4xl tracking-tighter-xl font-rota">Never Worry About Auth Again</h2> | ||
<p class="text-white text-opacity-60">Equipped with a GitHub CI action to ensure your authentication is fully functional. Setup in a few minutes, then focus on what you do best — building great applications</p> | ||
</div> | ||
|
||
<div class="flex flex-shrink-0 justify-center items-center"> | ||
<div class="flex flex-shrink-0 justify-start items-center mt-5 w-full sm:max-w-md md:max-w-full md:justify-center md:w-auto md:mt-0"> | ||
<include src="button.html" title="View The Documentation"></include> | ||
</div> | ||
|
||
</div> | ||
</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
Oops, something went wrong.