-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: praveenjuge <[email protected]>
- Loading branch information
praveenjuge
committed
Aug 21, 2021
1 parent
e3fa54d
commit c841242
Showing
4 changed files
with
117 additions
and
28 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,11 +1,31 @@ | ||
{{ define "main"}} | ||
|
||
<section class="w-full py-20 mx-auto lg:w-8/12 xl:w-5/12 md:py-32"> | ||
<p class="block mb-3 text-xs font-semibold tracking-wide text-gray-500 uppercase md:hidden">Welcome to Kutty</p> | ||
<h1 class="mb-4 text-3xl font-semibold leading-tight text-gray-900 md:text-4xl">Prebuilt Tailwind Components</h1> | ||
<p class="mb-5 text-base text-gray-500 md:text-lg">{{ .Site.Params.description }}</p> | ||
<a href="/docs/" rel="prefetch" class="w-full mb-2 btn btn-primary btn-lg sm:w-auto sm:mb-0">Documentation</a> | ||
<a href="/components/" rel="prefetch" class="w-full mb-2 btn btn-light btn-lg sm:w-auto sm:mb-0">Components</a> | ||
<p | ||
class="block mb-3 text-xs font-semibold tracking-wide text-gray-500 uppercase md:hidden" | ||
> | ||
Welcome to Kutty | ||
</p> | ||
<h1 | ||
class="mb-4 text-3xl font-bold leading-tight tracking-tight text-gray-900 md:text-4xl" | ||
> | ||
Prebuilt Tailwind Components | ||
</h1> | ||
<p class="mb-5 text-base text-gray-500 md:text-lg"> | ||
{{ .Site.Params.description }} | ||
</p> | ||
<a | ||
href="/docs/" | ||
rel="prefetch" | ||
class="w-full mb-2 btn btn-primary btn-lg sm:w-auto sm:mb-0" | ||
>Documentation</a | ||
> | ||
<a | ||
href="/components/" | ||
rel="prefetch" | ||
class="w-full mb-2 btn btn-light btn-lg sm:w-auto sm:mb-0" | ||
>Components</a | ||
> | ||
</section> | ||
|
||
{{ end }} |
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