diff --git a/web/README.md b/web/README.md deleted file mode 100644 index e215bc4cc..000000000 --- a/web/README.md +++ /dev/null @@ -1,36 +0,0 @@ -This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app). - -## Getting Started - -First, run the development server: - -```bash -npm run dev -# or -yarn dev -# or -pnpm dev -# or -bun dev -``` - -Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. - -You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. - -This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel. - -## Learn More - -To learn more about Next.js, take a look at the following resources: - -- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. -- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. - -You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome! - -## Deploy on Vercel - -The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. - -Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details. diff --git a/web/public/file.svg b/web/public/file.svg deleted file mode 100644 index 004145cdd..000000000 --- a/web/public/file.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/web/public/globe.svg b/web/public/globe.svg deleted file mode 100644 index 567f17b0d..000000000 --- a/web/public/globe.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/web/public/next.svg b/web/public/next.svg deleted file mode 100644 index 5174b28c5..000000000 --- a/web/public/next.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/web/public/vercel.svg b/web/public/vercel.svg deleted file mode 100644 index 770539603..000000000 --- a/web/public/vercel.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/web/public/window.svg b/web/public/window.svg deleted file mode 100644 index b2b2a44f6..000000000 --- a/web/public/window.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/web/src/app/favicon.ico b/web/src/app/favicon.ico deleted file mode 100644 index 718d6fea4..000000000 Binary files a/web/src/app/favicon.ico and /dev/null differ diff --git a/web/src/app/icon.svg b/web/src/app/icon.svg new file mode 100644 index 000000000..9dd026638 --- /dev/null +++ b/web/src/app/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/web/src/app/layout.tsx b/web/src/app/layout.tsx index f7fa87eb8..4c358877c 100644 --- a/web/src/app/layout.tsx +++ b/web/src/app/layout.tsx @@ -13,8 +13,9 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "FilterLists", + description: + "FilterLists is the independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances. By Collin M. Barrett.", }; export default function RootLayout({ diff --git a/web/src/app/page.tsx b/web/src/app/page.tsx index e68abe6bd..16ef35846 100644 --- a/web/src/app/page.tsx +++ b/web/src/app/page.tsx @@ -1,101 +1,52 @@ import Image from "next/image"; +import { FileJson2 } from "lucide-react"; +import CollinMBarrettIcon from "../assets/collinmbarrett-icon.png"; +import GitHubMark from "../assets/github-mark.svg"; export default function Home() { return (
-
- Next.js logo -
    -
  1. - Get started by editing{" "} - - src/app/page.tsx - - . -
  2. -
  3. - Save and see your changes instantly. -
  4. -
- -
- - Vercel logomark - Deploy now - - - Read our docs - -
-
+
diff --git a/web/src/assets/collinmbarrett-icon-white.png b/web/src/assets/collinmbarrett-icon-white.png new file mode 100644 index 000000000..8827c5e37 Binary files /dev/null and b/web/src/assets/collinmbarrett-icon-white.png differ diff --git a/web/src/assets/collinmbarrett-icon.png b/web/src/assets/collinmbarrett-icon.png new file mode 100644 index 000000000..1300e19c8 Binary files /dev/null and b/web/src/assets/collinmbarrett-icon.png differ diff --git a/web/src/assets/github-mark-white.svg b/web/src/assets/github-mark-white.svg new file mode 100644 index 000000000..d5e649185 --- /dev/null +++ b/web/src/assets/github-mark-white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/web/src/assets/github-mark.svg b/web/src/assets/github-mark.svg new file mode 100644 index 000000000..37fa923df --- /dev/null +++ b/web/src/assets/github-mark.svg @@ -0,0 +1 @@ + \ No newline at end of file