Files
website/blog.html
T
2024-07-26 18:25:48 +05:30

73 lines
2.7 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="https://ik.imagekit.io/mysticmode/home/favicon.png">
<title>Nirmal Kumar R - blog</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div>
<img loading="lazy" src="https://ik.imagekit.io/mysticmode/home/name.png" alt="My Full Name - Nirmal Kumar R">
</div>
</header>
<nav>
<a href="/">Home</a>
<a href="/blog.html">Blog</a>
<a href="/poems.html">Poems</a>
<a href="https://river.sh">Devlog</a>
<a href="mailto:inbox@nirm.al">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>