nirm.al

My Website
Log | Files | Refs | README | LICENSE

blog.html (3487B)


      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 - blog</title>
      8     <link rel="stylesheet" href="/style.css" />
      9   </head>
     10   <body>
     11     <a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
     12     <a href="/" class="header">
     13       <div class="logo">
     14         <img src="/img/garden.png" width="70px" />
     15       </div>
     16       <p><img src="/img/nirmal-banner.png" height="50px"></p>
     17     </a>
     18     <nav>
     19       <a href="/">Home</a>
     20       <a href="/blog.html">Blog</a>
     21       <a href="/poems.html">Poems</a>
     22       <a href="mailto:hi@nirm.al">Contact</a>
     23     </nav>
     24     <main>
     25       <ul>
     26         <li>
     27           <a href="blog/the-ordinary-man.html">The Ordinary man and the hard days reality</a>
     28           <span class="date">[2025-05-11]</span>
     29         </li>
     30         <li>
     31           <a href="blog/when-my-mental-health-goes-down.html">What I do when my mental health goes down</a>
     32           <span class="date">[2024-10-22]</span>
     33         </li>
     34         <li>
     35           <a href="blog/a-bite-of-unconscious-way.html">A bite of unconscious way</a>
     36           <span class="date">[2024-08-10]</span>
     37         </li>
     38         <li>
     39           <a href="blog/nothing-can-beat-this.html">Nothing can beat this</a>
     40           <span class="date">[2024-03-11]</span>
     41         </li>
     42         <li>
     43           <a href="blog/50-years.html">50 Years</a>
     44           <span class="date">[2023-07-20]</span>
     45         </li>
     46         <li>
     47           <a href="blog/creativity.html">Creativity</a>
     48           <span class="date">[2023-04-20]</span>
     49         </li>
     50         <li>
     51           <a href="blog/mid-of-the-crisis.html">Mid of the crisis</a>
     52           <span class="date">[2023-02-07]</span>
     53         </li>
     54         <li>
     55           <a href="blog/my-admiration-and-respect-for-bruce-lee.html">My admiration and respect for Bruce Lee</a>
     56           <span class="date">[2022-12-17]</span>
     57         </li>
     58         <li>
     59           <a href="blog/in-praise-of-silent-voice.html">In praise of silent voice</a>
     60           <span class="date">[2022-10-20]</span>
     61         </li>
     62         <li>
     63           <a href="blog/time-goes-by-and-does-life-grow-in-you.html">Time goes by and does life grow in you?</a>
     64           <span class="date">[2022-07-09]</span>
     65         </li>
     66         <li>
     67           <a href="blog/occurrence-and-non-occurrence.html">Occurrence and non-occurrence</a>
     68           <span class="date">[2022-05-04]</span>
     69         </li>
     70         <li>
     71           <a href="blog/is-it-really-smart-work.html">Is it really smart work?</a>
     72           <span class="date">[2022-05-02]</span>
     73         </li>
     74         <li>
     75           <a href="blog/hello-from-mysticmode.html">Hello from mysticmode</a>
     76           <span class="date">[2021-11-28]</span>
     77         </li>
     78         <li>
     79           <a href="blog/interview-with-annamalai-swami-by-jim-lemkin.html">Interview with Annamalai Swami by Jim
     80           Lemkin</a>
     81           <span class="date">[2020-11-10]</span>
     82         </li>
     83       </ul>
     84     </main>
     85     <footer>
     86       <hr />
     87       © Nirmal Kumar R. All original text, is licensed under a
     88       <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
     89       Source code of this website can be found
     90       <a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
     91     </footer>
     92   </body>
     93 </html>