fix: Modify styles + indentation on all files
This commit is contained in:
@@ -1,28 +1,26 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - blog</title>
|
<title>Nirmal Kumar R - blog</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
@@ -41,7 +39,6 @@
|
|||||||
<a href="blog/nothing-can-beat-this.html">Nothing can beat this</a>
|
<a href="blog/nothing-can-beat-this.html">Nothing can beat this</a>
|
||||||
<span class="date">[2024-03-11]</span>
|
<span class="date">[2024-03-11]</span>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="blog/50-years.html">50 Years</a>
|
<a href="blog/50-years.html">50 Years</a>
|
||||||
<span class="date">[2023-07-20]</span>
|
<span class="date">[2023-07-20]</span>
|
||||||
@@ -85,7 +82,6 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -93,6 +89,5 @@
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
+9
-14
@@ -1,31 +1,28 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - 50 Years</title>
|
<title>Nirmal Kumar R - 50 Years</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<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>
|
||||||
Today 20th, July 2023 marks 50 years since Bruce Lee's passing on
|
Today 20th, July 2023 marks 50 years since Bruce Lee's passing on
|
||||||
@@ -46,7 +43,6 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -54,6 +50,5 @@
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1,31 +1,28 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - A bite of unconscious way</title>
|
<title>Nirmal Kumar R - A bite of unconscious way</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<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>
|
||||||
Human brains are tentatively complex for many to write articles, do
|
Human brains are tentatively complex for many to write articles, do
|
||||||
@@ -75,7 +72,6 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -83,6 +79,5 @@
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
+9
-14
@@ -1,31 +1,28 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - Creativity</title>
|
<title>Nirmal Kumar R - Creativity</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<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>
|
||||||
My mother told me this word "declutter" yesterday, pointing out that I
|
My mother told me this word "declutter" yesterday, pointing out that I
|
||||||
@@ -81,7 +78,6 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -89,6 +85,5 @@
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1,31 +1,28 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - Hello from mysticmode</title>
|
<title>Nirmal Kumar R - Hello from mysticmode</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<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>
|
||||||
While I'm writing this, I have a new found feeling that I'm going to
|
While I'm writing this, I have a new found feeling that I'm going to
|
||||||
@@ -48,7 +45,6 @@
|
|||||||
<p>Much love to you -- Nirmal</p>
|
<p>Much love to you -- Nirmal</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -56,6 +52,5 @@
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1,31 +1,28 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - In praise of silent voice</title>
|
<title>Nirmal Kumar R - In praise of silent voice</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<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>
|
||||||
Our societal norms is not only filled with people pertaining to the
|
Our societal norms is not only filled with people pertaining to the
|
||||||
@@ -70,7 +67,6 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -78,6 +74,5 @@
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1,34 +1,31 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - Interview with Annamalai Swami by Jim Lemkin</title>
|
<title>Nirmal Kumar R - Interview with Annamalai Swami by Jim Lemkin</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
<a href="https://www.youtube.com/watch?v=Dbd85YItR-E" target="_blank">YouTube link</a>
|
<a href="https://www.youtube.com/watch?v=Dbd85YItR-E" target="_blank">YouTube link</a>
|
||||||
@@ -89,7 +86,6 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -97,6 +93,5 @@
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1,31 +1,28 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - Is it really smart work?</title>
|
<title>Nirmal Kumar R - Is it really smart work?</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<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>
|
||||||
Just went to a tea shop, the FM Radio played about doing smart work
|
Just went to a tea shop, the FM Radio played about doing smart work
|
||||||
@@ -46,7 +43,6 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -54,6 +50,5 @@
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1,31 +1,28 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - Mid of the crisis</title>
|
<title>Nirmal Kumar R - Mid of the crisis</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<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>
|
||||||
Whilst reading this article today -
|
Whilst reading this article today -
|
||||||
@@ -41,7 +38,6 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -49,6 +45,5 @@
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1,34 +1,31 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - My admiration and respect for Bruce Lee</title>
|
<title>Nirmal Kumar R - My admiration and respect for Bruce Lee</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
Many generations come and go and as an individual you most likely have
|
Many generations come and go and as an individual you most likely have
|
||||||
@@ -87,7 +84,6 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -95,6 +91,5 @@
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1,48 +1,43 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png">
|
<link rel="icon" type="image/png" href="/img/favicon.png">
|
||||||
<title>Nirmal Kumar R - Nothing can beat this</title>
|
<title>Nirmal Kumar R - Nothing can beat this</title>
|
||||||
<link rel="stylesheet" href="/style.css">
|
<link rel="stylesheet" href="/style.css">
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<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
|
||||||
and philosophically and even others' lives if you consider to follow but Learning from one's own experience is
|
and philosophically and even others' lives if you consider to follow but Learning from one's own experience is
|
||||||
the most powerful one of all.</p>
|
the most powerful one of all.
|
||||||
|
</p>
|
||||||
<p>If you find that way, you will find the way.</p>
|
<p>If you find that way, you will find the way.</p>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr>
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a <a
|
© Nirmal Kumar R. All original text, is licensed under 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 <a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
Source code of this website can be found
|
||||||
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1,33 +1,30 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - Occurrence and non-occurrence</title>
|
<title>Nirmal Kumar R - Occurrence and non-occurrence</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<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>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
There is occurrence and non-occurrence. In-between we say there is
|
There is occurrence and non-occurrence. In-between we say there is
|
||||||
@@ -38,7 +35,6 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -46,6 +42,5 @@
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1,34 +1,31 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - The Ordinary man and the hard days reality</title>
|
<title>Nirmal Kumar R - The Ordinary man and the hard days reality</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
An Ordinary man who strives for his family and the needs has humongous suffering than a monk in a monastery sitting around a nice setting.
|
An Ordinary man who strives for his family and the needs has humongous suffering than a monk in a monastery sitting around a nice setting.
|
||||||
@@ -56,7 +53,6 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -64,6 +60,5 @@
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1,34 +1,31 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - Time goes by and does life grow in you?</title>
|
<title>Nirmal Kumar R - Time goes by and does life grow in you?</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
Life seems to be good if I try to do and experience things that are
|
Life seems to be good if I try to do and experience things that are
|
||||||
@@ -37,7 +34,6 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -45,6 +41,5 @@
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1,31 +1,28 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - What I do when my mental health goes down</title>
|
<title>Nirmal Kumar R - What I do when my mental health goes down</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<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>
|
||||||
I was diagnosed with Bipolar Type 2 and Social Anxiety disorder when I was 17 years old. I remember when I was
|
I was diagnosed with Bipolar Type 2 and Social Anxiety disorder when I was 17 years old. I remember when I was
|
||||||
@@ -104,7 +101,6 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -112,6 +108,5 @@
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
Binary file not shown.
+11
-17
@@ -1,30 +1,26 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R</title>
|
<title>Nirmal Kumar R</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a rel="me" href="https://mastodon.social/@tildezero" style="display:none;">Mastodon</a>
|
|
||||||
|
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
@@ -34,12 +30,11 @@
|
|||||||
</p>
|
</p>
|
||||||
<p class="contact">
|
<p class="contact">
|
||||||
You can connect with me on
|
You can connect with me on
|
||||||
<a rel="me" href="https://mastodon.sdf.org/@mysticmode">Mastodon</a> or
|
<a rel="me" href="https://ieji.de/@mysticmode">Mastodon</a> or
|
||||||
via <a href="mailto:tildezero@gmail.com">email</a>.
|
via <a href="mailto:hi@nirm.al">email</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -47,6 +42,5 @@
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
+9
-13
@@ -1,28 +1,26 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - blog</title>
|
<title>Nirmal Kumar R - blog</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
@@ -83,7 +81,6 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -91,6 +88,5 @@
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1,57 +1,49 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - A place in my heart</title>
|
<title>Nirmal Kumar R - A place in my heart</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<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>
|
||||||
There is a place in my heart<br />
|
There is a place in my heart<br />
|
||||||
for those who suffered the inevitable and stun life;
|
for those who suffered the inevitable and stun life;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
There is a place in my heart<br />
|
There is a place in my heart<br />
|
||||||
for those embrace life however uncertain it could be;
|
for those embrace life however uncertain it could be;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
There is a place in my heart<br />
|
There is a place in my heart<br />
|
||||||
for those who put heart and soul for the helpless;
|
for those who put heart and soul for the helpless;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
There is a place in my heart<br />
|
There is a place in my heart<br />
|
||||||
for those whose sword of life is conscience;
|
for those whose sword of life is conscience;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
There is a place in my heart<br />
|
There is a place in my heart<br />
|
||||||
for those who share life and not preach;
|
for those who share life and not preach;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
There is always a place in my heart<br />
|
There is always a place in my heart<br />
|
||||||
for you to come abide of nothing and seek for that,<br />
|
for you to come abide of nothing and seek for that,<br />
|
||||||
@@ -59,7 +51,6 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -67,6 +58,5 @@
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1,42 +1,37 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - Don't just get going</title>
|
<title>Nirmal Kumar R - Don't just get going</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<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>
|
||||||
Don’t just get going for the ones<br />
|
Don’t just get going for the ones<br />
|
||||||
that are only trivial for survival;
|
that are only trivial for survival;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Persist with patience and get<br />
|
Persist with patience and get<br />
|
||||||
what you are truly seeking for;
|
what you are truly seeking for;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Because by all means,<br />
|
Because by all means,<br />
|
||||||
the universe will work upon you<br />
|
the universe will work upon you<br />
|
||||||
@@ -44,7 +39,6 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -52,6 +46,5 @@
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
+10
-18
@@ -1,56 +1,49 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - Free yourself</title>
|
<title>Nirmal Kumar R - Free yourself</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<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>
|
||||||
If you free your thinking mind,<br />
|
If you free your thinking mind,<br />
|
||||||
your thoughts eventually will go away;
|
your thoughts eventually will go away;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
If you practice patience,<br />
|
If you practice patience,<br />
|
||||||
you eventually will see time,<br />
|
you eventually will see time,<br />
|
||||||
as a great teacher in your life;
|
as a great teacher in your life;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
If you practice patience,<br />
|
If you practice patience,<br />
|
||||||
you eventually will see time,<br />
|
you eventually will see time,<br />
|
||||||
as a great teacher in your life;
|
as a great teacher in your life;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
If you free yourself, my friend;<br />
|
If you free yourself, my friend;<br />
|
||||||
you see life as life itself.
|
you see life as life itself.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -58,6 +51,5 @@
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1,55 +1,52 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=2">
|
<meta name="viewport" content="width=device-width, initial-scale=2">
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png">
|
<link rel="icon" type="image/png" href="/img/favicon.png">
|
||||||
<title>Nirmal Kumar R - Life is preciously short</title>
|
<title>Nirmal Kumar R - Life is preciously short</title>
|
||||||
<link rel="stylesheet" href="/style.css">
|
<link rel="stylesheet" href="/style.css">
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<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">
|
||||||
<p>Life is preciously short<br>
|
<p>Life is preciously short<br>
|
||||||
With the dreams that you hope for;</p>
|
With the dreams that you hope for;
|
||||||
|
</p>
|
||||||
<p>Life is preciously short<br>
|
<p>Life is preciously short<br>
|
||||||
The things you would conjure for;</p>
|
The things you would conjure for;
|
||||||
|
</p>
|
||||||
<p>Life is preciously short<br>
|
<p>Life is preciously short<br>
|
||||||
The feeling of the absence of your knit to heal;</p>
|
The feeling of the absence of your knit to heal;
|
||||||
|
</p>
|
||||||
<p>Life is preciously short<br>
|
<p>Life is preciously short<br>
|
||||||
For you to immaculate everything;</p>
|
For you to immaculate everything;
|
||||||
|
</p>
|
||||||
<p>Life is preciously short<br>
|
<p>Life is preciously short<br>
|
||||||
Hence and henceforth, feel the frail of time and embrace the present.</p>
|
Hence and henceforth, feel the frail of time and embrace the present.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr>
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a <a
|
© Nirmal Kumar R. All original text, is licensed under 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 <a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
Source code of this website can be found
|
||||||
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1,37 +1,33 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - Love for a stranger</title>
|
<title>Nirmal Kumar R - Love for a stranger</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<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>
|
||||||
My dear strange love<br />
|
My dear strange love<br />
|
||||||
I wanted to go wherever you go now;
|
I wanted to go wherever you go now;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Sounds a bit haphazard ask, right?<br />
|
Sounds a bit haphazard ask, right?<br />
|
||||||
Yeah!, but you know, those unmade paths<br />
|
Yeah!, but you know, those unmade paths<br />
|
||||||
@@ -39,17 +35,14 @@
|
|||||||
the whistling moments that gets me<br />
|
the whistling moments that gets me<br />
|
||||||
out of this sluggish reality;
|
out of this sluggish reality;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Is that the life that puts me on thorn foots or I'm on<br />
|
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;
|
a phase where me going nowhere, I'm no sure of either;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
All I can feel now is the beats that gets me on you,<br />
|
All I can feel now is the beats that gets me on you,<br />
|
||||||
is right on with you as well;
|
is right on with you as well;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
My dear strange love,<br />
|
My dear strange love,<br />
|
||||||
don't you get it? I'm meant to this strange moment<br />
|
don't you get it? I'm meant to this strange moment<br />
|
||||||
@@ -57,7 +50,6 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -65,6 +57,5 @@
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
+9
-15
@@ -1,45 +1,40 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - Musical play</title>
|
<title>Nirmal Kumar R - Musical play</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<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>
|
||||||
Body is like a musical instrument;<br />
|
Body is like a musical instrument;<br />
|
||||||
It's there to play music while we can,<br />
|
It's there to play music while we can,<br />
|
||||||
in this world.
|
in this world.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
When we can't; silence is the music,<br />
|
When we can't; silence is the music,<br />
|
||||||
God plays for us.<br />
|
God plays for us.<br />
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -47,6 +42,5 @@
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1,46 +1,40 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - My life is not shrinking</title>
|
<title>Nirmal Kumar R - My life is not shrinking</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<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>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
My life is expanding in the way<br />
|
My life is expanding in the way<br />
|
||||||
of smallest way possible;
|
of smallest way possible;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
It teaches how it can be done<br />
|
It teaches how it can be done<br />
|
||||||
with the tiniest amount of tools and resources.
|
with the tiniest amount of tools and resources.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -48,6 +42,5 @@
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1,31 +1,28 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - Path and Love</title>
|
<title>Nirmal Kumar R - Path and Love</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<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>
|
||||||
How can I lose my path;<br />
|
How can I lose my path;<br />
|
||||||
@@ -33,7 +30,6 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -41,6 +37,5 @@
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
+9
-16
@@ -1,31 +1,28 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - Polar bliss</title>
|
<title>Nirmal Kumar R - Polar bliss</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<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>
|
||||||
With the polar fire on;<br />
|
With the polar fire on;<br />
|
||||||
@@ -34,14 +31,12 @@
|
|||||||
with no intention of showing my whiz;<br />
|
with no intention of showing my whiz;<br />
|
||||||
just to enjoy the moments’ chills.
|
just to enjoy the moments’ chills.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
When it spirals downwards the stairways;<br />
|
When it spirals downwards the stairways;<br />
|
||||||
Mother kinds me with lulls.<br />
|
Mother kinds me with lulls.<br />
|
||||||
Is it necessary that I need to do this fuss?<br />
|
Is it necessary that I need to do this fuss?<br />
|
||||||
Ain’t I became the normies lulz?!
|
Ain’t I became the normies lulz?!
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
I just lit my wills, my mind thinks;<br />
|
I just lit my wills, my mind thinks;<br />
|
||||||
Juices flowing on the paper has no more stirs.<br />
|
Juices flowing on the paper has no more stirs.<br />
|
||||||
@@ -49,7 +44,6 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -57,6 +51,5 @@
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1,64 +1,57 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - Questioning of silence</title>
|
<title>Nirmal Kumar R - Questioning of silence</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<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 />
|
||||||
within; We say, we read and we are maybe!</p>
|
within; We say, we read and we are maybe!
|
||||||
|
</p>
|
||||||
<p>But my confession is to sit and write this to free up my questioning self;<br />
|
<p>But my confession is to sit and write this to free up my questioning self;<br />
|
||||||
What sort of silence is that;</p>
|
What sort of silence is that;
|
||||||
|
</p>
|
||||||
<p>My mind can acquire the questioning in two different ways whilst I write;<br />
|
<p>My mind can acquire the questioning in two different ways whilst I write;<br />
|
||||||
And I let the God be questioning my questions with what I write here to lead me to the path of silence.</p>
|
And I let the God be questioning my questions with what I write here to lead me to the path of silence.
|
||||||
|
</p>
|
||||||
<p>Although, the question comes to me as paradoxical;<br />
|
<p>Although, the question comes to me as paradoxical;<br />
|
||||||
I’m keeping my sanity intact;<br />
|
I’m keeping my sanity intact;<br />
|
||||||
to not let myself to be succumbed to the crisis of my own questions.</p>
|
to not let myself to be succumbed to the crisis of my own questions.
|
||||||
|
</p>
|
||||||
<p>Thus, that courage of mine, lead me to these two:<br />
|
<p>Thus, that courage of mine, lead me to these two:<br />
|
||||||
Is it silencing the mind or is it the silence of the mind?</p>
|
Is it silencing the mind or is it the silence of the mind?
|
||||||
|
</p>
|
||||||
<p>My unbearable nature of sensitivity does neither nor comprehend my own question;<br />
|
<p>My unbearable nature of sensitivity does neither nor comprehend my own question;<br />
|
||||||
So I contemplate; What is that silence;</p>
|
So I contemplate; What is that silence;
|
||||||
|
</p>
|
||||||
<p>Silencing the mind is a pitiful question of mine; where I put that in-lieu of finding no better terms in order to explain this question as a way of doing the silence. That is doing the doing. Or to say in more spiritually nuanced format: Witnessing the thoughts.</p>
|
<p>Silencing the mind is a pitiful question of mine; where I put that in-lieu of finding no better terms in order to explain this question as a way of doing the silence. That is doing the doing. Or to say in more spiritually nuanced format: Witnessing the thoughts.</p>
|
||||||
|
|
||||||
<p>When we come to silence of the mind; that implies the true nature of the mind.
|
<p>When we come to silence of the mind; that implies the true nature of the mind.
|
||||||
Thus, what it takes for one to be in the true nature of the mind. There are two ways that I can do this; does it require a transition to go from anywhere to here; or is just here;</p>
|
Thus, what it takes for one to be in the true nature of the mind. There are two ways that I can do this; does it require a transition to go from anywhere to here; or is just here;
|
||||||
|
</p>
|
||||||
<p>If it is from anywhere to here; there is causation and effect and that becomes the point of silencing the mind which is doing the doing to act as a co-existence to the silence of the mind.</p>
|
<p>If it is from anywhere to here; there is causation and effect and that becomes the point of silencing the mind which is doing the doing to act as a co-existence to the silence of the mind.</p>
|
||||||
|
|
||||||
<p>And when we say; it is here, is it being here and now?, My question comes further down to what is that lead us to the path of being the here and now? Or can I question again to say that being requires a transition via causation and effect?</p>
|
<p>And when we say; it is here, is it being here and now?, My question comes further down to what is that lead us to the path of being the here and now? Or can I question again to say that being requires a transition via causation and effect?</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>
|
<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>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -66,6 +59,5 @@ So I contemplate; What is that silence;</p>
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
+9
-17
@@ -1,31 +1,28 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - Seeker</title>
|
<title>Nirmal Kumar R - Seeker</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<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>
|
||||||
We are a seeking creature<br />
|
We are a seeking creature<br />
|
||||||
@@ -34,27 +31,23 @@
|
|||||||
break yourself apart from this outwardly<br />
|
break yourself apart from this outwardly<br />
|
||||||
structure of our society.
|
structure of our society.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The soul doesn’t see the mirage, it is your<br />
|
The soul doesn’t see the mirage, it is your<br />
|
||||||
illusionary mind for which the truth is only<br />
|
illusionary mind for which the truth is only<br />
|
||||||
the means of survival.
|
the means of survival.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
We are the angels in this earthly<br />
|
We are the angels in this earthly<br />
|
||||||
kingdom, not alone but belonging together with our<br />
|
kingdom, not alone but belonging together with our<br />
|
||||||
celestial tribes in harmony. By realizing this<br />
|
celestial tribes in harmony. By realizing this<br />
|
||||||
we go to the deep roots of our cosmic nature.
|
we go to the deep roots of our cosmic nature.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
So, do not hesitate to go beyond the boundaries,<br />
|
So, do not hesitate to go beyond the boundaries,<br />
|
||||||
for which your seeking soul wakes up.
|
for which your seeking soul wakes up.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -62,6 +55,5 @@
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1,48 +1,42 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - Shades of status quo</title>
|
<title>Nirmal Kumar R - Shades of status quo</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<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>
|
||||||
Status quo is a reminder;<br />
|
Status quo is a reminder;<br />
|
||||||
A good remainder that is.
|
A good remainder that is.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
That they are boundaries;<br />
|
That they are boundaries;<br />
|
||||||
which are meant to be broken apart.
|
which are meant to be broken apart.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Apart them to show you;<br />
|
Apart them to show you;<br />
|
||||||
it is one of the revealing features<br />
|
it is one of the revealing features<br />
|
||||||
of the universe.
|
of the universe.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
No stop there;<br />
|
No stop there;<br />
|
||||||
This kind is particularly special.<br />
|
This kind is particularly special.<br />
|
||||||
@@ -51,14 +45,12 @@
|
|||||||
Those are set by our ancestors for the human kind,<br />
|
Those are set by our ancestors for the human kind,<br />
|
||||||
To prove that we can go beyond whence they did.
|
To prove that we can go beyond whence they did.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
And forth goes the goodness;<br />
|
And forth goes the goodness;<br />
|
||||||
to make them ancestors proud in the heavens.
|
to make them ancestors proud in the heavens.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -66,6 +58,5 @@
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
+9
-17
@@ -1,55 +1,48 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - Solitude</title>
|
<title>Nirmal Kumar R - Solitude</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<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>
|
||||||
It is the essence of serenity;<br />
|
It is the essence of serenity;<br />
|
||||||
Where the stone ain’t need to be polished<br />
|
Where the stone ain’t need to be polished<br />
|
||||||
for the feigned beauty;
|
for the feigned beauty;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
When the tree doesn’t need to proclaim<br />
|
When the tree doesn’t need to proclaim<br />
|
||||||
it’s aboriginal right;
|
it’s aboriginal right;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
And the wind comes in and swirls around<br />
|
And the wind comes in and swirls around<br />
|
||||||
without expecting for a barricade;
|
without expecting for a barricade;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The loneliness spirited with enlightenment<br />
|
The loneliness spirited with enlightenment<br />
|
||||||
And the tranquility stands the truth.
|
And the tranquility stands the truth.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
@@ -57,6 +50,5 @@
|
|||||||
Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
+11
-19
@@ -1,45 +1,40 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<title>Nirmal Kumar R - Seeker</title>
|
<title>Nirmal Kumar R - Seeker</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body>
|
<a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
|
||||||
<a href="/" class="header">
|
<a href="/" class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/img/garden.png" width="90px" />
|
<img src="/img/garden.png" width="70px" />
|
||||||
</div>
|
</div>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<p><img src="/img/nirmal-banner.png" height="50px"></p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
<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:tildezero@gmail.com">Contact</a>
|
<a href="mailto:hi@nirm.al">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<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>
|
||||||
The path seeking I went is not<br />
|
The path seeking I went is not<br />
|
||||||
what I want you to seek.<br />
|
what I want you to seek.<br />
|
||||||
You not be me;
|
You not be me;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The walk of the walk truly<br />
|
The walk of the walk truly<br />
|
||||||
belongs to the person whose walk<br />
|
belongs to the person whose walk<br />
|
||||||
is what the heart craves for.<br />
|
is what the heart craves for.<br />
|
||||||
You not be me;
|
You not be me;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
For the senses and the experiences<br />
|
For the senses and the experiences<br />
|
||||||
I taught you is just a mere mirror of<br />
|
I taught you is just a mere mirror of<br />
|
||||||
@@ -47,7 +42,6 @@
|
|||||||
myself to find what is mine and not yours.<br />
|
myself to find what is mine and not yours.<br />
|
||||||
You not be me;
|
You not be me;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Find your path, walk the walk with<br />
|
Find your path, walk the walk with<br />
|
||||||
love in your heart, that holy light will lit<br />
|
love in your heart, that holy light will lit<br />
|
||||||
@@ -56,14 +50,12 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<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
|
<a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
|
||||||
License</a>. Source code of this website can be found
|
Source code of this website can be found
|
||||||
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -8,11 +8,6 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "Neue Haas Grotesk Display Pro";
|
|
||||||
src: url(font/6e2df30bac10d3b6a0e5.woff2) format("woff2");
|
|
||||||
}
|
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -20,10 +15,10 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: "Neue Haas Grotesk Display Pro", serif;
|
font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-feature-settings: "tnum";
|
font-feature-settings: "tnum";
|
||||||
font-variant-numeric: tabular-nums;
|
font-variant-numeric: tabular-nums;
|
||||||
font-size: 24px;
|
font-size: 16px;
|
||||||
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;
|
||||||
@@ -35,7 +30,7 @@ body {
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: #15C;
|
color: #000;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
text-decoration-thickness: 2px;
|
text-decoration-thickness: 2px;
|
||||||
}
|
}
|
||||||
@@ -91,12 +86,13 @@ pre {
|
|||||||
|
|
||||||
nav {
|
nav {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 2em 0;
|
margin: 1em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav a {
|
nav a {
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
font-size: 21px;
|
font-size: 14px;
|
||||||
|
font-weight: var(--font-weight-medium);
|
||||||
color: #333;
|
color: #333;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
@@ -109,23 +105,38 @@ nav a:last-child {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
ul li {
|
ul li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
list-style-type: square;
|
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-wrapper .title {
|
.content-wrapper .title {
|
||||||
font-size: 2rem;
|
font-size: 1rem;
|
||||||
|
font-weight: var(--font-weight-bold);
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-family: "Neue Haas Grotesk Display Pro", serif;
|
}
|
||||||
|
|
||||||
|
ul li a {
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: var(--font-weight-bold);
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul li span {
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-wrapper .title span,
|
.content-wrapper .title span,
|
||||||
main ul li span {
|
main ul li span {
|
||||||
font-size: 22px;
|
font-size: 14px;
|
||||||
color: #555;
|
color: #555;
|
||||||
font-weight: normal;
|
font-weight: var(--font-weight-bold);
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-wrapper .title span {
|
.content-wrapper .title span {
|
||||||
@@ -136,7 +147,7 @@ hr {
|
|||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
height: 1.20rem;
|
height: 1.20rem;
|
||||||
margin: calc(1.20rem * 1.5) 0;
|
margin: 1em 0;
|
||||||
border: none;
|
border: none;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
@@ -153,10 +164,15 @@ hr::after {
|
|||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
font-size: 16px;
|
font-size: 12px;
|
||||||
|
color: #666;
|
||||||
margin-bottom: 3em;
|
margin-bottom: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer a {
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 700px) {
|
@media only screen and (max-width: 700px) {
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user