forked from manawiki/mana
-
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.
Merge branch 'manawiki:main' into main
- Loading branch information
Showing
15 changed files
with
197 additions
and
111 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
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 |
---|---|---|
|
@@ -4,10 +4,13 @@ import { Link } from "@remix-run/react"; | |
|
||
export function GetStartedOptions() { | ||
return ( | ||
<div className="dark:bg-zinc-800/10 bg-zinc-50/50 w-full z-10 relative max-laptop:px-6 border-t-2 border-b border-zinc-100 dark:border-dark350 pt-16 pb-24"> | ||
<div className="dark:bg-zinc-800/10 bg-zinc-50/50 dark:border-zinc-700 w-full z-10 relative max-laptop:px-6 border-t-2 border-b border-zinc-100 pt-16 pb-20"> | ||
<div className="max-w-5xl mx-auto px-5"> | ||
<div className="font-header text-2xl pb-1.5 text-center"> | ||
A wiki for everyone | ||
A wiki for every{" "} | ||
<span className="underline underline-offset-4 decoration-zinc-300 dark:decoration-zinc-600"> | ||
community | ||
</span> | ||
</div> | ||
<div className="text-1 text-center"> | ||
Thriving wikis made easy. Choose the best way to get started. | ||
|
@@ -33,24 +36,24 @@ export function GetStartedOptions() { | |
inline-flex items-center justify-center shadow shadow-zinc-100 dark:shadow-zinc-800/80 dark:border-zinc-600" | ||
> | ||
<Icon | ||
name="server" | ||
size={18} | ||
name="github" | ||
size={20} | ||
className="text-zinc-500/70 dark:text-zinc-400" | ||
/> | ||
</div> | ||
<div className="font-semibold pb-1 text-center"> | ||
One-click hosting | ||
Open-source, self-host | ||
</div> | ||
<Text className="pb-4 text-center"> | ||
Get started with a hosted wiki in seconds on our fully | ||
managed platform. | ||
For developers and self-starters. Install and maintain on | ||
your own server. | ||
</Text> | ||
<Link | ||
className="bg-zinc-600 hover:bg-zinc-700 dark:hover:bg-zinc-500 inline-flex | ||
text-white rounded-full px-3.5 py-1.5 text-xs mt-2 font-semibold" | ||
to="/login" | ||
to="https://github.com/manawiki" | ||
> | ||
Try for Free | ||
Github Repo | ||
</Link> | ||
</div> | ||
<div className="bg-white dark:bg-dark350 rounded-2xl p-3.5 pt-8 pb-5 text-center relative space-y-0.5 group"> | ||
|
@@ -71,26 +74,27 @@ export function GetStartedOptions() { | |
inline-flex items-center justify-center shadow shadow-zinc-100 dark:shadow-zinc-800/80 dark:border-zinc-600" | ||
> | ||
<Icon | ||
name="github" | ||
size={20} | ||
name="server" | ||
size={18} | ||
className="text-zinc-500/70 dark:text-zinc-400" | ||
/> | ||
</div> | ||
<div className="font-semibold pb-1 text-center"> | ||
Open-source, self-host | ||
One-click hosting | ||
</div> | ||
<Text className="pb-4 text-center"> | ||
For developers and self-starters. Install and maintain on | ||
your own server. | ||
Get started with a hosted wiki in seconds on our fully | ||
managed platform. | ||
</Text> | ||
<Link | ||
className="bg-zinc-600 hover:bg-zinc-700 dark:hover:bg-zinc-500 inline-flex | ||
text-white rounded-full px-3.5 py-1.5 text-xs mt-2 font-semibold" | ||
to="https://github.com/manawiki/mana" | ||
to="/login" | ||
> | ||
Github Repo | ||
Try for Free | ||
</Link> | ||
</div> | ||
|
||
<div className="bg-white dark:bg-dark350 rounded-2xl p-3.5 pt-8 pb-5 text-center relative space-y-0.5 group"> | ||
<div | ||
className="shadow-sm shadow-zinc-300 dark:shadow-zinc-800 absolute -inset-2 bg-zinc-300/20 dark:bg-dark400 rounded-lg -z-10 before:absolute before:inset-y-0 before:left-0 before:w-[16px] before:bg-[length:16px_16px] | ||
|
@@ -124,7 +128,7 @@ export function GetStartedOptions() { | |
<Link | ||
className="bg-zinc-600 hover:bg-zinc-700 dark:hover:bg-zinc-500 inline-flex | ||
text-white rounded-full px-3.5 py-1.5 text-xs mt-2 font-semibold" | ||
to="/contact" | ||
to="mailto:[email protected]" | ||
> | ||
Get in Touch | ||
</Link> | ||
|
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
Oops, something went wrong.