-
-
Notifications
You must be signed in to change notification settings - Fork 332
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
1 parent
0d86e99
commit e478698
Showing
27 changed files
with
1,770 additions
and
572 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
13 changes: 13 additions & 0 deletions
13
sites/next.skeleton.dev/src/components/homepage/HomeBottomCta.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,13 @@ | ||
--- | ||
import { ChevronRight as IconChevron } from 'lucide-react'; | ||
--- | ||
|
||
<div class="card bg-noise preset-filled-primary-500 px-10 py-8 grid grid-cols-1 md:grid-cols-[1fr_auto] gap-10 shadow-xl"> | ||
<div class="max-w-[400px]"> | ||
<h2 class="h2 leading-snug !text-current">Start building with Skeleton today.</h2> | ||
</div> | ||
<a href="/docs/get-started/installation" class="self-center btn preset-filled"> | ||
<span>Get Started</span> | ||
<IconChevron className="size-4" /> | ||
</a> | ||
</div> |
Oops, something went wrong.