diff options
| -rw-r--r-- | index.html | 61 |
1 files changed, 30 insertions, 31 deletions
| @@ -1,6 +1,5 @@ | |||
| 1 | <!doctype html> | 1 | <!doctype html> |
| 2 | <html lang="en"> | 2 | <html lang="en"> |
| 3 | |||
| 4 | <head> | 3 | <head> |
| 5 | <meta charset="UTF-8" /> | 4 | <meta charset="UTF-8" /> |
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1" /> | 5 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| @@ -24,22 +23,22 @@ | |||
| 24 | 23 | ||
| 25 | <meta name="theme-color" content="#22aa44" /> | 24 | <meta name="theme-color" content="#22aa44" /> |
| 26 | 25 | ||
| 27 | <script type="application/ld+json"> | 26 | <!-- <script type="application/ld+json"> --> |
| 28 | { | 27 | <!-- { --> |
| 29 | "@context": "https://schema.org", | 28 | <!-- "@context": "https://schema.org", --> |
| 30 | "@type": "Event", | 29 | <!-- "@type": "Event", --> |
| 31 | "name": "Enter The Matrix", | 30 | <!-- "name": "Enter The Matrix", --> |
| 32 | "startDate": "2025-11-11", | 31 | <!-- "startDate": "2025-11-11", --> |
| 33 | "location": { | 32 | <!-- "location": { --> |
| 34 | "@type": "Place", | 33 | <!-- "@type": "Place", --> |
| 35 | "name": "MacMeeting" | 34 | <!-- "name": "MacMeeting" --> |
| 36 | }, | 35 | <!-- }, --> |
| 37 | "organizer": { | 36 | <!-- "organizer": { --> |
| 38 | "@type": "Person", | 37 | <!-- "@type": "Person", --> |
| 39 | "name": "Filip Wandzio" | 38 | <!-- "name": "Filip Wandzio" --> |
| 40 | } | 39 | <!-- } --> |
| 41 | } | 40 | <!-- } --> |
| 42 | </script> | 41 | <!-- </script> --> |
| 43 | </head> | 42 | </head> |
| 44 | <body> | 43 | <body> |
| 45 | <header aria-label="Website header"> | 44 | <header aria-label="Website header"> |
| @@ -54,15 +53,15 @@ | |||
| 54 | 53 | ||
| 55 | <section id="projects" aria-labelledby="projects"> | 54 | <section id="projects" aria-labelledby="projects"> |
| 56 | <h2>Projects</h2> | 55 | <h2>Projects</h2> |
| 57 | <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> | 56 | <p>Personal projects are available <a href="https://git.philw.dev" target="_blank" rel="noopener noreferrer" aria-label="Visit Filip Wandzio's Git repository">here</a>.</p> |
| 58 | </section> | 57 | </section> |
| 59 | 58 | ||
| 60 | <section id="presentations" aria-labelledby="presentations"> | 59 | <!-- <section id="presentations" aria-labelledby="presentations"> --> |
| 61 | <h2>Upcoming Presentations</h2> | 60 | <!-- <h2>Upcoming Presentations</h2> --> |
| 62 | <ul> | 61 | <!-- <ul> --> |
| 63 | <li><strong>Enter The Matrix</strong> — <em>MacMeeting</em> — 11.11.2025</li> | 62 | <!-- <li><strong>Enter The Matrix</strong> — <em>MacMeeting</em> — 11.11.2025</li> --> |
| 64 | </ul> | 63 | <!-- </ul> --> |
| 65 | </section> | 64 | <!-- </section> --> |
| 66 | 65 | ||
| 67 | <section id="research" aria-labelledby="research"> | 66 | <section id="research" aria-labelledby="research"> |
| 68 | <h2>Research</h2> | 67 | <h2>Research</h2> |
| @@ -72,13 +71,13 @@ | |||
| 72 | </ul> | 71 | </ul> |
| 73 | </section> | 72 | </section> |
| 74 | 73 | ||
| 75 | <section id="blog" aria-labelledby="blog"> | 74 | <!-- <section id="blog" aria-labelledby="blog"> --> |
| 76 | <h2>Blog</h2> | 75 | <!-- <h2>Blog</h2> --> |
| 77 | <ul> | 76 | <!-- <ul> --> |
| 78 | <li><a href="#" aria-label="My approach to web technologies article">Web Technologies</a> — work in progress</li> | 77 | <!-- <li><a href="#" aria-label="My approach to web technologies article">Web Technologies</a> — work in progress</li> --> |
| 79 | <li><a href="#" aria-label="My experience with music production article">Music production and GNU/Linux</a> — work in progress</li> | 78 | <!-- <li><a href="#" aria-label="My experience with music production article">Music production and GNU/Linux</a> — work in progress</li> --> |
| 80 | </ul> | 79 | <!-- </ul> --> |
| 81 | </section> | 80 | <!-- </section> --> |
| 82 | 81 | ||
| 83 | <section id="contact" aria-labelledby="contact"> | 82 | <section id="contact" aria-labelledby="contact"> |
| 84 | <h2>Contact</h2> | 83 | <h2>Contact</h2> |
