update header
This commit is contained in:
@@ -20,12 +20,29 @@ export default function RootLayout({
|
|||||||
return (
|
return (
|
||||||
<html lang="en" className={GeistSans.className}>
|
<html lang="en" className={GeistSans.className}>
|
||||||
<body>
|
<body>
|
||||||
<div className="flex justify-center gap-5 my-5 font-bold">
|
<div className="flex justify-between my-5 font-bold mx-5">
|
||||||
<TabItem targetPath="/" text="Home" />
|
<div>
|
||||||
|
<h1 className="text-2xl">
|
||||||
|
<a href="/">Stan Runge</a>
|
||||||
|
</h1>
|
||||||
|
</div>
|
||||||
|
<div className="flex justify-center gap-5">
|
||||||
<TabItem targetPath="/projects" text="Projects" />
|
<TabItem targetPath="/projects" text="Projects" />
|
||||||
<TabItem targetPath="/publications" text="Publications" />
|
<TabItem targetPath="/publications" text="Publications" />
|
||||||
<TabItem targetPath="/certificates" text="Certificates" />
|
<TabItem targetPath="/certificates" text="Certificates" />
|
||||||
</div>
|
</div>
|
||||||
|
<div className="flex justify-center gap-5">
|
||||||
|
<a href="https://github.com/stanrunge" className="text-blue-500">
|
||||||
|
GitHub
|
||||||
|
</a>
|
||||||
|
<a
|
||||||
|
href="https://linkedin.com/in/stanrunge"
|
||||||
|
className="text-blue-500"
|
||||||
|
>
|
||||||
|
LinkedIn
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
{children}
|
{children}
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
19
app/page.tsx
19
app/page.tsx
@@ -50,25 +50,6 @@ export default async function Index() {
|
|||||||
<p>English, Dutch, Spanish, Papiamentu, Korean</p>
|
<p>English, Dutch, Spanish, Papiamentu, Korean</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="text-center my-10">
|
|
||||||
<h2 className="text-3xl">Links</h2>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<a href="https://github.com/stanrunge" className="text-blue-500">
|
|
||||||
GitHub
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
href="https://linkedin.com/in/stanrunge"
|
|
||||||
className="text-blue-500"
|
|
||||||
>
|
|
||||||
LinkedIn
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user