From 8a761c7af5cd0855d1d489c20714b0070fa01ef5 Mon Sep 17 00:00:00 2001
From: Filip Wandzio
Date: Sun, 5 Oct 2025 22:11:52 +0200
Subject: Update descriptions, remove research tab
---
src/app.css | 1 +
src/lib/components/Header.svelte | 8 ++++----
src/lib/components/Main.svelte | 28 ++++++++++++++++------------
3 files changed, 21 insertions(+), 16 deletions(-)
diff --git a/src/app.css b/src/app.css
index 6334a7a..5b049eb 100644
--- a/src/app.css
+++ b/src/app.css
@@ -28,6 +28,7 @@ body {
flex-direction: column;
min-height: 100vh;
overflow: auto;
+ overflow-y: auto;
/* Hide scrollbar, preserve scroll */
-ms-overflow-style: none; /* IE/Edge */
diff --git a/src/lib/components/Header.svelte b/src/lib/components/Header.svelte
index eeeb78d..4be78d0 100644
--- a/src/lib/components/Header.svelte
+++ b/src/lib/components/Header.svelte
@@ -1,11 +1,11 @@
-
diff --git a/src/lib/components/Main.svelte b/src/lib/components/Main.svelte
index 9cb6d42..d5f0e0e 100644
--- a/src/lib/components/Main.svelte
+++ b/src/lib/components/Main.svelte
@@ -2,7 +2,10 @@
About
- I’m a software engineer who builds practical tools focused on performance and usability. Currently I work on web (both back and front), mobile and embedded software.
+ I’m a software engineer and CS major(ongoing master's degree)
+ currently working on web, mobile and embedded software. My tech
+ stack mostly includes Rust and
+ Svelte.
@@ -15,17 +18,9 @@
rel="noopener noreferrer"
aria-label="visit Filip Wandzio's git repository"
>git repository. They include experiments, prototypes, and working tools I use personally. You can also find materials from my talks and presentations.
-
-
-
-
- Research
-
- I am an undergraduate / master’s student in Computer Science, interested in Cybersecurity, Operating Systems, and Networks. I focus on learning core concepts and building practical projects that connect theory to practice.
-
-
- I enjoy reviewing papers and creating prototypes. I plan to continue my studies to deepen my expertise.
+ >. They include experiments, prototypes, and working tools I use
+ personally. You can also find materials from my talks and
+ presentations.
@@ -37,5 +32,14 @@
aria-label="email filip wandzio">contact@philw.dev.
+
+ Or find me in the [matrix] network: @philw:matrix.philw.dev.
+
--
cgit v1.2.3