diff --git a/app/certificates/page.tsx b/app/certificates/page.tsx index 581ee06..2fb408c 100644 --- a/app/certificates/page.tsx +++ b/app/certificates/page.tsx @@ -1,7 +1,7 @@ export default async function Page() { return (
-

Certificates (1)

+

Certificates (1)

{[1, 2, 3].map((certificate) => (
diff --git a/app/cokno/page.tsx b/app/cokno/page.tsx index 90f5e70..c963a31 100644 --- a/app/cokno/page.tsx +++ b/app/cokno/page.tsx @@ -1,7 +1,13 @@ export default async function Page() { return (
-

The Collective Knowledge of Stan Runge

+

The Collective Knowledge of Stan Runge

+ Pronounced as "konyo" +

+ The Collective Knowledge of Stan Runge (CoKno) is a project started by + Stan designed to serve as a personal Zettelkast system, similiar to + Wikipedia. +

); } diff --git a/app/layout.tsx b/app/layout.tsx index 832f6c3..793a5ad 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,7 +1,7 @@ import { GeistSans } from "geist/font/sans"; import "./globals.css"; import TabItem from "@/components/TabItem"; -import { MdiGithub } from "./components/MdiGithub"; +import { MdiGithub } from "../components/MdiGithub"; const defaultUrl = process.env.VERCEL_URL ? `https://${process.env.VERCEL_URL}` @@ -20,7 +20,27 @@ export default function RootLayout({ }) { return ( - + +

@@ -31,7 +51,7 @@ export default function RootLayout({ - {/* */} +

diff --git a/app/projects/page.tsx b/app/projects/page.tsx index e976faa..bcb7e00 100644 --- a/app/projects/page.tsx +++ b/app/projects/page.tsx @@ -1,8 +1,16 @@ export default async function Page() { - return ( -
-

Projects (2)

-
- ); - } - \ No newline at end of file + return ( +
+

Projects (2)

+ +

Vash Software

+

+ Vash was originally a video game clan, transformed by Stan to be a + global{" "} +

+ +

Personal Projects

+

Spotify osu! Map Finder

+
+ ); +} diff --git a/app/publications/page.tsx b/app/publications/page.tsx index 62c62f2..1988fe5 100644 --- a/app/publications/page.tsx +++ b/app/publications/page.tsx @@ -1,7 +1,7 @@ export default async function Page() { return (
-

Publications (1)

+

Publications (1)

Presentations (1)

    @@ -9,7 +9,7 @@ export default async function Page() {
- {/*
+

Literature Reviews (19)

  • Deep Learning with Python
  • @@ -32,7 +32,7 @@ export default async function Page() {
  • Good Strategy Bad Strategy
  • Neuroscience: Exploring the Brain
-
*/} +
{/*

Blog posts (0)

*/}
diff --git a/app/components/MdiGithub.tsx b/components/MdiGithub.tsx similarity index 100% rename from app/components/MdiGithub.tsx rename to components/MdiGithub.tsx diff --git a/public/moon.jpeg b/public/moon.jpeg new file mode 100644 index 0000000..74f4ff4 Binary files /dev/null and b/public/moon.jpeg differ