chore: Update page titles and fix styling in publications and projects pages
This commit is contained in:
@@ -33,7 +33,7 @@ export default function RootLayout({
|
||||
backgroundSize: "cover",
|
||||
backgroundPosition: "center",
|
||||
filter: "blur(5px)",
|
||||
position: "fixed", // Changed from 'absolute' to 'fixed'
|
||||
position: "fixed",
|
||||
top: 0,
|
||||
left: -46,
|
||||
width: "100%",
|
||||
@@ -41,31 +41,43 @@ export default function RootLayout({
|
||||
zIndex: -1,
|
||||
}}
|
||||
/>
|
||||
<div className="flex justify-between my-5 font-bold mx-5">
|
||||
<div>
|
||||
<div className="flex justify-between my-5 mx-5">
|
||||
<div className="flex-1">
|
||||
<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="/publications" text="Publications" />
|
||||
<TabItem targetPath="/certificates" text="Certificates" />
|
||||
<TabItem targetPath="/cokno" text="CoKno" />
|
||||
<div className="flex-1 flex justify-center">
|
||||
<div className="flex gap-5">
|
||||
<TabItem targetPath="/projects" text="Projects" />
|
||||
<TabItem targetPath="/publications" text="Publications" />
|
||||
<TabItem targetPath="/certificates" text="Certificates" />
|
||||
<TabItem targetPath="/cokno" text="CoKno" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="flex justify-center gap-5">
|
||||
<a href="https://github.com/stanrunge">
|
||||
<Icon d="M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5c.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34c-.46-1.16-1.11-1.47-1.11-1.47c-.91-.62.07-.6.07-.6c1 .07 1.53 1.03 1.53 1.03c.87 1.52 2.34 1.07 2.91.83c.09-.65.35-1.09.63-1.34c-2.22-.25-4.55-1.11-4.55-4.92c0-1.11.38-2 1.03-2.71c-.1-.25-.45-1.29.1-2.64c0 0 .84-.27 2.75 1.02c.79-.22 1.65-.33 2.5-.33s1.71.11 2.5.33c1.91-1.29 2.75-1.02 2.75-1.02c.55 1.35.2 2.39.1 2.64c.65.71 1.03 1.6 1.03 2.71c0 3.82-2.34 4.66-4.57 4.91c.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2" />
|
||||
</a>
|
||||
<a href="https://linkedin.com/in/stanrunge">
|
||||
<Icon d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93zM6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37z" />
|
||||
</a>
|
||||
<a href="https://x.com/stanrunge">
|
||||
<Icon d="M18.205 2.25h3.308l-7.227 8.26l8.502 11.24H16.13l-5.214-6.817L4.95 21.75H1.64l7.73-8.835L1.215 2.25H8.04l4.713 6.231zm-1.161 17.52h1.833L7.045 4.126H5.078z" />
|
||||
</a>
|
||||
<div className="flex-1 flex justify-end">
|
||||
<div className="flex gap-5">
|
||||
<a href="https://github.com/stanrunge">
|
||||
<Icon d="M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5c.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34c-.46-1.16-1.11-1.47-1.11-1.47c-.91-.62.07-.6.07-.6c1 .07 1.53 1.03 1.53 1.03c.87 1.52 2.34 1.07 2.91.83c.09-.65.35-1.09.63-1.34c-2.22-.25-4.55-1.11-4.55-4.92c0-1.11.38-2 1.03-2.71c-.1-.25-.45-1.29.1-2.64c0 0 .84-.27 2.75 1.02c.79-.22 1.65-.33 2.5-.33s1.71.11 2.5.33c1.91-1.29 2.75-1.02 2.75-1.02c.55 1.35.2 2.39.1 2.64c.65.71 1.03 1.6 1.03 2.71c0 3.82-2.34 4.66-4.57 4.91c.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2" />
|
||||
</a>
|
||||
<a href="https://linkedin.com/in/stanrunge">
|
||||
<Icon d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93zM6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37z" />
|
||||
</a>
|
||||
<a href="https://x.com/stanrunge">
|
||||
<Icon d="M18.205 2.25h3.308l-7.227 8.26l8.502 11.24H16.13l-5.214-6.817L4.95 21.75H1.64l7.73-8.835L1.215 2.25H8.04l4.713 6.231zm-1.161 17.52h1.833L7.045 4.126H5.078z" />
|
||||
</a>
|
||||
<a href="https://www.youtube.com/channel/UC12PhJmU6hhj_-EbTAdgHvw">
|
||||
<Icon d="m10 15l5.19-3L10 9zm11.56-7.83c.13.47.22 1.1.28 1.9c.07.8.1 1.49.1 2.09L22 12c0 2.19-.16 3.8-.44 4.83c-.25.9-.83 1.48-1.73 1.73c-.47.13-1.33.22-2.65.28c-1.3.07-2.49.1-3.59.1L12 19c-4.19 0-6.8-.16-7.83-.44c-.9-.25-1.48-.83-1.73-1.73c-.13-.47-.22-1.1-.28-1.9c-.07-.8-.1-1.49-.1-2.09L2 12c0-2.19.16-3.8.44-4.83c.25-.9.83-1.48 1.73-1.73c.47-.13 1.33-.22 2.65-.28c1.3-.07 2.49-.1 3.59-.1L12 5c4.19 0 6.8.16 7.83.44c.9.25 1.48.83 1.73 1.73" />
|
||||
</a>
|
||||
<a href="https://twitch.com/stanrunge_">
|
||||
<Icon d="M11.64 5.93h1.43v4.28h-1.43m3.93-4.28H17v4.28h-1.43M7 2L3.43 5.57v12.86h4.28V22l3.58-3.57h2.85L20.57 12V2m-1.43 9.29l-2.85 2.85h-2.86l-2.5 2.5v-2.5H7.71V3.43h11.43Z" />
|
||||
</a>
|
||||
<a href="https://instagram.com/stan_runge">
|
||||
<Icon d="M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4zm9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8A1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{children}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
import { Icon } from "@/components/Icon";
|
||||
import { ProjectCard } from "@/components/ProjectCard";
|
||||
|
||||
export default async function Page() {
|
||||
return (
|
||||
<div className="flex flex-col items-center">
|
||||
<h1 className="text-4xl my-5">Projects (2)</h1>
|
||||
<h1 className="text-4xl my-5">Projects</h1>
|
||||
<div
|
||||
className="my-5 rounded-xl"
|
||||
style={{
|
||||
@@ -11,38 +12,49 @@ export default async function Page() {
|
||||
}}
|
||||
>
|
||||
<h2 className="text-2xl font-bold">Vash Software</h2>
|
||||
<p>
|
||||
Vash was originally a video game clan, transformed by Stan to be a
|
||||
global{" "}
|
||||
</p>
|
||||
<p>A global, asynchronic software company.</p>
|
||||
|
||||
<div>
|
||||
<h3 className="text-xl font-semibold">Vash Esports (Pre-Alpha)</h3>
|
||||
<p>The best way to play games competitively.</p>
|
||||
|
||||
<div>
|
||||
<h4 className="text-l font-semibold">Web App</h4>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h4 className="text-l font-semibold">iOS App</h4>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h4 className="text-l font-semibold">Vash Gaming Network</h4>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h4 className="text-l font-semibold">osu! Match Streamer</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="my-5">
|
||||
<h2 className="text-2xl my-5">Personal Projects (2)</h2>
|
||||
<h2 className="text-2xl my-5">Personal Projects (3)</h2>
|
||||
<div className="grid grid-cols-2 gap-4">
|
||||
<div className="flex">
|
||||
<div>
|
||||
<Icon d="M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5c.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34c-.46-1.16-1.11-1.47-1.11-1.47c-.91-.62.07-.6.07-.6c1 .07 1.53 1.03 1.53 1.03c.87 1.52 2.34 1.07 2.91.83c.09-.65.35-1.09.63-1.34c-2.22-.25-4.55-1.11-4.55-4.92c0-1.11.38-2 1.03-2.71c-.1-.25-.45-1.29.1-2.64c0 0 .84-.27 2.75 1.02c.79-.22 1.65-.33 2.5-.33s1.71.11 2.5.33c1.91-1.29 2.75-1.02 2.75-1.02c.55 1.35.2 2.39.1 2.64c.65.71 1.03 1.6 1.03 2.71c0 3.82-2.34 4.66-4.57 4.91c.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2" />
|
||||
</div>
|
||||
<div>
|
||||
<h3 className="text-xl font-semibold">This website</h3>
|
||||
<p>
|
||||
Despite being a simple, mostly static website, there's a lot
|
||||
more behind the scenes.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div className="flex">
|
||||
<div>
|
||||
<Icon d="M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5c.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34c-.46-1.16-1.11-1.47-1.11-1.47c-.91-.62.07-.6.07-.6c1 .07 1.53 1.03 1.53 1.03c.87 1.52 2.34 1.07 2.91.83c.09-.65.35-1.09.63-1.34c-2.22-.25-4.55-1.11-4.55-4.92c0-1.11.38-2 1.03-2.71c-.1-.25-.45-1.29.1-2.64c0 0 .84-.27 2.75 1.02c.79-.22 1.65-.33 2.5-.33s1.71.11 2.5.33c1.91-1.29 2.75-1.02 2.75-1.02c.55 1.35.2 2.39.1 2.64c.65.71 1.03 1.6 1.03 2.71c0 3.82-2.34 4.66-4.57 4.91c.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2" />
|
||||
</div>
|
||||
<div>
|
||||
<h3 className="text-xl font-semibold">Spotify osu! Map Finder</h3>
|
||||
<p>
|
||||
A quick tool to find osu! maps from Spotify songs or playlists.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<ProjectCard
|
||||
title="This Website"
|
||||
description="Despite being a simple, mostly static website, there's a lot
|
||||
more behind the scenes."
|
||||
link="https://github.com/stanrunge/personal-website"
|
||||
/>
|
||||
<ProjectCard
|
||||
title="Spotify osu! Map Finder"
|
||||
description="A tool to find osu! maps based on Spotify playlists."
|
||||
link="https://github.com/stanrunge/spotify-map-finder"
|
||||
/>
|
||||
<ProjectCard
|
||||
title="Livvie MC Tournament Plugin"
|
||||
description="A Minecraft plugin to run tournaments on a server."
|
||||
link="https://github.com/stanrunge/livvie-mc-tournament-plugin"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
export default async function Page() {
|
||||
return (
|
||||
<div className="flex flex-col items-center">
|
||||
<h1 className="text-4xl my-5">Publications (1)</h1>
|
||||
<h1 className="text-4xl my-5">Publications</h1>
|
||||
<div className="my-5">
|
||||
<h2 className="text-2xl">Presentations (1)</h2>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user