Files

126 lines
4.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" href="/img/favicon.png" />
<title>Nirmal Kumar R</title>
<link rel="stylesheet" href="/style.css" />
</head>
<body>
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
<header>
<img src="img/garden.jpg" class="banner" width="800px">
<nav>
<a href="/">Home</a>
<a href="/blog.html">Blog</a>
<a href="/poems.html">Poems</a>
<a href="mailto:hi@nirm.al">Contact</a>
</nav>
</header>
<section class="content-wrapper">
<div class="content">
<p>
This is my personal website. A place where you can read all my public
musings. Rest of it is my internal flight and experience which I
cannot put it into words although I try my best.
</p>
<p>
<h4>My own chosen writings:</h4>
<p><strong>// blog</strong></p>
<ul>
<li>
<li>
<a href="blog/the-ordinary-man.html">The Ordinary man and the hard days reality</a>
<span class="date">[2025-05-11]</span>
</li>
<li>
<a href="blog/a-bite-of-unconscious-way.html">A bite of unconscious way</a>
<span class="date">[2024-08-10]</span>
</li>
</li>
<li>
<a href="blog/in-praise-of-silent-voice.html">In praise of silent voice</a>
<span class="date">[2022-10-20]</span>
</li>
</ul>
<p><strong>// poems</strong></p>
<ul>
<li>
<a href="poems/you-not-be-me.html">You not be me</a>
<span class="date">[2025-01-30]</span>
</li>
<li>
<a href="poems/shades-of-status-quo.html">Shades of status quo</a>
<span class="date">[2024-12-20]</span>
</li>
<li>
<a href="poems/polar-bliss.html">Polar bliss</a>
<span class="date">[2023-04-09]</span>
</li>
<li>
<a href="poems/love-for-a-stranger.html">Love for a stranger</a>
<span class="date">[2022-12-10]</span>
</li>
<li>
<a href="poems/seeker.html">Seeker</a>
<span class="date">[2022-10-14]</span>
</li>
</ul>
</p>
</div>
<div class="aside">
<p class="headline">Nirmal Kumar R (mysticmode)</p>
<div class="me">
<img src="img/bgme.jpg">
</div>
<div class="github-username">
<a href="https://git.sr.ht/~mysticmode/" target="_blank">srht: @mysticmode</a>
</div>
<div class="elsewhere">
<h5>elsewhere:</h5>
<div>
<h4>mastodon:</h4>
<a href="https://ieji.de/@mysticmode" target="_blank">@mysticmode</a>
</div>
<div>
<h4>youtube:</h4>
<a href="https://www.youtube.com/@mysticmode" target="_blank">@mysticmode</a>
</div>
<div>
<h4>curated playlist:</h4>
<a href="https://www.youtube.com/watch?v=UwTqcctD1rw&list=PLvt_osSC-5-a9XZP71wLeXJc47dybCMVY" target="_blank">Hits from Heart</a>
</div>
<div class="favorites">
<h5>favorites:</h5>
<div>
<h4>music:</h4>
<a href="https://en.wikipedia.org/wiki/Arvo_P%C3%A4rt" target="_blank">Arvo Pärt</a>
</div>
<div>
<h4>movie:</h4>
<a href="https://en.wikipedia.org/wiki/April_Snow" target="_blank">April Snow</a>
</div>
<div>
<h4>writer</h4>
<a href="https://en.wikipedia.org/wiki/Paulo_Coelho" target="_blank">Paulo Coelho</a>
</div>
<div>
<h4>person in history</h4>
<a href="https://en.wikipedia.org/wiki/Rumi" target="_blank">Rumi</a>
</div>
</div>
</div>
</section>
<div class="separator">
<img src="img/waves.jpg">
</div>
<footer>
© Nirmal Kumar R. All original text, is licensed under a
<a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
Source code of this website can be found
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
</footer>
</body>
</html>