view mrjunejune/src/blog/index.html @ 211:a6d8d32a0261

[MrJuneJune] Simple animations for darkmode.
author MrJuneJune <me@mrjunejune.com>
date Sun, 15 Feb 2026 21:38:23 -0800
parents 96628cf126a0
children
line wrap: on
line source

<!doctype html>
<html lang="en">
  <head>
    {{/parts/base_head.html}}
  </head>
  <body>
      {{/parts/header.html}}
     <main>
       <h1 class="title" style="margin-bottom: 20px;"> Blogs </h1>
       <ul style="list-style: none;">
         <li style="margin-bottom: 20px;">
           <span> January 08 2026 </span>
           <p><h4><a href="/blog/websocket-demystified">Websocket Demystified</a></h4></p>
         </li>
         <li style="margin-bottom: 20px;">
           <span> January 02 2026 </span>
           <p><h4><a href="/blog/my-seobeo-journey">Creating Network Library in C</a></h4></p>
         </li>
         <li style="margin-bottom: 20px;">
           <span> Apr 12 2025 </span>
           <p><h4><a href="/blog/wsl2-ssh">WSL2 Cloudtop Setup</a></h4></p>
         </li>
         <li style="margin-bottom: 20px;">
           <span> Dec 10 2024 </span>
           <p><h4><a href="/blog/multithread-in-js">MultiThreading in JS</a></h4></p>
         </li>
         <li style="margin-bottom: 20px;">
           <span> Nov 23 2024 </span>
           <p><h4><a href="/blog/thoughts-on-tdd">My thoughts on TDD</a></h4></p>
         </li>
         <li style="margin-bottom: 20px;">
           <span> Nov 21 2024 </span>
           <p><h4><a href="/blog/optimizing-grass-rendering">Optimizing Random Placement with Colour Noise</a></h4></p>
         </li>
         <li style="margin-bottom: 20px;">
           <span> Nov 17 2024 </span>
           <p><h4><a href="/blog/thoughts-on-ide">My thoughts on IDE</a></h4></p>
         </li>
         <li style="margin-bottom: 20px;">
           <span> Nov 16 2024 </span>
           <p><h4><a href="/blog/optimizing-data-structures">Optimizing Data Structure for Performance</a></h4></p>
         </li>
         <li style="margin-bottom: 20px;">
           <span> Nov 13 2024 </span>
           <p><h4><a href="/blog/wasm-bunny">WASM using c3</a></h4></p>
         </li>
       </ul>
     </main>
     {{/parts/footer.html}}
  </body>
</html>