New Poem + Update contact info
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Nirmal Kumar R</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -36,10 +37,10 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,14 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -20,7 +21,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<main>
|
||||
@@ -30,9 +31,7 @@
|
||||
<span class="date">[2024-10-22]</span>
|
||||
</li>
|
||||
<li>
|
||||
<a href="blog/a-bite-of-unconscious-way.html"
|
||||
>A bite of unconscious way</a
|
||||
>
|
||||
<a href="blog/a-bite-of-unconscious-way.html">A bite of unconscious way</a>
|
||||
<span class="date">[2024-08-10]</span>
|
||||
</li>
|
||||
<li>
|
||||
@@ -53,33 +52,23 @@
|
||||
<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
|
||||
>
|
||||
<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
|
||||
>
|
||||
<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
|
||||
>
|
||||
<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
|
||||
>
|
||||
<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
|
||||
>
|
||||
<a href="blog/is-it-really-smart-work.html">Is it really smart work?</a>
|
||||
<span class="date">[2022-05-02]</span>
|
||||
</li>
|
||||
<li>
|
||||
@@ -87,9 +76,8 @@
|
||||
<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
|
||||
>
|
||||
<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>
|
||||
@@ -98,10 +86,10 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
+12
-13
@@ -1,13 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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 - 50 Years</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -19,7 +21,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
@@ -41,10 +43,7 @@
|
||||
</p>
|
||||
<p>
|
||||
There is a blog post I wrote about him last year -
|
||||
<a
|
||||
href="/blog/my-admiration-and-respect-for-bruce-lee.html"
|
||||
>My admiration and respect for Bruce Lee</a
|
||||
>
|
||||
<a href="/blog/my-admiration-and-respect-for-bruce-lee.html">My admiration and respect for Bruce Lee</a>
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
@@ -52,10 +51,10 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,13 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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 - A bite of unconscious way</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -19,7 +21,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
@@ -78,10 +80,10 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
+11
-9
@@ -1,13 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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 - Creativity</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -19,7 +21,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
@@ -84,10 +86,10 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,13 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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 - Hello from mysticmode</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -19,7 +21,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
@@ -51,10 +53,10 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,13 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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 - In praise of silent voice</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -19,7 +21,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
@@ -73,10 +75,10 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,13 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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 - Interview with Annamalai Swami by Jim Lemkin</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -19,7 +21,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
@@ -30,9 +32,7 @@
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
<a href="https://www.youtube.com/watch?v=Dbd85YItR-E" target="_blank"
|
||||
>YouTube link</a
|
||||
>
|
||||
<a href="https://www.youtube.com/watch?v=Dbd85YItR-E" target="_blank">YouTube link</a>
|
||||
</p>
|
||||
<p>
|
||||
One of my friends whose name is Hari Krishnan had shared me this video
|
||||
@@ -94,10 +94,10 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,13 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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 - Is it really smart work?</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -19,7 +21,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
@@ -49,10 +51,10 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
+13
-14
@@ -1,13 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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 - Mid of the crisis</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -19,7 +21,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
@@ -28,11 +30,8 @@
|
||||
<div class="content">
|
||||
<p>
|
||||
Whilst reading this article today -
|
||||
<a
|
||||
href="https://blogs.bl.uk/european/2023/02/mikalojus-konstantinas-%C4%8Diurlionis-a-genius-cursed-by-fate.html"
|
||||
target="_blank"
|
||||
>Mikalojus Konstantinas Čiurlionis: a genius cursed by fate?</a
|
||||
>.
|
||||
<a href="https://blogs.bl.uk/european/2023/02/mikalojus-konstantinas-%C4%8Diurlionis-a-genius-cursed-by-fate.html"
|
||||
target="_blank">Mikalojus Konstantinas Čiurlionis: a genius cursed by fate?</a>.
|
||||
</p>
|
||||
<p>
|
||||
A pertinent thought arisen me due to the recent events of death and
|
||||
@@ -47,10 +46,10 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,13 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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 - My admiration and respect for Bruce Lee</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -19,7 +21,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
@@ -49,9 +51,7 @@
|
||||
about him are.
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://www.youtube.com/watch?v=uk1lzkH-e4U" target="_blank"
|
||||
>Bruce Lee Interview by Pierre Berton</a
|
||||
>
|
||||
<a href="https://www.youtube.com/watch?v=uk1lzkH-e4U" target="_blank">Bruce Lee Interview by Pierre Berton</a>
|
||||
</p>
|
||||
<p>
|
||||
Bruce Lee's simple philosophy of living is his explanation of "Be
|
||||
@@ -92,10 +92,10 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,13 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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 - Nothing can beat this</title>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -19,7 +21,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
@@ -27,7 +29,9 @@
|
||||
|
||||
<div class="content">
|
||||
|
||||
<p>Nothing can beat this - there could be lot of books, videos, documentaries on life and well-being, spiritually and philosophically and even others' lives if you consider to follow but Learning from one's own experience is the most powerful one of all.</p>
|
||||
<p>Nothing can beat this - there could be lot of books, videos, documentaries on life and well-being, spiritually
|
||||
and philosophically and even others' lives if you consider to follow but Learning from one's own experience is
|
||||
the most powerful one of all.</p>
|
||||
|
||||
<p>If you find that way, you will find the way.</p>
|
||||
</p>
|
||||
@@ -36,7 +40,10 @@
|
||||
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
||||
© 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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,13 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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 - Occurrence and non-occurrence</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -19,7 +21,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
@@ -41,10 +43,10 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,13 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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 - Time goes by and does life grow in you?</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -19,7 +21,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
@@ -40,10 +42,10 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,13 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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 - What I do when my mental health goes down</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -19,7 +21,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
@@ -27,43 +29,79 @@
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
I was diagnosed with Bipolar Type 2 and Social Anxiety disorder when I was 17 years old. I remember when I was doing High school, the 2 years I did, my disorder became intense, and I succumbed to psychosis heavily. I remember that I could not wake up from my bed and particularly could not go outside of home. It is very hard to think about those happenings again now. I felt that everybody was acting against me and at one point I thought my mother was poisoning me with my food.
|
||||
I was diagnosed with Bipolar Type 2 and Social Anxiety disorder when I was 17 years old. I remember when I was
|
||||
doing High school, the 2 years I did, my disorder became intense, and I succumbed to psychosis heavily. I
|
||||
remember that I could not wake up from my bed and particularly could not go outside of home. It is very hard to
|
||||
think about those happenings again now. I felt that everybody was acting against me and at one point I thought
|
||||
my mother was poisoning me with my food.
|
||||
</p>
|
||||
<p>
|
||||
I’m very lucky, I got a treatment from a psychiatrist at the end of my 2nd year of high school. My mother noticed and took me for the treatment.
|
||||
I’m very lucky, I got a treatment from a psychiatrist at the end of my 2nd year of high school. My mother
|
||||
noticed and took me for the treatment.
|
||||
</p>
|
||||
<p>
|
||||
We can name many disorders in a patient by doctors and till now to be honest I do not know whether I’m diagnosed correctly including the meds I’m taking continuously for the last 9 years. It does help to some extent where my mood swings are not very worse. The anxiety I have when I go outside is a bit tricky to handle though.
|
||||
We can name many disorders in a patient by doctors and till now to be honest I do not know whether I’m diagnosed
|
||||
correctly including the meds I’m taking continuously for the last 9 years. It does help to some extent where my
|
||||
mood swings are not very worse. The anxiety I have when I go outside is a bit tricky to handle though.
|
||||
</p>
|
||||
<p>
|
||||
Again, being on medications does help and ease certain things. And as always there are side-effects to this. My nerves seem to be getting weirder, and I’m noticing that my fingers start twitching now and then.
|
||||
Again, being on medications does help and ease certain things. And as always there are side-effects to this. My
|
||||
nerves seem to be getting weirder, and I’m noticing that my fingers start twitching now and then.
|
||||
</p>
|
||||
<p>
|
||||
But I worry less about this, and the reason is why below content.
|
||||
</p>
|
||||
<p>
|
||||
This is one part of me living with Mental health disorder and I know that this is certain that I cannot get a cure but that doesn’t mean that I cannot live. I will now come to the other part, which is a portion of mine, I see as a good thing, which is handling when I know when I get into it. Because I know when you are living with this sort of disorder for a longer period, you can predict and feel when you are down and depressed. In my case, I can do that, and I often be conscious about that. I never hesitate to share what I want to share with others, because there is nothing there to hide and nothing there that is non-universal. Everything has its own purpose.
|
||||
This is one part of me living with Mental health disorder and I know that this is certain that I cannot get a
|
||||
cure but that doesn’t mean that I cannot live. I will now come to the other part, which is a portion of mine, I
|
||||
see as a good thing, which is handling when I know when I get into it. Because I know when you are living with
|
||||
this sort of disorder for a longer period, you can predict and feel when you are down and depressed. In my case,
|
||||
I can do that, and I often be conscious about that. I never hesitate to share what I want to share with others,
|
||||
because there is nothing there to hide and nothing there that is non-universal. Everything has its own purpose.
|
||||
</p>
|
||||
<p>
|
||||
So, in those words I feel that life is not alone. Because I feel we are not alone here and after and more so, I can go ahead and say - the universe is not alone. Everything is an embodiment not one of either but both. There is both good and bad, there is both negativity and positivity, there is both silence and sound. Thus, there is both presence and absence. The presence when you are in the comfort of a person can also be felt in their absence if you seek it.
|
||||
So, in those words I feel that life is not alone. Because I feel we are not alone here and after and more so, I
|
||||
can go ahead and say - the universe is not alone. Everything is an embodiment not one of either but both. There
|
||||
is both good and bad, there is both negativity and positivity, there is both silence and sound. Thus, there is
|
||||
both presence and absence. The presence when you are in the comfort of a person can also be felt in their
|
||||
absence if you seek it.
|
||||
</p>
|
||||
<p>
|
||||
I feel this understanding and it is there to move further and keep breathing, that I am not alone here and after. This is not just a thought that I keep motivating myself. I do not want to motivate and get motivated; I just want to live and walk the walk. If I do this, life will take care of it by itself. It is very simple, keep breathing. How worser can it get, I do not know – I just need to keep on breathing and that’s all.
|
||||
I feel this understanding and it is there to move further and keep breathing, that I am not alone here and
|
||||
after. This is not just a thought that I keep motivating myself. I do not want to motivate and get motivated; I
|
||||
just want to live and walk the walk. If I do this, life will take care of it by itself. It is very simple, keep
|
||||
breathing. How worser can it get, I do not know – I just need to keep on breathing and that’s all.
|
||||
</p>
|
||||
<p>
|
||||
My master “Fr. Korko Moses” who is a Christian Priest but teaches from all the religious texts and embrace the self-experience of oneself. He is more of a seeker than a religious person I would say. He told me this quotation quite strongly when I was with him. He did not put God in it although the original quotation has it; maybe because he might have thought that we didn’t come to that point and likely our interactions were lasting only for few years till he became ill with Parkison and moved to a place farther away where I could not travel to see him up until this point neither speak with him on Phone because his voice had become weak and he is feeble. And the quotation is:
|
||||
My master “Fr. Korko Moses” who is a Christian Priest but teaches from all the religious texts and embrace the
|
||||
self-experience of oneself. He is more of a seeker than a religious person I would say. He told me this
|
||||
quotation quite strongly when I was with him. He did not put God in it although the original quotation has it;
|
||||
maybe because he might have thought that we didn’t come to that point and likely our interactions were lasting
|
||||
only for few years till he became ill with Parkison and moved to a place farther away where I could not travel
|
||||
to see him up until this point neither speak with him on Phone because his voice had become weak and he is
|
||||
feeble. And the quotation is:
|
||||
</p>
|
||||
<p>
|
||||
“Grant me the serenity to accept the things I cannot change, courage to change the things I can and the wisdom to know the difference”. It is <a href="https://en.wikipedia.org/wiki/Serenity_Prayer" target="_blank">here in detail</a>.
|
||||
“Grant me the serenity to accept the things I cannot change, courage to change the things I can and the wisdom
|
||||
to know the difference”. It is <a href="https://en.wikipedia.org/wiki/Serenity_Prayer" target="_blank">here in
|
||||
detail</a>.
|
||||
</p>
|
||||
<p>
|
||||
This is a beautiful one and the trickier thing is the wisdom to see and understand the difference, particularly for a person with bipolar disorder, I would say.
|
||||
This is a beautiful one and the trickier thing is the wisdom to see and understand the difference, particularly
|
||||
for a person with bipolar disorder, I would say.
|
||||
</p>
|
||||
<p>
|
||||
All those 3 things come through practice and practicing is what life is about. I take one step at a time: Acceptance is what when you realize that in life certain things are the way as it is. Courage is when I see that I can help make the difference in others’ lives and do it by helping; by sharing. Wisdom? I let it come by itself.
|
||||
All those 3 things come through practice and practicing is what life is about. I take one step at a time:
|
||||
Acceptance is what when you realize that in life certain things are the way as it is. Courage is when I see that
|
||||
I can help make the difference in others’ lives and do it by helping; by sharing. Wisdom? I let it come by
|
||||
itself.
|
||||
</p>
|
||||
<p>
|
||||
The last thing I need to share here is “Training your mind”. There is a Tibetan traditional teaching called “Lojong”. It basically means, “Mind Training”. And I saw a speech online from one of the people who does this teaching. And that person is “Jetsunma Tenzin Palmo”, if I recall now – on all her sayings in the talk, she calls it and portrays the Mind training, a Jewel. And I say here and now that this is the Jewel I am seeking for by practicing and I hope you too!
|
||||
The last thing I need to share here is “Training your mind”. There is a Tibetan traditional teaching called
|
||||
“Lojong”. It basically means, “Mind Training”. And I saw a speech online from one of the people who does this
|
||||
teaching. And that person is “Jetsunma Tenzin Palmo”, if I recall now – on all her sayings in the talk, she
|
||||
calls it and portrays the Mind training, a Jewel. And I say here and now that this is the Jewel I am seeking for
|
||||
by practicing and I hope you too!
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
@@ -71,10 +109,10 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
+10
-9
@@ -1,14 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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 - devlog</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -20,7 +21,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<main>
|
||||
@@ -35,10 +36,10 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,13 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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 - How to install Arch Linux</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -19,7 +21,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
@@ -83,10 +85,10 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
+3
-3
@@ -23,7 +23,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
@@ -41,7 +41,7 @@
|
||||
<p class="contact">
|
||||
You can connect with me on
|
||||
<a rel="me" href="https://mastodon.social/@tildezero">Mastodon</a> or
|
||||
via <a href="mailto:nirmal@posteo.net">email</a>.
|
||||
via <a href="mailto:tildezero@gmail.com">email</a>.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
@@ -51,7 +51,7 @@
|
||||
© 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://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
||||
<a href="https://github.com/mysticmode/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
|
||||
+16
-15
@@ -1,14 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -20,11 +21,15 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<main>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="poems/shades-of-status-quo.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>
|
||||
@@ -53,9 +58,7 @@
|
||||
<span class="date">[2022-09-29]</span>
|
||||
</li>
|
||||
<li>
|
||||
<a href="poems/my-life-is-not-shrinking.html"
|
||||
>My life is not shrinking</a
|
||||
>
|
||||
<a href="poems/my-life-is-not-shrinking.html">My life is not shrinking</a>
|
||||
<span class="date">[2022-05-22]</span>
|
||||
</li>
|
||||
<li>
|
||||
@@ -63,9 +66,7 @@
|
||||
<span class="date">[2022-01-05]</span>
|
||||
</li>
|
||||
<li>
|
||||
<a href="poems/life-is-preciously-short.html"
|
||||
>Life is preciously short</a
|
||||
>
|
||||
<a href="poems/life-is-preciously-short.html">Life is preciously short</a>
|
||||
<span class="date">[2021-08-12]</span>
|
||||
</li>
|
||||
<li>
|
||||
@@ -78,10 +79,10 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,14 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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 - A place in my heart</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -20,7 +21,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
@@ -63,10 +64,10 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,14 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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 - Don't just get going</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -20,7 +21,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
@@ -48,10 +49,10 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,14 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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 - Free yourself</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -20,7 +21,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
@@ -54,10 +55,10 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -21,7 +21,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
@@ -49,7 +49,7 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
||||
Source code of this website can be found <a href="https://github.com/mysticmode/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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 - Love for a stranger</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -20,7 +21,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
@@ -61,10 +62,10 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,14 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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 - My life is not shrinking</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -20,7 +21,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
@@ -44,10 +45,10 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,14 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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 - Path and Love</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -20,7 +21,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
@@ -37,10 +38,10 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
+10
-9
@@ -1,14 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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 - Polar bliss</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -20,7 +21,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
@@ -53,10 +54,10 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
+10
-9
@@ -1,14 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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 - Seeker</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -20,7 +21,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
@@ -58,10 +59,10 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,14 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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 - Shades of status quo</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -20,7 +21,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
@@ -62,10 +63,10 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
+10
-9
@@ -1,14 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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 - Solitude</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
@@ -20,7 +21,7 @@
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
@@ -53,10 +54,10 @@
|
||||
<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://git.sr.ht/~mysticmode/nirm.al">here</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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -0,0 +1,70 @@
|
||||
<!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 - Seeker</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="90px" />
|
||||
</div>
|
||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||
</a>
|
||||
|
||||
<nav>
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
<div class="title">You not be me <span class="date">[2025-01-30]</span></div>
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
The path seeking I went is not<br />
|
||||
what I want you to seek.<br />
|
||||
You not be me;
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The walk of the walk truly<br />
|
||||
belongs to the person whose walk<br />
|
||||
is what the heart craves for.<br />
|
||||
You not be me;
|
||||
</p>
|
||||
|
||||
<p>
|
||||
For the senses and the experiences<br />
|
||||
I taught you is just a mere mirror of<br />
|
||||
mine bestowed upon you as a jewel for<br />
|
||||
myself to find what is mine and not yours.<br />
|
||||
You not be me;
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Find your path, walk the walk with<br />
|
||||
love in your heart, that holy light will lit<br />
|
||||
your journey of life for which is what we are here for.<br />
|
||||
You better not be me;
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<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/nirm.al">here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user