aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorphilw <contact@philw.dev>2025-08-18 17:36:57 +0200
committerphilw <contact@philw.dev>2025-08-18 17:36:57 +0200
commit335ce2c66508e90d61fa468e8b12b3289f715a3e (patch)
treec3fb87df0a553f2055fd7fb2de2e4c4c990401c2 /index.html
downloadphilw.dev-335ce2c66508e90d61fa468e8b12b3289f715a3e.tar.gz
philw.dev-335ce2c66508e90d61fa468e8b12b3289f715a3e.zip
Initialize the repository
Signed-off-by: philw <contact@philw.dev>
Diffstat (limited to 'index.html')
-rw-r--r--index.html95
1 files changed, 95 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..eed0839
--- /dev/null
+++ b/index.html
@@ -0,0 +1,95 @@
1<!doctype html>
2<html lang="en">
3
4<head>
5 <meta charset="UTF-8" />
6 <meta name="viewport" content="width=device-width, initial-scale=1" />
7 <title>Filip Wandzio</title>
8 <meta name="description" content="Filip Wandzio — Software Engineer specializing in web technologies, mobile apps, and software design. Discover projects, research, presentations, and blog posts." />
9 <meta name="keywords" content="Software Engineer, Web Technologies, Mobile Apps, Presentations, Blog, Filip Wandzio" />
10 <link rel="icon" type="image/x-icon" href="./public/favicon.ico" />
11 <link rel="stylesheet" href="./index.css">
12 <link rel="canonical" href="https://philw.dev" />
13
14 <!-- Open Graph -->
15 <meta property="og:title" content="Filip Wandzio - Software Engineer" />
16 <meta property="og:description" content="Software engineer specializing in web technologies, mobile apps, and software design." />
17 <meta property="og:type" content="website" />
18 <meta property="og:url" content="https://philw.dev" />
19 <meta property="og:image" content="https://philw.dev/preview.webp" />
20
21 <!-- Twitter Card -->
22 <meta name="twitter:card" content="summary_large_image" />
23 <meta name="twitter:title" content="Filip Wandzio - Software Engineer" />
24 <meta name="twitter:description" content="Software engineer specializing in web technologies, mobile apps, and software design." />
25 <meta name="twitter:image" content="https://philw.dev/public/preview.webp" />
26
27 <meta name="theme-color" content="#22aa44" />
28
29 <!-- Structured data for upcoming event -->
30 <script type="application/ld+json">
31 {
32 "@context": "https://schema.org",
33 "@type": "Event",
34 "name": "Enter The Matrix",
35 "startDate": "2025-11-11",
36 "location": {
37 "@type": "Place",
38 "name": "MacMeeting"
39 },
40 "organizer": {
41 "@type": "Person",
42 "name": "Filip Wandzio"
43 }
44 }
45 </script>
46</head>
47<body>
48 <header aria-label="Website header">
49 <h1>Filip Wandzio</h1>
50 </header>
51 <main>
52 <section id="about" aria-labelledby="about">
53 <h2>About Me</h2>
54 <p>Software engineer focused on practical tools and solving real-world problems with minimal overhead. Currently working with web technologies, mobile applications, and software design.</p>
55 <p>In my free time, I enjoy music — both listening and producing my own pieces.</p>
56 </section>
57
58 <section id="projects" aria-labelledby="projects">
59 <h2>Projects</h2>
60 <p>Personal projects are available on <a href="https://git.philw.dev" target="_blank" rel="noopener noreferrer" aria-label="Visit Filip Wandzio's GitHub projects">GitHub</a>.</p>
61 </section>
62
63 <section id="presentations" aria-labelledby="presentations">
64 <h2>Upcoming Presentations</h2>
65 <ul>
66 <li><strong>Enter The Matrix</strong> — <em>MacMeeting</em> — 11.11.2025</li>
67 </ul>
68 </section>
69
70 <section id="research" aria-labelledby="research">
71 <h2>Research</h2>
72 <ul>
73 <li><a href="#" aria-label="Bachelor's thesis details">Bachelor's thesis</a></li>
74 <li><a href="#" aria-label="Master's thesis details">Master's thesis</a> — work in progress</li>
75 </ul>
76 </section>
77
78 <section id="blog" aria-labelledby="blog">
79 <h2>Blog</h2>
80 <ul>
81 <li><a href="#" aria-label="My approach to web technologies article">Web Technologies</a> — work in progress</li>
82 <li><a href="#" aria-label="My experience with music production article">Music production and GNU/Linux</a> — work in progress</li>
83 </ul>
84 </section>
85
86 <section id="contact" aria-labelledby="contact">
87 <h2>Contact</h2>
88 <p>Reach out via <a href="mailto:contact@philw.dev" aria-label="Email Filip Wandzio">contact@philw.dev</a>.</p>
89 </section>
90 </main>
91 <footer aria-label="Footer with privacy statement">
92 <p class="privacy">This website does not collect any data or track visitors.</p>
93 </footer>
94</body>
95</html>