New Poem + Update contact info
This commit is contained in:
@@ -1,72 +1,73 @@
|
||||
<!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 - A place in my heart</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>
|
||||
<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>
|
||||
|
||||
<nav>
|
||||
<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>
|
||||
</nav>
|
||||
<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>
|
||||
|
||||
<section class="content-wrapper">
|
||||
<div class="title">A place in my heart <span class="date">[2022-11-26]</span></div>
|
||||
<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>
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
There is a place in my heart<br />
|
||||
for those who suffered the inevitable and stun life;
|
||||
</p>
|
||||
<section class="content-wrapper">
|
||||
<div class="title">A place in my heart <span class="date">[2022-11-26]</span></div>
|
||||
|
||||
<p>
|
||||
There is a place in my heart<br />
|
||||
for those embrace life however uncertain it could be;
|
||||
</p>
|
||||
<div class="content">
|
||||
<p>
|
||||
There is a place in my heart<br />
|
||||
for those who suffered the inevitable and stun life;
|
||||
</p>
|
||||
|
||||
<p>
|
||||
There is a place in my heart<br />
|
||||
for those who put heart and soul for the helpless;
|
||||
</p>
|
||||
<p>
|
||||
There is a place in my heart<br />
|
||||
for those embrace life however uncertain it could be;
|
||||
</p>
|
||||
|
||||
<p>
|
||||
There is a place in my heart<br />
|
||||
for those whose sword of life is conscience;
|
||||
</p>
|
||||
<p>
|
||||
There is a place in my heart<br />
|
||||
for those who put heart and soul for the helpless;
|
||||
</p>
|
||||
|
||||
<p>
|
||||
There is a place in my heart<br />
|
||||
for those who share life and not preach;
|
||||
</p>
|
||||
<p>
|
||||
There is a place in my heart<br />
|
||||
for those whose sword of life is conscience;
|
||||
</p>
|
||||
|
||||
<p>
|
||||
There is always a place in my heart<br />
|
||||
for you to come abide of nothing and seek for that,<br />
|
||||
which is truth.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
<p>
|
||||
There is a place in my heart<br />
|
||||
for those who share life and not preach;
|
||||
</p>
|
||||
|
||||
<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>.
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
<p>
|
||||
There is always a place in my heart<br />
|
||||
for you to come abide of nothing and seek for that,<br />
|
||||
which is truth.
|
||||
</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>
|
||||
@@ -1,57 +1,58 @@
|
||||
<!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 - Don't just get going</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>
|
||||
<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>
|
||||
|
||||
<nav>
|
||||
<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>
|
||||
</nav>
|
||||
<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>
|
||||
|
||||
<section class="content-wrapper">
|
||||
<div class="title">Don't just get going <span class="date">[2022-01-05]</span></div>
|
||||
<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>
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
Don’t just get going for the ones<br />
|
||||
that are only trivial for survival;
|
||||
</p>
|
||||
<section class="content-wrapper">
|
||||
<div class="title">Don't just get going <span class="date">[2022-01-05]</span></div>
|
||||
|
||||
<p>
|
||||
Persist with patience and get<br />
|
||||
what you are truly seeking for;
|
||||
</p>
|
||||
<div class="content">
|
||||
<p>
|
||||
Don’t just get going for the ones<br />
|
||||
that are only trivial for survival;
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Because by all means,<br />
|
||||
the universe will work upon you<br />
|
||||
to achieve what you want by heart.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
<p>
|
||||
Persist with patience and get<br />
|
||||
what you are truly seeking for;
|
||||
</p>
|
||||
|
||||
<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>.
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
<p>
|
||||
Because by all means,<br />
|
||||
the universe will work upon you<br />
|
||||
to achieve what you want by heart.
|
||||
</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>
|
||||
+54
-53
@@ -1,63 +1,64 @@
|
||||
<!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 - Free yourself</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>
|
||||
<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>
|
||||
|
||||
<nav>
|
||||
<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>
|
||||
</nav>
|
||||
<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>
|
||||
|
||||
<section class="content-wrapper">
|
||||
<div class="title">Free yourself <span class="date">[2023-01-26]</span></div>
|
||||
<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>
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
If you free your thinking mind,<br />
|
||||
your thoughts eventually will go away;
|
||||
</p>
|
||||
<section class="content-wrapper">
|
||||
<div class="title">Free yourself <span class="date">[2023-01-26]</span></div>
|
||||
|
||||
<p>
|
||||
If you practice patience,<br />
|
||||
you eventually will see time,<br />
|
||||
as a great teacher in your life;
|
||||
</p>
|
||||
<div class="content">
|
||||
<p>
|
||||
If you free your thinking mind,<br />
|
||||
your thoughts eventually will go away;
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If you practice patience,<br />
|
||||
you eventually will see time,<br />
|
||||
as a great teacher in your life;
|
||||
</p>
|
||||
<p>
|
||||
If you practice patience,<br />
|
||||
you eventually will see time,<br />
|
||||
as a great teacher in your life;
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If you free yourself, my friend;<br />
|
||||
you see life as life itself.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
<p>
|
||||
If you practice patience,<br />
|
||||
you eventually will see time,<br />
|
||||
as a great teacher in your life;
|
||||
</p>
|
||||
|
||||
<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>.
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
<p>
|
||||
If you free yourself, my friend;<br />
|
||||
you see life as life itself.
|
||||
</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>
|
||||
@@ -21,36 +21,36 @@
|
||||
<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">
|
||||
<div class="title">Life is preciously short <span class="date">[2021-08-12]</span></div>
|
||||
|
||||
<div class="content">
|
||||
<p>Life is preciously short<br>
|
||||
With the dreams that you hope for;</p>
|
||||
<div class="content">
|
||||
<p>Life is preciously short<br>
|
||||
With the dreams that you hope for;</p>
|
||||
|
||||
<p>Life is preciously short<br>
|
||||
The things you would conjure for;</p>
|
||||
<p>Life is preciously short<br>
|
||||
The things you would conjure for;</p>
|
||||
|
||||
<p>Life is preciously short<br>
|
||||
The feeling of the absence of your knit to heal;</p>
|
||||
<p>Life is preciously short<br>
|
||||
The feeling of the absence of your knit to heal;</p>
|
||||
|
||||
<p>Life is preciously short<br>
|
||||
For you to immaculate everything;</p>
|
||||
<p>Life is preciously short<br>
|
||||
For you to immaculate everything;</p>
|
||||
|
||||
<p>Life is preciously short<br>
|
||||
Hence and henceforth, feel the frail of time and embrace the present.</p>
|
||||
</div>
|
||||
<p>Life is preciously short<br>
|
||||
Hence and henceforth, feel the frail of time and embrace the present.</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://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>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
@@ -1,70 +1,71 @@
|
||||
<!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 - Love for a stranger</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>
|
||||
<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>
|
||||
|
||||
<nav>
|
||||
<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>
|
||||
</nav>
|
||||
<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>
|
||||
|
||||
<section class="content-wrapper">
|
||||
<div class="title">Love for a stranger <span class="date">[2022-12-10]</span></div>
|
||||
<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>
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
My dear strange love<br />
|
||||
I wanted to go wherever you go now;
|
||||
</p>
|
||||
<section class="content-wrapper">
|
||||
<div class="title">Love for a stranger <span class="date">[2022-12-10]</span></div>
|
||||
|
||||
<p>
|
||||
Sounds a bit haphazard ask, right?<br />
|
||||
Yeah!, but you know, those unmade paths<br />
|
||||
that you are gonna take me are gonna be<br />
|
||||
the whistling moments that gets me<br />
|
||||
out of this sluggish reality;
|
||||
</p>
|
||||
<div class="content">
|
||||
<p>
|
||||
My dear strange love<br />
|
||||
I wanted to go wherever you go now;
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Is that the life that puts me on thorn foots or I'm on<br />
|
||||
a phase where me going nowhere, I'm no sure of either;
|
||||
</p>
|
||||
<p>
|
||||
Sounds a bit haphazard ask, right?<br />
|
||||
Yeah!, but you know, those unmade paths<br />
|
||||
that you are gonna take me are gonna be<br />
|
||||
the whistling moments that gets me<br />
|
||||
out of this sluggish reality;
|
||||
</p>
|
||||
|
||||
<p>
|
||||
All I can feel now is the beats that gets me on you,<br />
|
||||
is right on with you as well;
|
||||
</p>
|
||||
<p>
|
||||
Is that the life that puts me on thorn foots or I'm on<br />
|
||||
a phase where me going nowhere, I'm no sure of either;
|
||||
</p>
|
||||
|
||||
<p>
|
||||
My dear strange love,<br />
|
||||
don't you get it? I'm meant to this strange moment<br />
|
||||
that you are the one who's gonna take me and take me away.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
<p>
|
||||
All I can feel now is the beats that gets me on you,<br />
|
||||
is right on with you as well;
|
||||
</p>
|
||||
|
||||
<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>.
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
<p>
|
||||
My dear strange love,<br />
|
||||
don't you get it? I'm meant to this strange moment<br />
|
||||
that you are the one who's gonna take me and take me away.
|
||||
</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>
|
||||
@@ -1,53 +1,54 @@
|
||||
<!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 - My life is not shrinking</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>
|
||||
<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>
|
||||
|
||||
<nav>
|
||||
<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>
|
||||
</nav>
|
||||
<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>
|
||||
|
||||
<section class="content-wrapper">
|
||||
<div class="title">My life is not shrinking <span class="date">[2022-05-22]</span></div>
|
||||
<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>
|
||||
|
||||
<div class="content">
|
||||
<p>My life is not shrinking;</p>
|
||||
<section class="content-wrapper">
|
||||
<div class="title">My life is not shrinking <span class="date">[2022-05-22]</span></div>
|
||||
|
||||
<p>
|
||||
My life is expanding in the way<br />
|
||||
of smallest way possible;
|
||||
</p>
|
||||
<div class="content">
|
||||
<p>My life is not shrinking;</p>
|
||||
|
||||
<p>
|
||||
It teaches how it can be done<br />
|
||||
with the tiniest amount of tools and resources.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
<p>
|
||||
My life is expanding in the way<br />
|
||||
of smallest way possible;
|
||||
</p>
|
||||
|
||||
<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>.
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
<p>
|
||||
It teaches how it can be done<br />
|
||||
with the tiniest amount of tools and resources.
|
||||
</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>
|
||||
+40
-39
@@ -1,46 +1,47 @@
|
||||
<!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 - Path and Love</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>
|
||||
<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>
|
||||
|
||||
<nav>
|
||||
<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>
|
||||
</nav>
|
||||
<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>
|
||||
|
||||
<section class="content-wrapper">
|
||||
<div class="title">Path and Love <span class="date">[2022-09-29]</span></div>
|
||||
<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>
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
How can I lose my path;<br />
|
||||
when there is love in my heart.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
<section class="content-wrapper">
|
||||
<div class="title">Path and Love <span class="date">[2022-09-29]</span></div>
|
||||
|
||||
<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>.
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
<div class="content">
|
||||
<p>
|
||||
How can I lose my path;<br />
|
||||
when there is love in my heart.
|
||||
</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>
|
||||
+54
-53
@@ -1,62 +1,63 @@
|
||||
<!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 - Polar bliss</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>
|
||||
<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>
|
||||
|
||||
<nav>
|
||||
<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>
|
||||
</nav>
|
||||
<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>
|
||||
|
||||
<section class="content-wrapper">
|
||||
<div class="title">Polar bliss <span class="date">[2023-04-09]</span></div>
|
||||
<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>
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
With the polar fire on;<br />
|
||||
I can catch me onto the muse of bliss.<br />
|
||||
And threads of words get slips;<br />
|
||||
with no intention of showing my whiz;<br />
|
||||
just to enjoy the moments’ chills.
|
||||
</p>
|
||||
<section class="content-wrapper">
|
||||
<div class="title">Polar bliss <span class="date">[2023-04-09]</span></div>
|
||||
|
||||
<p>
|
||||
When it spirals downwards the stairways;<br />
|
||||
Mother kinds me with lulls.<br />
|
||||
Is it necessary that I need to do this fuss?<br />
|
||||
Ain’t I became the normies lulz?!
|
||||
</p>
|
||||
<div class="content">
|
||||
<p>
|
||||
With the polar fire on;<br />
|
||||
I can catch me onto the muse of bliss.<br />
|
||||
And threads of words get slips;<br />
|
||||
with no intention of showing my whiz;<br />
|
||||
just to enjoy the moments’ chills.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
I just lit my wills, my mind thinks;<br />
|
||||
Juices flowing on the paper has no more stirs.<br />
|
||||
But I’ve seen this to care less, cuz I know it eventually hits.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
<p>
|
||||
When it spirals downwards the stairways;<br />
|
||||
Mother kinds me with lulls.<br />
|
||||
Is it necessary that I need to do this fuss?<br />
|
||||
Ain’t I became the normies lulz?!
|
||||
</p>
|
||||
|
||||
<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>.
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
<p>
|
||||
I just lit my wills, my mind thinks;<br />
|
||||
Juices flowing on the paper has no more stirs.<br />
|
||||
But I’ve seen this to care less, cuz I know it eventually hits.
|
||||
</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>
|
||||
+58
-57
@@ -1,67 +1,68 @@
|
||||
<!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>
|
||||
<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>
|
||||
|
||||
<nav>
|
||||
<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>
|
||||
</nav>
|
||||
<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>
|
||||
|
||||
<section class="content-wrapper">
|
||||
<div class="title">Seeker <span class="date">[2022-10-14]</span></div>
|
||||
<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>
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
We are a seeking creature<br />
|
||||
soulfully in and out;<br />
|
||||
The seeker arrives only when you<br />
|
||||
break yourself apart from this outwardly<br />
|
||||
structure of our society.
|
||||
</p>
|
||||
<section class="content-wrapper">
|
||||
<div class="title">Seeker <span class="date">[2022-10-14]</span></div>
|
||||
|
||||
<p>
|
||||
The soul doesn’t see the mirage, it is your<br />
|
||||
illusionary mind for which the truth is only<br />
|
||||
the means of survival.
|
||||
</p>
|
||||
<div class="content">
|
||||
<p>
|
||||
We are a seeking creature<br />
|
||||
soulfully in and out;<br />
|
||||
The seeker arrives only when you<br />
|
||||
break yourself apart from this outwardly<br />
|
||||
structure of our society.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
We are the angels in this earthly<br />
|
||||
kingdom, not alone but belonging together with our<br />
|
||||
celestial tribes in harmony. By realizing this<br />
|
||||
we go to the deep roots of our cosmic nature.
|
||||
</p>
|
||||
<p>
|
||||
The soul doesn’t see the mirage, it is your<br />
|
||||
illusionary mind for which the truth is only<br />
|
||||
the means of survival.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
So, do not hesitate to go beyond the boundaries,<br />
|
||||
for which your seeking soul wakes up.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
<p>
|
||||
We are the angels in this earthly<br />
|
||||
kingdom, not alone but belonging together with our<br />
|
||||
celestial tribes in harmony. By realizing this<br />
|
||||
we go to the deep roots of our cosmic nature.
|
||||
</p>
|
||||
|
||||
<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>.
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
<p>
|
||||
So, do not hesitate to go beyond the boundaries,<br />
|
||||
for which your seeking soul wakes up.
|
||||
</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>
|
||||
@@ -1,71 +1,72 @@
|
||||
<!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 - Shades of status quo</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>
|
||||
<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>
|
||||
|
||||
<nav>
|
||||
<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>
|
||||
</nav>
|
||||
<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>
|
||||
|
||||
<section class="content-wrapper">
|
||||
<div class="title">Shades of status quo <span class="date">[2024-12-20]</span></div>
|
||||
<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>
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
Status quo is a reminder;<br />
|
||||
A good remainder that is.
|
||||
</p>
|
||||
<section class="content-wrapper">
|
||||
<div class="title">Shades of status quo <span class="date">[2024-12-20]</span></div>
|
||||
|
||||
<p>
|
||||
That they are boundaries;<br />
|
||||
which are meant to be broken apart.
|
||||
</p>
|
||||
<div class="content">
|
||||
<p>
|
||||
Status quo is a reminder;<br />
|
||||
A good remainder that is.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Apart them to show you;<br />
|
||||
it is one of the revealing features<br />
|
||||
of the universe.
|
||||
</p>
|
||||
<p>
|
||||
That they are boundaries;<br />
|
||||
which are meant to be broken apart.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
No stop there;<br />
|
||||
This kind is particularly special.<br />
|
||||
When you are to reach apart,<br />
|
||||
the special reveals nothing than;<br />
|
||||
Those are set by our ancestors for the human kind,<br />
|
||||
To prove that we can go beyond whence they did.
|
||||
</p>
|
||||
<p>
|
||||
Apart them to show you;<br />
|
||||
it is one of the revealing features<br />
|
||||
of the universe.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
And forth goes the goodness;<br />
|
||||
to make them ancestors proud in the heavens.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
<p>
|
||||
No stop there;<br />
|
||||
This kind is particularly special.<br />
|
||||
When you are to reach apart,<br />
|
||||
the special reveals nothing than;<br />
|
||||
Those are set by our ancestors for the human kind,<br />
|
||||
To prove that we can go beyond whence they did.
|
||||
</p>
|
||||
|
||||
<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>.
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
<p>
|
||||
And forth goes the goodness;<br />
|
||||
to make them ancestors proud in the heavens.
|
||||
</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>
|
||||
+53
-52
@@ -1,62 +1,63 @@
|
||||
<!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 - Solitude</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>
|
||||
<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>
|
||||
|
||||
<nav>
|
||||
<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>
|
||||
</nav>
|
||||
<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>
|
||||
|
||||
<section class="content-wrapper">
|
||||
<div class="title">Solitude <span class="date">[2014-09-09]</span></div>
|
||||
<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>
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
It is the essence of serenity;<br />
|
||||
Where the stone ain’t need to be polished<br />
|
||||
for the feigned beauty;
|
||||
</p>
|
||||
<section class="content-wrapper">
|
||||
<div class="title">Solitude <span class="date">[2014-09-09]</span></div>
|
||||
|
||||
<p>
|
||||
When the tree doesn’t need to proclaim<br />
|
||||
it’s aboriginal right;
|
||||
</p>
|
||||
<div class="content">
|
||||
<p>
|
||||
It is the essence of serenity;<br />
|
||||
Where the stone ain’t need to be polished<br />
|
||||
for the feigned beauty;
|
||||
</p>
|
||||
|
||||
<p>
|
||||
And the wind comes in and swirls around<br />
|
||||
without expecting for a barricade;
|
||||
</p>
|
||||
<p>
|
||||
When the tree doesn’t need to proclaim<br />
|
||||
it’s aboriginal right;
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The loneliness spirited with enlightenment<br />
|
||||
And the tranquility stands the truth.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
<p>
|
||||
And the wind comes in and swirls around<br />
|
||||
without expecting for a barricade;
|
||||
</p>
|
||||
|
||||
<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>.
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
<p>
|
||||
The loneliness spirited with enlightenment<br />
|
||||
And the tranquility stands the truth.
|
||||
</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>
|
||||
@@ -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