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>
</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"> <!-- <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"> <!-- <div class="text-center"> -->
Daugiau <!-- Daugiau -->
</div> <!-- </div> -->
</a> <!-- </a> -->
</div> </div>

View File

@ -2,7 +2,7 @@
export var gameOfLifeInfo = { export var gameOfLifeInfo = {
id: "game-of-life", id: "game-of-life",
title: "\"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", createdAt: "2022/06/03",
shortDescription: "John Conway's game of life parašytas rust programavimo kalboje" shortDescription: "John Conway's game of life parašytas rust programavimo kalboje"
} }

View File

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

View File

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