diff --git a/website/app/favicon.ico b/website/app/favicon.ico index 718d6fea4..811030660 100644 Binary files a/website/app/favicon.ico and b/website/app/favicon.ico differ diff --git a/website/app/globals.css b/website/app/globals.css index fd81e8858..9fb59f746 100644 --- a/website/app/globals.css +++ b/website/app/globals.css @@ -3,25 +3,18 @@ @tailwind utilities; :root { - --foreground-rgb: 0, 0, 0; - --background-start-rgb: 214, 219, 220; - --background-end-rgb: 255, 255, 255; + --foreground-rgb: 255, 255, 255; + --background-rgb: #0E1324; } @media (prefers-color-scheme: dark) { :root { --foreground-rgb: 255, 255, 255; - --background-start-rgb: 0, 0, 0; - --background-end-rgb: 0, 0, 0; + --background-rgb: #0E1324; } } body { color: rgb(var(--foreground-rgb)); - background: linear-gradient( - to bottom, - transparent, - rgb(var(--background-end-rgb)) - ) - rgb(var(--background-start-rgb)); + background-color: var(--background-rgb); } diff --git a/website/app/layout.tsx b/website/app/layout.tsx index 573229987..081aa21cb 100644 --- a/website/app/layout.tsx +++ b/website/app/layout.tsx @@ -5,8 +5,8 @@ import { Inter } from "next/font/google"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "Ghostty", + description: "👻", }; export default function RootLayout({ diff --git a/website/app/page.tsx b/website/app/page.tsx index e99d5e3db..0de4c5956 100644 --- a/website/app/page.tsx +++ b/website/app/page.tsx @@ -4,109 +4,21 @@ export default function Home() { return (
-

- Get started by editing  - app/page.tsx -

-
- - By{" "} - Vercel Logo - -
-
- Next.js Logo +
+

+ Ghostty Icon +

- -

- Docs{" "} - - -> - -

-

- Find in-depth information about Next.js features and API. -

-
- - -

- Learn{" "} - - -> - -

-

- Learn about Next.js in an interactive course with quizzes! -

-
- - -

- Templates{" "} - - -> - -

-

- Explore the Next.js 13 playground. -

-
- - -

- Deploy{" "} - - -> - -

-

- Instantly deploy your Next.js site to a shareable URL with Vercel. -

-
); diff --git a/website/public/icon.png b/website/public/icon.png new file mode 100644 index 000000000..53ae99695 Binary files /dev/null and b/website/public/icon.png differ diff --git a/website/public/next.svg b/website/public/next.svg deleted file mode 100644 index 5174b28c5..000000000 --- a/website/public/next.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/website/public/vercel.svg b/website/public/vercel.svg deleted file mode 100644 index d2f842227..000000000 --- a/website/public/vercel.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file