aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/components
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/components/Main.svelte54
1 files changed, 25 insertions, 29 deletions
diff --git a/src/lib/components/Main.svelte b/src/lib/components/Main.svelte
index bab34f8..fb58c54 100644
--- a/src/lib/components/Main.svelte
+++ b/src/lib/components/Main.svelte
@@ -2,43 +2,39 @@
2 <section id="about" aria-labelledby="about-heading"> 2 <section id="about" aria-labelledby="about-heading">
3 <h1 id="about-heading">About</h1> 3 <h1 id="about-heading">About</h1>
4 <p> 4 <p>
5 I am a <strong>software engineer</strong> and 5 Software engineer, CS master’s student, based in Poland, hacking on
6 <strong>CS major</strong>(ongoing <strong>master's degree</strong>) 6 web, mobile, embedded. I also provide GNU/Linux administration services. More information available in my <a href="https://git.philw.dev/resume" target="_blank" rel="noopener noreferrer" aria-label="visit Filip Wandzio's resume">
7 currently working on web, mobile and embedded software. My stack 7 resume
8 mostly includes <strong>Rust</strong> and 8 </a>.
9 <strong>Svelte</strong>.
10 </p> 9 </p>
11 </section> 10 </section>
12 11
13 <section id="projects" aria-labelledby="projects-heading"> 12 <section id="projects" aria-labelledby="projects-heading">
14 <h1 id="projects-heading">Projects</h1> 13 <h1 id="projects-heading">Projects</h1>
15 <p> 14 <p>
16 Side projects are on my <a 15 Visit this
17 href="https://git.philw.dev" 16 <a href="https://git.philw.dev" target="_blank" rel="noopener noreferrer" aria-label="visit Filip Wandzio's git repository">
18 target="_blank" 17 git repository
19 rel="noopener noreferrer" 18 </a> for my side projects.
20 aria-label="visit Filip Wandzio's git repository"
21 >git repository</a
22 >. They include experiments, prototypes, and working tools I use
23 personally. You can also find materials from my talks and
24 presentations.
25 </p> 19 </p>
26 </section> 20 </section>
27 21
28 <section id="contact" aria-labelledby="contact-heading"> 22 <section id="services" aria-labelledby="services-heading">
29 <h1 id="contact-heading">Contact</h1> 23 <h1 id="services-heading">Services</h1>
30 <p> 24 <ul>
31 To get in touch send me an email: <a 25 <li>Software Engineering (Currently Rust + Svelte, previously PHP and React)</li>
32 href="mailto:contact@philw.dev" 26 <li>GNU/Linux & OpenBSD setup, configuration, automation and maintenance</li>
33 aria-label="email filip wandzio">contact@philw.dev</a 27 <li>Web, game, matrix and e-mail servers setup, configuration maintenance</li>
34 >, or find me in the [matrix] network: 28 <li>GIT server deployment/management</li>
35 <a 29 <li>Basic CI/CD GitHub Actions</li>
36 href="https://matrix.to/#/@phlw:philw.dev" 30 </ul>
37 target="_blank"
38 rel="noopener noreferrer"
39 aria-label="filip wandzio matrix account"
40 >@phlw:philw.dev</a
41 >.
42 </p>
43 </section> 31 </section>
32
33<section id="contact" aria-labelledby="contact-heading">
34 <h1 id="contact-heading">Contact</h1>
35 <p>
36 Email: <a href="mailto:contact@philw.dev" aria-label="email Filip Wandzio">contact@philw.dev</a><br />
37 Matrix: <a href="https://matrix.to/#/@phlw:philw.dev" target="_blank" rel="noopener noreferrer" aria-label="Filip Wandzio Matrix account">@phlw:philw.dev</a>
38 </p>
39</section>
44</main> 40</main>