This commit is contained in:
Dominik Strangas 2024-01-17 11:50:51 +01:00
parent faf5c0f061
commit 21282db188
3 changed files with 68 additions and 68 deletions

View File

@ -36,9 +36,9 @@ export const Navigation = () => {
<a class="hover:underline transition-all hover:text-zinc-50" href="/mystory"> <a class="hover:underline transition-all hover:text-zinc-50" href="/mystory">
&#220;ber Mich &#220;ber Mich
</a> </a>
<a class="hover:underline transition-all hover:text-zinc-50" href="/skills"> {/* <a class="hover:underline transition-all hover:text-zinc-50" href="/skills">
Skills Skills
</a> </a> */}
</div> </div>
</div> </div>
</div> </div>
@ -62,9 +62,9 @@ export const Navigation = () => {
<a class="hover:underline transition-all hover:text-zinc-50" href="/mystory"> <a class="hover:underline transition-all hover:text-zinc-50" href="/mystory">
&#220;ber Mich &#220;ber Mich
</a> </a>
<a class="hover:underline transition-all hover:text-zinc-50" href="/skills"> {/* <a class="hover:underline transition-all hover:text-zinc-50" href="/skills">
Skills Skills
</a> </a> */}
</nav> </nav>
</> </>
); );

View File

@ -15,7 +15,7 @@ const storyItems: StoryItemType[] = [
{ {
title: "First Code", title: "First Code",
description: description:
"Mit 13 Jahren schrieb ich meine ersten Codezeilen. In den anschließenden Jahren erfolgte der Übergang von der Erstellung von Minecraft-Plugins mit Java zur Webentwicklung.", "Mit 13 Jahren schrieb ich meine ersten Codezeilen. In den anschließenden Jahren erfolgte der Übergang von der Erstellung von Minecraft-Plugins mit Java zur Full-Stack Webentwicklung.",
image: "/img/code.png", image: "/img/code.png",
epochTime: "2017 - 2019" epochTime: "2017 - 2019"
}, },
@ -39,8 +39,8 @@ const storyItems: StoryItemType[] = [
--- ---
<PageLayout> <PageLayout>
<div class="min-h-screen w-screen p-10 bg-zinc-100"> <div class="min-h-screen w-screen p-10 bg-zinc-100">
<h1 class="text-4xl font-bold">Meine Geschichte</h1> <h1 class="text-4xl font-bold">Meine Geschichte</h1>
<StoryItems client:load storyItems={storyItems} /> <StoryItems client:load storyItems={storyItems} />
</div> </div>
</PageLayout> </PageLayout>

View File

@ -5,7 +5,7 @@ import Footer from "../views/Footer.astro";
--- ---
<PageLayout> <PageLayout>
<div class="w-screen flex flex-col"> <div class="w-screen flex flex-col">
<div class="flex-1 w-screen bg-zinc-900 flex justify-center items-center py-8 px-12"> <div class="flex-1 w-screen bg-zinc-900 flex justify-center items-center py-8 px-12">
<div class="grid grid-cols-1 2xl:grid-cols-2 grid-rows-3 xl:w-1/2 h-full gap-7"> <div class="grid grid-cols-1 2xl:grid-cols-2 grid-rows-3 xl:w-1/2 h-full gap-7">
<div <div
@ -37,9 +37,9 @@ import Footer from "../views/Footer.astro";
> >
<p class="font-mono font-bold text-2xl">Portfolio</p> <p class="font-mono font-bold text-2xl">Portfolio</p>
<p class="font-mono text-lg break-words"> <p class="font-mono text-lg break-words">
Mein Portfolio habe ich dem modernen Framework <span class="text-purple-700 underline font-bold" Mein Portfolio habe ich mit dem modernen Framework <span class="text-purple-700 underline font-bold"
><a target="_blank" href="https://astro.build/">Astro</a></span ><a target="_blank" href="https://astro.build/">Astro</a></span
> erstellt, um eine beeindruckende Online-Präsenz zu präsentieren. > erstellt, um eine schöne Online-Präsenz zu präsentieren.
</p> </p>
<p class="ont-mono text-sm break-words">Weitere verwendete Technologien: TailwindCSS, SolidJS</p> <p class="ont-mono text-sm break-words">Weitere verwendete Technologien: TailwindCSS, SolidJS</p>
</div> </div>
@ -69,5 +69,5 @@ import Footer from "../views/Footer.astro";
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</PageLayout> </PageLayout>