Files
website/blog.html
T
2024-08-04 00:04:55 +05:30

77 lines
2.6 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 - blog</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<a href="/" class="header">
<div class="logo">
<img src="/img/nklogo.png" width="75px" />
</div>
<p>NIRMAL KUMAR R</p>
</a>
<nav>
<a href="/blog.html">[ Blog ]</a>
<a href="/poems.html">[ Poems ]</a>
<a href="mailto:nirmal@posteo.net">[ Contact ]</a>
</nav>
<main>
<ul>
<li>
<a href="blog/nothing-can-beat-this.html">Nothing can beat this</a> <span class="date">[2024-03-11]</span>
<li>
<a href="blog/50-years.html">50 Years</a> <span class="date">[2023-07-20]</span>
</li>
<li>
<a href="blog/creativity.html">Creativity</a> <span class="date">[2023-04-20]</span>
</li>
<li>
<a href="blog/mid-of-the-crisis.html">Mid of the crisis</a> <span class="date">[2023-02-07]</span>
</li>
<li>
<a href="blog/my-admiration-and-respect-for-bruce-lee.html">My admiration and respect for Bruce Lee</a> <span
class="date">[2022-12-17]</span>
</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>
<li>
<a href="blog/time-goes-by-and-does-life-grow-in-you.html">Time goes by and does life grow in you?</a> <span
class="date">[2022-07-09]</span>
</li>
<li>
<a href="blog/occurrence-and-non-occurrence.html">Occurrence and non-occurrence</a> <span
class="date">[2022-05-04]</span>
</li>
<li>
<a href="blog/is-it-really-smart-work.html">Is it really smart work?</a> <span class="date">[2022-05-02]</span>
</li>
<li>
<a href="blog/hello-from-mysticmode.html">Hello from mysticmode</a> <span class="date">[2021-11-28]</span>
</li>
<li>
<a href="blog/interview-with-annamalai-swami-by-jim-lemkin.html">Interview with Annamalai Swami by Jim
Lemkin</a> <span class="date">[2020-11-10]</span>
</li>
</ul>
</main>
<footer>
<hr>
© 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>