1
0

remove unfinished sections

This commit is contained in:
Rokas Puzonas 2025-06-25 00:49:20 +03:00
parent 7ca62a7486
commit 7b8cf80647
4 changed files with 50 additions and 45 deletions

View File

@ -19,9 +19,9 @@
</div>
</div>
<a href="/projects/{info.id}" class="my-auto bg-srcery-yellow hover:bg-srcery-yellow-bright text-srcery-black duration-200 p-1.5 m-4">
<div class="text-center">
Daugiau
</div>
</a>
<!-- <a href="/projects/{info.id}" class="my-auto bg-srcery-yellow hover:bg-srcery-yellow-bright text-srcery-black duration-200 p-1.5 m-4"> -->
<!-- <div class="text-center"> -->
<!-- Daugiau -->
<!-- </div> -->
<!-- </a> -->
</div>

View File

@ -2,7 +2,7 @@
export var gameOfLifeInfo = {
id: "game-of-life",
title: "\"Game Of Life\"",
sourceCodeURL: "https://github.com/RokasPuzonas/rust-game-of-life",
sourceCodeURL: "https://git.rpuzonas.com/rpuzonas/rust-game-of-life",
createdAt: "2022/06/03",
shortDescription: "John Conway's game of life parašytas rust programavimo kalboje"
}

View File

@ -6,20 +6,22 @@
import "../app.css";
import "@fortawesome/fontawesome-free/css/all.min.css"
const navLinks = [
{
label: "Projektai",
href: "/projects"
},
{
label: "Apie mane",
href: "/#about"
},
{
label: "Kontaktai",
href: "/#contact"
}
]
// const navLinks = [
// {
// label: "Projektai",
// href: "/#projects"
// },
// {
// label: "Apie mane",
// href: "/#about"
// },
// {
// label: "Kontaktai",
// href: "/#contact"
// }
// ]
const email = "rokas.puz@gmail.com"
</script>
<div class="w-full h-dvh flex flex-col">
@ -34,16 +36,16 @@
</a>
</span>
<span class="flex flex-row gap-6">
{#each navLinks as navLink}
<a
href={navLink.href}
class="hover:underline duration-200 hover:text-srcery-blue"
>
{navLink.label}
</a>
{/each}
</span>
<!-- <span class="flex flex-row gap-6"> -->
<!-- {#each navLinks as navLink} -->
<!-- <a -->
<!-- href={navLink.href} -->
<!-- class="hover:underline duration-200 hover:text-srcery-blue" -->
<!-- > -->
<!-- {navLink.label} -->
<!-- </a> -->
<!-- {/each} -->
<!-- </span> -->
</div>
</header>
@ -56,11 +58,14 @@
<footer class="bg-srcery-gray-5 px-6 py-3 w-full">
<div class="flex flex-col md:flex-row md:gap-8 justify-center">
<span>
<i class="fa-regular fa-envelope"></i> rokas.puz@gmail.com
<a href="mailto:{email}">
<i class="fa-regular fa-envelope"></i>
<span class="underline underline-offset-2 text-srcery-blue">{email}</span>
</a>
</span>
<span>
<a href="https://github.com/RokasPuzonas/">
<i class="fa-brands fa-github" />
<a href="https://git.rpuzonas.com/rpuzonas/">
<i class="fa-brands fa-square-git" />
<span class="underline underline-offset-2 text-srcery-blue">@RokasPuzonas</span>
</a>
</span>

View File

@ -12,10 +12,10 @@
<hr class="border-srcery-gray-1 border-dashed">
<section id="about" class="my-10">
<h1 class="text-center text-3xl">Apie mane</h1>
// TODO:
</section>
<!-- <section id="about" class="my-10"> -->
<!-- <h1 class="text-center text-3xl">Apie mane</h1> -->
<!-- // TODO: -->
<!-- </section> -->
<hr class="border-srcery-gray-1 border-dashed">
@ -28,14 +28,14 @@
{/each}
</div>
<a href="/projects" class="mx-auto text-lg bg-srcery-yellow hover:bg-srcery-yellow-bright text-srcery-black duration-200 p-2">
Daugiau projektų...
</a>
<!-- <a href="/projects" class="mx-auto text-lg bg-srcery-yellow hover:bg-srcery-yellow-bright text-srcery-black duration-200 p-2"> -->
<!-- Daugiau projektų... -->
<!-- </a> -->
</section>
<hr class="border-srcery-gray-1 border-dashed">
<!-- <hr class="border-srcery-gray-1 border-dashed"> -->
<section id="contact" class="my-10">
<h1 class="text-center text-3xl">Kontaktai</h1>
// TODO:
</section>
<!-- <section id="contact" class="my-10"> -->
<!-- <h1 class="text-center text-3xl">Kontaktai</h1> -->
<!-- // TODO: -->
<!-- </section> -->