Compare commits
10 Commits
2a4a6615ac
...
a14c05b32b
| Author | SHA1 | Date | |
|---|---|---|---|
| a14c05b32b | |||
| 098ec4d789 | |||
| 5c0ec9abb3 | |||
| 7c3f5c7a4c | |||
| 3b3786b2b8 | |||
| 2e30fe13ad | |||
| 310a7c2d97 | |||
| 27010689c6 | |||
| cd96719ce9 | |||
| 76ad0676f3 |
+4
-6
@@ -1,14 +1,12 @@
|
|||||||
image: alpine/edge
|
image: alpine/edge
|
||||||
|
oauth: pages.sr.ht/PAGES:RW
|
||||||
packages:
|
packages:
|
||||||
- hut
|
- hut
|
||||||
oauth: pages.sr.ht/PAGES:RW
|
|
||||||
environment:
|
environment:
|
||||||
site: nirm.al
|
site: mysticmode.srht.site
|
||||||
sources:
|
|
||||||
- https://git.sr.ht/~mysticmode/mysticmode.srht.site
|
|
||||||
tasks:
|
tasks:
|
||||||
- package: |
|
- package: |
|
||||||
cd mysticmode.srht.site
|
cd $site
|
||||||
tar -cvz . > ../site.tar.gz
|
tar -cvz . > ../site.tar.gz
|
||||||
- upload: |
|
- upload: |
|
||||||
hut pages publish -d $site site.tar.gz
|
hut pages publish -d nirm.al site.tar.gz
|
||||||
|
|||||||
@@ -9,19 +9,17 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<header>
|
||||||
<div class="logo">
|
<img src="img/garden.jpg" class="banner" width="800px">
|
||||||
<img src="/img/garden.png" width="70px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
</header>
|
||||||
<main>
|
<main>
|
||||||
|
<h4>// blog</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="blog/the-ordinary-man.html">The Ordinary man and the hard days reality</a>
|
<a href="blog/the-ordinary-man.html">The Ordinary man and the hard days reality</a>
|
||||||
@@ -82,8 +80,10 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</main>
|
</main>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
+9
-8
@@ -9,19 +9,18 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
<header>
|
||||||
<img src="/img/garden.png" width="70px" />
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content-wrapper">
|
</header>
|
||||||
|
|
||||||
|
<section class="content-wrapper blog">
|
||||||
<div class="title">50 Years <span class="date">[2023-07-20]</span></div>
|
<div class="title">50 Years <span class="date">[2023-07-20]</span></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
@@ -43,8 +42,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
@@ -9,19 +9,18 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
<header>
|
||||||
<img src="/img/garden.png" width="70px" />
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content-wrapper">
|
</header>
|
||||||
|
|
||||||
|
<section class="content-wrapper blog">
|
||||||
<div class="title">A bite of unconscious way <span class="date">[2024-08-10]</span></div>
|
<div class="title">A bite of unconscious way <span class="date">[2024-08-10]</span></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
@@ -72,8 +71,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
@@ -9,19 +9,18 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
<header>
|
||||||
<img src="/img/garden.png" width="70px" />
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content-wrapper">
|
</header>
|
||||||
|
|
||||||
|
<section class="content-wrapper blog">
|
||||||
<div class="title">Creativity <span class="date">[2023-04-20]</span></div>
|
<div class="title">Creativity <span class="date">[2023-04-20]</span></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
@@ -78,8 +77,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
@@ -9,19 +9,18 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
<header>
|
||||||
<img src="/img/garden.png" width="70px" />
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content-wrapper">
|
</header>
|
||||||
|
|
||||||
|
<section class="content-wrapper blog">
|
||||||
<div class="title">Hello from mysticmode <span class="date">[2021-11-28]</span></div>
|
<div class="title">Hello from mysticmode <span class="date">[2021-11-28]</span></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
@@ -45,8 +44,10 @@
|
|||||||
<p>Much love to you -- Nirmal</p>
|
<p>Much love to you -- Nirmal</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
@@ -9,19 +9,18 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
<header>
|
||||||
<img src="/img/garden.png" width="70px" />
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content-wrapper">
|
</header>
|
||||||
|
|
||||||
|
<section class="content-wrapper blog">
|
||||||
<div class="title">In praise of silent voice <span class="date">[2022-10-20]</span></div>
|
<div class="title">In praise of silent voice <span class="date">[2022-10-20]</span></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
@@ -67,8 +66,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
@@ -9,19 +9,18 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
<header>
|
||||||
<img src="/img/garden.png" width="70px" />
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content-wrapper">
|
</header>
|
||||||
|
|
||||||
|
<section class="content-wrapper blog">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
Interview with Annamalai Swami by Jim Lemkin
|
Interview with Annamalai Swami by Jim Lemkin
|
||||||
<span class="date">[2020-11-10]</span>
|
<span class="date">[2020-11-10]</span>
|
||||||
@@ -86,8 +85,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
@@ -9,19 +9,18 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
<header>
|
||||||
<img src="/img/garden.png" width="70px" />
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content-wrapper">
|
</header>
|
||||||
|
|
||||||
|
<section class="content-wrapper blog">
|
||||||
<div class="title">Is it really smart work? <span class="date">[2022-05-02]</span></div>
|
<div class="title">Is it really smart work? <span class="date">[2022-05-02]</span></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
@@ -43,8 +42,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
@@ -9,19 +9,18 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
<header>
|
||||||
<img src="/img/garden.png" width="70px" />
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content-wrapper">
|
</header>
|
||||||
|
|
||||||
|
<section class="content-wrapper blog">
|
||||||
<div class="title">Mid of the crisis <span class="date">[2023-02-07]</span></div>
|
<div class="title">Mid of the crisis <span class="date">[2023-02-07]</span></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
@@ -38,8 +37,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
@@ -9,19 +9,18 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
<header>
|
||||||
<img src="/img/garden.png" width="70px" />
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content-wrapper">
|
</header>
|
||||||
|
|
||||||
|
<section class="content-wrapper blog">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
My admiration and respect for Bruce Lee
|
My admiration and respect for Bruce Lee
|
||||||
<span class="date">[2022-12-17]</span>
|
<span class="date">[2022-12-17]</span>
|
||||||
@@ -84,8 +83,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
@@ -9,19 +9,18 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
<header>
|
||||||
<img src="/img/garden.png" width="70px" />
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content-wrapper">
|
</header>
|
||||||
|
|
||||||
|
<section class="content-wrapper blog">
|
||||||
<div class="title">Nothing can beat this <span class="date">[2024-03-11]</span></div>
|
<div class="title">Nothing can beat this <span class="date">[2024-03-11]</span></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>Nothing can beat this - there could be lot of books, videos, documentaries on life and well-being, spiritually
|
<p>Nothing can beat this - there could be lot of books, videos, documentaries on life and well-being, spiritually
|
||||||
@@ -32,8 +31,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
@@ -9,19 +9,18 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
<header>
|
||||||
<img src="/img/garden.png" width="70px" />
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content-wrapper">
|
</header>
|
||||||
|
|
||||||
|
<section class="content-wrapper blog">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
Occurrence and non-occurrence <span class="date">[2022-05-04]</span>
|
Occurrence and non-occurrence <span class="date">[2022-05-04]</span>
|
||||||
</div>
|
</div>
|
||||||
@@ -35,8 +34,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
@@ -9,19 +9,18 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
<header>
|
||||||
<img src="/img/garden.png" width="70px" />
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content-wrapper">
|
</header>
|
||||||
|
|
||||||
|
<section class="content-wrapper blog">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
The Ordinary man and the hard days reality
|
The Ordinary man and the hard days reality
|
||||||
<span class="date">[2025-05-11]</span>
|
<span class="date">[2025-05-11]</span>
|
||||||
@@ -53,8 +52,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
@@ -9,19 +9,18 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
<header>
|
||||||
<img src="/img/garden.png" width="70px" />
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content-wrapper">
|
</header>
|
||||||
|
|
||||||
|
<section class="content-wrapper blog">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
Time goes by and does life grow in you?
|
Time goes by and does life grow in you?
|
||||||
<span class="date">[2022-07-09]</span>
|
<span class="date">[2022-07-09]</span>
|
||||||
@@ -34,8 +33,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
@@ -9,19 +9,18 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
<header>
|
||||||
<img src="/img/garden.png" width="70px" />
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content-wrapper">
|
</header>
|
||||||
|
|
||||||
|
<section class="content-wrapper blog">
|
||||||
<div class="title">What I do when my mental health goes down <span class="date">[2024-10-22]</span></div>
|
<div class="title">What I do when my mental health goes down <span class="date">[2024-10-22]</span></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
@@ -101,8 +100,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 6.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 19 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.1 KiB |
+90
-11
@@ -9,18 +9,15 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<header>
|
||||||
<div class="logo">
|
<img src="img/garden.jpg" class="banner" width="800px">
|
||||||
<img src="/img/garden.png" width="70px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
</header>
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
@@ -28,15 +25,97 @@
|
|||||||
musings. Rest of it is my internal flight and experience which I
|
musings. Rest of it is my internal flight and experience which I
|
||||||
cannot put it into words although I try my best.
|
cannot put it into words although I try my best.
|
||||||
</p>
|
</p>
|
||||||
<p class="contact">
|
<p>
|
||||||
You can connect with me on
|
<h4>My own chosen writings:</h4>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode">Mastodon</a> or
|
<p><strong>// blog</strong></p>
|
||||||
via <a href="mailto:hi@nirm.al">email</a>.
|
<ul>
|
||||||
|
<li>
|
||||||
|
<li>
|
||||||
|
<a href="blog/the-ordinary-man.html">The Ordinary man and the hard days reality</a>
|
||||||
|
<span class="date">[2025-05-11]</span>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="blog/a-bite-of-unconscious-way.html">A bite of unconscious way</a>
|
||||||
|
<span class="date">[2024-08-10]</span>
|
||||||
|
</li>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="blog/in-praise-of-silent-voice.html">In praise of silent voice</a>
|
||||||
|
<span class="date">[2022-10-20]</span>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p><strong>// poems</strong></p>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="poems/you-not-be-me.html">You not be me</a>
|
||||||
|
<span class="date">[2025-01-30]</span>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="poems/shades-of-status-quo.html">Shades of status quo</a>
|
||||||
|
<span class="date">[2024-12-20]</span>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="poems/polar-bliss.html">Polar bliss</a>
|
||||||
|
<span class="date">[2023-04-09]</span>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="poems/love-for-a-stranger.html">Love for a stranger</a>
|
||||||
|
<span class="date">[2022-12-10]</span>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="poems/seeker.html">Seeker</a>
|
||||||
|
<span class="date">[2022-10-14]</span>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="aside">
|
||||||
|
<p class="headline">Nirmal Kumar R (mysticmode)</p>
|
||||||
|
<div class="me">
|
||||||
|
<img src="img/bgme.jpg">
|
||||||
|
</div>
|
||||||
|
<div class="github-username">
|
||||||
|
<a href="https://git.sr.ht/~mysticmode/" target="_blank">srht: @mysticmode</a>
|
||||||
|
</div>
|
||||||
|
<div class="elsewhere">
|
||||||
|
<h5>elsewhere:</h5>
|
||||||
|
<div>
|
||||||
|
<h4>mastodon:</h4>
|
||||||
|
<a href="https://ieji.de/@mysticmode" target="_blank">@mysticmode</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h4>youtube:</h4>
|
||||||
|
<a href="https://www.youtube.com/@mysticmode" target="_blank">@mysticmode</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h4>curated playlist:</h4>
|
||||||
|
<a href="https://www.youtube.com/watch?v=UwTqcctD1rw&list=PLvt_osSC-5-a9XZP71wLeXJc47dybCMVY" target="_blank">Hits from Heart</a>
|
||||||
|
</div>
|
||||||
|
<div class="favorites">
|
||||||
|
<h5>favorites:</h5>
|
||||||
|
<div>
|
||||||
|
<h4>music:</h4>
|
||||||
|
<a href="https://en.wikipedia.org/wiki/Arvo_P%C3%A4rt" target="_blank">Arvo Pärt</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h4>movie:</h4>
|
||||||
|
<a href="https://en.wikipedia.org/wiki/April_Snow" target="_blank">April Snow</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h4>writer</h4>
|
||||||
|
<a href="https://en.wikipedia.org/wiki/Paulo_Coelho" target="_blank">Paulo Coelho</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h4>person in history</h4>
|
||||||
|
<a href="https://en.wikipedia.org/wiki/Rumi" target="_blank">Rumi</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
+7
-7
@@ -9,19 +9,17 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<header>
|
||||||
<div class="logo">
|
<img src="img/garden.jpg" class="banner" width="800px">
|
||||||
<img src="/img/garden.png" width="70px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
</header>
|
||||||
<main>
|
<main>
|
||||||
|
<h4>// poems</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="poems/questioning-of-silence.html">Questioning of silence</a>
|
<a href="poems/questioning-of-silence.html">Questioning of silence</a>
|
||||||
@@ -81,8 +79,10 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</main>
|
</main>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
@@ -9,19 +9,16 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<header>
|
||||||
<div class="logo">
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
<img src="/img/garden.png" width="70px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content-wrapper">
|
</header>
|
||||||
|
<section class="content-wrapper poems">
|
||||||
<div class="title">A place in my heart <span class="date">[2022-11-26]</span></div>
|
<div class="title">A place in my heart <span class="date">[2022-11-26]</span></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
@@ -51,8 +48,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
@@ -9,19 +9,16 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<header>
|
||||||
<div class="logo">
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
<img src="/img/garden.png" width="70px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content-wrapper">
|
</header>
|
||||||
|
<section class="content-wrapper poems">
|
||||||
<div class="title">Don't just get going <span class="date">[2022-01-05]</span></div>
|
<div class="title">Don't just get going <span class="date">[2022-01-05]</span></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
@@ -39,8 +36,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
@@ -9,19 +9,16 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<header>
|
||||||
<div class="logo">
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
<img src="/img/garden.png" width="70px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content-wrapper">
|
</header>
|
||||||
|
<section class="content-wrapper poems">
|
||||||
<div class="title">Free yourself <span class="date">[2023-01-26]</span></div>
|
<div class="title">Free yourself <span class="date">[2023-01-26]</span></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
@@ -44,8 +41,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
@@ -9,18 +9,15 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<header>
|
||||||
<div class="logo">
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
<img src="/img/garden.png" width="70px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
</header>
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<div class="title">Life is preciously short <span class="date">[2021-08-12]</span></div>
|
<div class="title">Life is preciously short <span class="date">[2021-08-12]</span></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
@@ -41,8 +38,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
@@ -9,19 +9,16 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<header>
|
||||||
<div class="logo">
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
<img src="/img/garden.png" width="70px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content-wrapper">
|
</header>
|
||||||
|
<section class="content-wrapper poems">
|
||||||
<div class="title">Love for a stranger <span class="date">[2022-12-10]</span></div>
|
<div class="title">Love for a stranger <span class="date">[2022-12-10]</span></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
@@ -50,8 +47,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
@@ -9,19 +9,16 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<header>
|
||||||
<div class="logo">
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
<img src="/img/garden.png" width="70px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content-wrapper">
|
</header>
|
||||||
|
<section class="content-wrapper poems">
|
||||||
<div class="title">Musical play <span class="date">[2025-10-12]</span></div>
|
<div class="title">Musical play <span class="date">[2025-10-12]</span></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
@@ -35,8 +32,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
@@ -9,19 +9,16 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<header>
|
||||||
<div class="logo">
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
<img src="/img/garden.png" width="70px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content-wrapper">
|
</header>
|
||||||
|
<section class="content-wrapper poems">
|
||||||
<div class="title">My life is not shrinking <span class="date">[2022-05-22]</span></div>
|
<div class="title">My life is not shrinking <span class="date">[2022-05-22]</span></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>My life is not shrinking;</p>
|
<p>My life is not shrinking;</p>
|
||||||
@@ -35,8 +32,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
@@ -9,19 +9,16 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<header>
|
||||||
<div class="logo">
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
<img src="/img/garden.png" width="70px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content-wrapper">
|
</header>
|
||||||
|
<section class="content-wrapper poems">
|
||||||
<div class="title">Path and Love <span class="date">[2022-09-29]</span></div>
|
<div class="title">Path and Love <span class="date">[2022-09-29]</span></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
@@ -30,8 +27,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
@@ -9,19 +9,16 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<header>
|
||||||
<div class="logo">
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
<img src="/img/garden.png" width="70px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content-wrapper">
|
</header>
|
||||||
|
<section class="content-wrapper poems">
|
||||||
<div class="title">Polar bliss <span class="date">[2023-04-09]</span></div>
|
<div class="title">Polar bliss <span class="date">[2023-04-09]</span></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
@@ -44,8 +41,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
@@ -9,19 +9,16 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<header>
|
||||||
<div class="logo">
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
<img src="/img/garden.png" width="70px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content-wrapper">
|
</header>
|
||||||
|
<section class="content-wrapper poems">
|
||||||
<div class="title">Questioning of silence <span class="date">[2025-11-18]</span></div>
|
<div class="title">Questioning of silence <span class="date">[2025-11-18]</span></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>They say being in silence is the key to realization of oneself<br />
|
<p>They say being in silence is the key to realization of oneself<br />
|
||||||
@@ -52,8 +49,10 @@
|
|||||||
<p>As always, the questions ponder over and go away, but to write these questions is to do justice to my own thinking, for it to not become a paradox of my life.</p>
|
<p>As always, the questions ponder over and go away, but to write these questions is to do justice to my own thinking, for it to not become a paradox of my life.</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
+7
-8
@@ -9,19 +9,16 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<header>
|
||||||
<div class="logo">
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
<img src="/img/garden.png" width="70px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content-wrapper">
|
</header>
|
||||||
|
<section class="content-wrapper poems">
|
||||||
<div class="title">Seeker <span class="date">[2022-10-14]</span></div>
|
<div class="title">Seeker <span class="date">[2022-10-14]</span></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
@@ -48,8 +45,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
@@ -9,19 +9,16 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<header>
|
||||||
<div class="logo">
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
<img src="/img/garden.png" width="70px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content-wrapper">
|
</header>
|
||||||
|
<section class="content-wrapper poems">
|
||||||
<div class="title">Shades of status quo <span class="date">[2024-12-20]</span></div>
|
<div class="title">Shades of status quo <span class="date">[2024-12-20]</span></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
@@ -51,8 +48,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
+7
-8
@@ -9,19 +9,16 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<header>
|
||||||
<div class="logo">
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
<img src="/img/garden.png" width="70px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content-wrapper">
|
</header>
|
||||||
|
<section class="content-wrapper poems">
|
||||||
<div class="title">Solitude <span class="date">[2014-09-09]</span></div>
|
<div class="title">Solitude <span class="date">[2014-09-09]</span></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
@@ -43,8 +40,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
@@ -9,19 +9,16 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<header>
|
||||||
<div class="logo">
|
<img src="/img/garden.jpg" class="banner" width="800px">
|
||||||
<img src="/img/garden.png" width="70px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
|
||||||
</a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="mailto:hi@nirm.al">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content-wrapper">
|
</header>
|
||||||
|
<section class="content-wrapper poems">
|
||||||
<div class="title">You not be me <span class="date">[2025-01-30]</span></div>
|
<div class="title">You not be me <span class="date">[2025-01-30]</span></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
@@ -50,8 +47,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="separator">
|
||||||
|
<img src="/img/waves.jpg">
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
|
||||||
© Nirmal Kumar R. All original text, is licensed under 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>.
|
<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
|
Source code of this website can be found
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
:root {
|
:root {
|
||||||
--font-weight-normal: 500;
|
--font-weight-normal: 400;
|
||||||
--font-weight-medium: 600;
|
--font-weight-medium: 600;
|
||||||
--font-weight-bold: 800;
|
--font-weight-bold: 800;
|
||||||
}
|
}
|
||||||
@@ -15,26 +15,19 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Times", serif, "Amiri", "Arial", serif;
|
||||||
font-feature-settings: "tnum";
|
font-feature-settings: "tnum";
|
||||||
font-variant-numeric: tabular-nums;
|
font-variant-numeric: tabular-nums;
|
||||||
font-size: 16px;
|
font-size: 18px;
|
||||||
font-weight: var(--font-weight-normal);
|
font-weight: var(--font-weight-normal);
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #333;
|
color: #333;
|
||||||
width: 60ch;
|
width: 800px;
|
||||||
margin: 1em auto;
|
margin: 2em auto;
|
||||||
padding: 0 2em;
|
padding: 0 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
|
||||||
display: inline-block;
|
|
||||||
color: #000;
|
|
||||||
text-decoration: underline;
|
|
||||||
text-decoration-thickness: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
p {
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
@@ -56,49 +49,38 @@ pre {
|
|||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
header {
|
||||||
|
width: 800px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
|
||||||
text-decoration: none;
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header:hover {
|
|
||||||
border-bottom: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header p {
|
|
||||||
font-size: 20px;
|
|
||||||
font-family: "Neue Haas Grotesk Display Pro", serif;
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
|
|
||||||
.logo {
|
|
||||||
border-radius: 50%;
|
|
||||||
height: 75px;
|
|
||||||
width: 75px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.logo>img {
|
|
||||||
border-radius: 50%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
display: block;
|
display: flex;
|
||||||
margin: 1em 0;
|
justify-content: space-around;
|
||||||
|
border: 1px dotted;
|
||||||
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav a {
|
nav a {
|
||||||
margin-right: 1em;
|
font-size: 18px;
|
||||||
font-size: 14px;
|
font-weight: var(--font-weight-normal);
|
||||||
font-weight: var(--font-weight-medium);
|
color: #000;
|
||||||
color: #333;
|
text-transform: lowercase;
|
||||||
text-transform: uppercase;
|
text-decoration: none;
|
||||||
|
border-bottom: none;
|
||||||
|
padding: 0 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav a:last-child {
|
a {
|
||||||
margin-right: 0;
|
color: #000;
|
||||||
|
text-decoration: none;
|
||||||
|
border-bottom: 1px dotted;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover, nav a:hover {
|
||||||
|
background-color: #000;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home img {
|
.home img {
|
||||||
@@ -112,61 +94,128 @@ ul {
|
|||||||
|
|
||||||
ul li {
|
ul li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
text-transform: uppercase;
|
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.separator {
|
||||||
|
width: 800px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content-wrapper {
|
||||||
|
display: flex;
|
||||||
|
align-items: start;
|
||||||
|
width: 800px;
|
||||||
|
text-align: justify;
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content-wrapper.blog,
|
||||||
|
.content-wrapper.poems {
|
||||||
|
margin-top: 20px;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content-wrapper.blog .content,
|
||||||
|
.content-wrapper.poems .content {
|
||||||
|
min-height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content-wrapper .aside {
|
||||||
|
width: 275px;
|
||||||
|
border-left: 1px dotted;
|
||||||
|
}
|
||||||
|
|
||||||
|
.aside {
|
||||||
|
font-size: 14px!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.aside .me {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.aside .me img {
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.aside .github-username {
|
||||||
|
background: black;
|
||||||
|
text-align: center;
|
||||||
|
padding: 7px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.aside .github-username a {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.aside .headline {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.aside .elsewhere {
|
||||||
|
padding: 0 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.aside .elsewhere h5 {
|
||||||
|
font-size: 16px;
|
||||||
|
font-style: italic;
|
||||||
|
margin: 7px 0 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.aside .elsewhere h4 {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.aside .elsewhere a {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.aside .elsewhere div {
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content-wrapper .content {
|
||||||
|
width: auto;
|
||||||
|
min-height: 500px;
|
||||||
|
padding-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.content-wrapper .title {
|
.content-wrapper .title {
|
||||||
font-size: 1rem;
|
font-size: 1.4rem;
|
||||||
font-weight: var(--font-weight-bold);
|
font-weight: var(--font-weight-bold);
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul li a {
|
ul li a {
|
||||||
font-size: 14px;
|
font-size: 18px;
|
||||||
font-weight: var(--font-weight-bold);
|
font-weight: var(--font-weight-normal);
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul li span {
|
ul li span {
|
||||||
display: block;
|
display: block;
|
||||||
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-wrapper .title span,
|
.content-wrapper .title span,
|
||||||
main ul li span {
|
main ul li span {
|
||||||
font-size: 14px;
|
font-size: 13px;
|
||||||
color: #555;
|
color: #555;
|
||||||
font-weight: var(--font-weight-bold);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-wrapper .title span {
|
.content-wrapper .title span {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
font-weight: var(--font-weight-normal);
|
||||||
|
|
||||||
hr {
|
|
||||||
position: relative;
|
|
||||||
display: block;
|
|
||||||
height: 1.20rem;
|
|
||||||
margin: 1em 0;
|
|
||||||
border: none;
|
|
||||||
color: #000;
|
|
||||||
}
|
|
||||||
|
|
||||||
hr::after {
|
|
||||||
display: block;
|
|
||||||
content: "";
|
|
||||||
position: absolute;
|
|
||||||
top: calc(1.20rem / 2 - 2px);
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
border-top: calc(2px * 3) double #000;
|
|
||||||
height: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
font-size: 12px;
|
font-size: 16px;
|
||||||
color: #666;
|
color: #666;
|
||||||
margin-bottom: 3em;
|
margin-top: 30px;
|
||||||
|
width: 800px;
|
||||||
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer a {
|
footer a {
|
||||||
|
|||||||
Reference in New Issue
Block a user