aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/components/Main.svelte35
1 files changed, 10 insertions, 25 deletions
diff --git a/src/lib/components/Main.svelte b/src/lib/components/Main.svelte
index d5c6269..d5861c6 100644
--- a/src/lib/components/Main.svelte
+++ b/src/lib/components/Main.svelte
@@ -1,53 +1,38 @@
1<main> 1<main>
2 <section id="about" aria-labelledby="about-heading"> 2 <section id="about" aria-labelledby="about-heading">
3 <h2 id="about-heading">đź’ˇ About</h2> 3 <h2 id="about-heading">About</h2>
4 <p> 4 <p>
5 I’m a software engineer who makes tools that are simple, practical, 5 I’m a software engineer who builds practical tools. I mostly work on web and mobile apps, and general software development.
6 and useful. Right now I mostly work with web applications, mobile
7 development, and general software design.
8 </p>
9 <p>
10 Outside of programming, I spend time with music.
11 </p> 6 </p>
12 </section> 7 </section>
13 8
14 <section id="projects" aria-labelledby="projects-heading"> 9 <section id="projects" aria-labelledby="projects-heading">
15 <h2 id="projects-heading">👨‍💻 Projects</h2> 10 <h2 id="projects-heading">Projects</h2>
16 <p> 11 <p>
17 Side projects are hosted on my <a 12 My side projects are on my <a
18 href="https://git.philw.dev" 13 href="https://git.philw.dev"
19 target="_blank" 14 target="_blank"
20 rel="noopener noreferrer" 15 rel="noopener noreferrer"
21 aria-label="visit filip wandzio's git repository" 16 aria-label="visit filip wandzio's git repository"
22 >git repository</a 17 >git repository</a
23 >. They are experiments, prototypes, and actual working solutions 18 >. They include experiments, prototypes, and working tools I use personally. You can also find materials from my talks and presentations.
24 used on my personal machine. Here you can also find materials used
25 on my prelections.
26 </p> 19 </p>
27 </section> 20 </section>
28 21
29 <section id="research" aria-labelledby="research-heading"> 22 <section id="research" aria-labelledby="research-heading">
30 <h2 id="research-heading">🔬 Research</h2> 23 <h2 id="research-heading">Research</h2>
31 <p> 24 <p>
32 Currently I am an undergraduate / master’s student in Computer 25 I am an undergraduate / master’s student in Computer Science, interested in <strong>Cybersecurity, Operating Systems, and Networks</strong>. I focus on learning core concepts and building practical projects that connect theory to practice.
33 Science with a interest in
34 <strong
35 >Cybersecurity, Operating Systems and Network Engineering</strong
36 >. My academic work has focused on learning core concepts, exploring
37 how technology can be made more accessible, and experimenting with
38 practical projects that bridge theory and application.
39 </p> 26 </p>
40 <p> 27 <p>
41 I am not yet a professional researcher, but I enjoy reviewing 28 I enjoy reviewing papers and creating prototypes. I plan to continue my studies to deepen my expertise.
42 academic papers, and building prototypes. My long-term goal is to
43 pursue further graduate studies where I can deepen my expertise.
44 </p> 29 </p>
45 </section> 30 </section>
46 31
47 <section id="contact" aria-labelledby="contact-heading"> 32 <section id="contact" aria-labelledby="contact-heading">
48 <h2 id="contact-heading">✉️ Contact</h2> 33 <h2 id="contact-heading">Contact</h2>
49 <p> 34 <p>
50 If you’d like to get in touch, send me an email: <a 35 To get in touch, send me an email: <a
51 href="mailto:contact@philw.dev" 36 href="mailto:contact@philw.dev"
52 aria-label="email filip wandzio">contact@philw.dev</a 37 aria-label="email filip wandzio">contact@philw.dev</a
53 >. 38 >.