nirm.al

my website
git clone git://git.nirm.al/nirm.al.git
Log | Files | Refs | README | LICENSE

mid-of-the-crisis.html (1964B)


      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" />
      6     <link rel="icon" type="image/png" href="/img/favicon.png" />
      7     <title>Nirmal Kumar R - Mid of the crisis</title>
      8     <link rel="stylesheet" href="/style.css" />
      9   </head>
     10   <body>
     11     <a href="/" class="header">
     12       <div class="logo">
     13         <img src="/img/nklogo.png" width="90px" />
     14       </div>
     15       <p><img src="/img/nirmal-banner.png" height="70px"></p>
     16     </a>
     17 
     18     <nav>
     19       <a href="/blog.html">Blog</a>
     20       <a href="/poems.html">Poems</a>
     21       <a href="/devlog.html">Devlog</a>
     22       <a href="mailto:nirmal@posteo.net">Contact</a>
     23     </nav>
     24 
     25     <section class="content-wrapper">
     26       <div class="title">Mid of the crisis <span class="date">[2023-02-07]</span></div>
     27 
     28       <div class="content">
     29         <p>
     30           Whilst reading this article today -
     31           <a
     32             href="https://blogs.bl.uk/european/2023/02/mikalojus-konstantinas-%C4%8Diurlionis-a-genius-cursed-by-fate.html"
     33             target="_blank"
     34             >Mikalojus Konstantinas Čiurlionis: a genius cursed by fate?</a
     35           >.
     36         </p>
     37         <p>
     38           A pertinent thought arisen me due to the recent events of death and
     39           war is that how much could we lose? There could be many like this guy
     40           in the article who absents away this world without seeing others’
     41           lives happier through their art or by any means and remain unknown
     42           forever for us poor remains.
     43         </p>
     44       </div>
     45     </section>
     46 
     47     <footer>
     48       <hr />
     49       © Nirmal Kumar R. All original text, is licensed under a
     50       <a href="http://creativecommons.org/licenses/by/4.0/"
     51         >Creative Commons Attribution 4.0 International License</a
     52       >. Source code of this website can be found
     53       <a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
     54     </footer>
     55   </body>
     56 </html>