forked from FusionAuth/fusionauth-site
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #179 from ritza-co/update-genericmigration
Update Generic migration
- Loading branch information
Showing
120 changed files
with
1,836 additions
and
585 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+111 KB
.../docs/lifecycle/migrate-users/provider-specific/generic/authorised-redirect.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 added
BIN
+134 KB
...c/img/docs/lifecycle/migrate-users/provider-specific/generic/find-login-url.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 added
BIN
+76.6 KB
...ublic/img/docs/lifecycle/migrate-users/provider-specific/generic/list-users.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 added
BIN
+160 KB
...img/docs/lifecycle/migrate-users/provider-specific/wordpress/find-login-url.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 added
BIN
+94.3 KB
...lic/img/docs/lifecycle/migrate-users/provider-specific/wordpress/list-users.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
42 changes: 42 additions & 0 deletions
42
astro/src/components/quickstarts/QuickstartTshirtCTA.astro
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,42 @@ | ||
<section | ||
class="flex flex-wrap border-indigo-400 border rounded p-2 gap-2 md:p-8" | ||
> | ||
<div class="flex flex-col gap-8 min-w-full xl:min-w-[520px] md:flex-1"> | ||
<h2 class="text-5xl"> | ||
Made it this far? Get a <span class="text-[#15b8a6]">free</span> t-shirt, on | ||
us! | ||
</h2> | ||
<p class="text-3xl not-prose"> | ||
Thank you for spending some time getting familiar with Fusion<span | ||
class="text-[#f58320]">Auth.</span | ||
> | ||
</p> | ||
<div class="flex"> | ||
<a href="https://go.fusionauth.io/tshirt" class="not-prose"> | ||
<button | ||
class="bg-orange-500 font-bold hover:bg-orange-600 px-3 py-2 | ||
rounded text-white text-xl tracking-tighter transition-colors uppercase | ||
lg:font-extrabold" | ||
>Ship It! | ||
</button> | ||
</a> | ||
</div> | ||
<p class="text-md md:text-lg not-prose"> | ||
*Offer only valid in the United States and Canada, while supplies last. | ||
</p> | ||
</div> | ||
|
||
<a | ||
href="https://go.fusionauth.io/tshirt" | ||
class="not-prose grow md:shrink-0 flex justify-center align-middle items-center" | ||
> | ||
<img | ||
src="https://assets-global.website-files.com/617b1b1f42c1da41aeae3413/65d4e0aa4728e21e6d690fbb_61fc3971a32d0adbbe6ad44b_t-shirt.png" | ||
loading="lazy" | ||
sizes="(max-width: 479px) 94vw, (max-width: 991px) 41vw, (max-width: 1279px) 396px, 481.71875px" | ||
alt="fusionauth tshirt" | ||
srcset="https://assets-global.website-files.com/617b1b1f42c1da41aeae3413/65d4e0aa4728e21e6d690fbb_61fc3971a32d0adbbe6ad44b_t-shirt-p-500.png 500w, https://assets-global.website-files.com/617b1b1f42c1da41aeae3413/65d4e0aa4728e21e6d690fbb_61fc3971a32d0adbbe6ad44b_t-shirt-p-800.png 800w, https://assets-global.website-files.com/617b1b1f42c1da41aeae3413/65d4e0aa4728e21e6d690fbb_61fc3971a32d0adbbe6ad44b_t-shirt.png 918w" | ||
class="h-full lg:h-64 w-full lg:w-64" | ||
/> | ||
</a> | ||
</section> |
Oops, something went wrong.