-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): add hero to documentation (#136)
- Loading branch information
Sebastián García
authored
Apr 12, 2024
1 parent
6ec3652
commit 31f391e
Showing
7 changed files
with
59 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
export default function Home() { | ||
return ( | ||
<section className="py-20 sm:py-24 relative"> | ||
<div className="mx-auto px-4 sm:px-6 lg:px-8 max-w-7xl gap-16 sm:gap-y-24 flex flex-col"> | ||
<div className="text-center relative z-[1]"> | ||
<h1 className="text-4xl sm:text-6xl font-bold tracking-tight text-balance"> | ||
<b className="text-sky"> Open UI </b> | ||
. A modern design system | ||
built with | ||
<b className="text-sky"> Shadcn UI</b> | ||
{' '} | ||
and | ||
<b className="text-sky"> Tailwind CSS </b> | ||
</h1> | ||
<p className="mt-6 text-lg tracking-tight text-foreground text-pretty"> | ||
Open UI is an open source design system with a completely | ||
cutting-edge system. | ||
{' '} | ||
<br /> | ||
{' '} | ||
Fully customizable and modifiable you | ||
will make UI development much faster with fully stylized components. | ||
</p> | ||
{/* <div className="mt-10 flex flex-wrap gap-x-6 gap-y-3 justify-center"> | ||
<Button> | ||
<ArrowUpRight className="size-6" /> | ||
Get Started | ||
</Button> | ||
</div> */} | ||
</div> | ||
</div> | ||
</section> | ||
) | ||
} |
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,5 +1,5 @@ | ||
export default function logo() { | ||
return ( | ||
<h2>Open Ui</h2> | ||
<h2 className="text-3xl font-bold tracking-tight">Open UI</h2> | ||
) | ||
} |
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,3 +1,8 @@ | ||
# Welcome to Open UI | ||
|
||
Hello, world! | ||
--- | ||
title: 'Design System by Open Land' | ||
--- | ||
|
||
import Home from 'components/home' | ||
|
||
<Home/> | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.