nirm.al

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

my-life-is-not-shrinking.html (1557B)


      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 - My life is not shrinking</title>
      8     <link rel="stylesheet" href="/style.css" />
      9   </head>
     10 
     11   <body>
     12     <a href="/" class="header">
     13       <div class="logo">
     14         <img src="/img/nklogo.png" width="90px" />
     15       </div>
     16       <p><img src="/img/nirmal-banner.png" height="70px"></p>
     17     </a>
     18 
     19     <nav>
     20       <a href="/blog.html">Blog</a>
     21       <a href="/poems.html">Poems</a>
     22       <a href="/devlog.html">Devlog</a>
     23       <a href="mailto:nirmal@posteo.net">Contact</a>
     24     </nav>
     25 
     26     <section class="content-wrapper">
     27       <div class="title">My life is not shrinking <span class="date">[2022-05-22]</span></div>
     28 
     29       <div class="content">
     30         <p>My life is not shrinking;</p>
     31 
     32         <p>
     33           My life is expanding in the way<br />
     34           of smallest way possible;
     35         </p>
     36 
     37         <p>
     38           It teaches how it can be done<br />
     39           with the tiniest amount of tools and resources.
     40         </p>
     41       </div>
     42     </section>
     43 
     44     <footer>
     45       <hr />
     46       © Nirmal Kumar R. All original text, is licensed under a
     47       <a href="http://creativecommons.org/licenses/by/4.0/"
     48         >Creative Commons Attribution 4.0 International License</a
     49       >. Source code of this website can be found
     50       <a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
     51     </footer>
     52   </body>
     53 </html>