My personal website. It is free and liberated from social media.
at main 47 lines 1.5 kB view raw
1<!doctype html> 2<html lang="en"> 3 <head> 4 <meta charset="UTF-8" /> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 6 <link rel="stylesheet" href="/style.css" /> 7 <title>Demetrius S' Blog</title> 8 </head> 9 10 <body> 11 <header> 12 <h1>Demetrius S' Blog</h1> 13 <p> 14 A blog may or may not help me in my life journey. I think it will help 15 only because articulating my thoughts and ideas has brought me clarity, 16 introspection, and reformation. 17 </p> 18 <nav> 19 <a href="/">Home</a> 20 <a href="/projects/">Projects</a> 21 <a href="/blog/" class="titular-navbar-tab">Blog</a> 22 </nav> 23 </header> 24 <main> 25 <article> 26 <h2>Duck Day 2026</h2> 27 <div class="article-header"> 28 <address class="author"> 29 <a href="mailto:demetrius@demsem.dev">Demetrius Semanko</a> 30 </address> 31 <time class="date-posted" datetime="2026-03-03">2026-03-03</time> 32 </div> 33 <section> 34 <p> 35 When programming, we try to develop 36 <span class="italic">something</span>, but we also develop 37 <span class="italic">problems</span>. We try our best to fix the 38 problem, but we find ourselves struggling. Who or what can we turn to? 39 </p> 40 <em>A duck! 🦆</em> 41 </section> 42 <a href="/blog/duck_day_2026">Read more...</a> 43 </article> 44 </main> 45 <footer><section>&copy; 2026 Demetrius</section></footer> 46 </body> 47</html>