From fcc7a9157c2c63e86bb6e93558a3a228ff8faa3f Mon Sep 17 00:00:00 2001 From: Filip Wandzio Date: Mon, 8 Sep 2025 19:20:16 +0200 Subject: Rewrite whole project in svelte for better accessibility Signed-off-by: Filip Wandzio --- src/lib/components/Main.svelte | 57 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 src/lib/components/Main.svelte (limited to 'src/lib/components/Main.svelte') diff --git a/src/lib/components/Main.svelte b/src/lib/components/Main.svelte new file mode 100644 index 0000000..5c9ade9 --- /dev/null +++ b/src/lib/components/Main.svelte @@ -0,0 +1,57 @@ +
+
+

💡 About

+

+ I’m a software engineer who makes tools that are simple, practical, + and useful. Right now I mostly work with web applications, mobile + development, and general software design. +

+

+ Outside of programming, I spend time with music — listening, + exploring, and creating my own pieces. +

+
+ +
+

👨‍💻 Projects

+

+ Side projects are hosted on my git repository. They are experiments, prototypes, and actual working solutions + used on my personal machine. Here you can also find materials used + on my prelections. +

+
+ +
+

🔬 Research

+

+ Currently I am an undergraduate / master’s student in Computer + Science with a interest in + Cybersecurity, Operating Systems and Network Engineering. My academic work has focused on learning core concepts, exploring + how technology can be made more accessible, and experimenting with + practical projects that bridge theory and application. +

+

+ I am not yet a professional researcher, but I enjoy reviewing + academic papers, and building prototypes. My long-term goal is to + pursue further graduate studies where I can deepen my expertise. +

+
+ +
+

✉️ Contact

+

+ If you’d like to get in touch, send me an email: contact@philw.dev. +

+
+
-- cgit v1.2.3