nirm.al

My Website
Log | Files | Refs | README | LICENSE

seeker.html (2131B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3   <head>
      4     <meta charset="UTF-8" />
      5     <meta name="viewport" content="width=device-width, initial-scale=1" />
      6     <link rel="icon" type="image/png" href="/img/favicon.png" />
      7     <title>Nirmal Kumar R - Seeker</title>
      8     <link rel="stylesheet" href="/style.css" />
      9   </head>
     10   <body>
     11     <a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
     12     <a href="/" class="header">
     13       <div class="logo">
     14         <img src="/img/garden.png" width="70px" />
     15       </div>
     16       <p><img src="/img/nirmal-banner.png" height="50px"></p>
     17     </a>
     18     <nav>
     19       <a href="/">Home</a>
     20       <a href="/blog.html">Blog</a>
     21       <a href="/poems.html">Poems</a>
     22       <a href="mailto:hi@nirm.al">Contact</a>
     23     </nav>
     24     <section class="content-wrapper">
     25       <div class="title">Seeker <span class="date">[2022-10-14]</span></div>
     26       <div class="content">
     27         <p>
     28           We are a seeking creature<br />
     29           soulfully in and out;<br />
     30           The seeker arrives only when you<br />
     31           break yourself apart from this outwardly<br />
     32           structure of our society.
     33         </p>
     34         <p>
     35           The soul doesn’t see the mirage, it is your<br />
     36           illusionary mind for which the truth is only<br />
     37           the means of survival.
     38         </p>
     39         <p>
     40           We are the angels in this earthly<br />
     41           kingdom, not alone but belonging together with our<br />
     42           celestial tribes in harmony. By realizing this<br />
     43           we go to the deep roots of our cosmic nature.
     44         </p>
     45         <p>
     46           So, do not hesitate to go beyond the boundaries,<br />
     47           for which your seeking soul wakes up.
     48         </p>
     49       </div>
     50     </section>
     51     <footer>
     52       <hr />
     53       © Nirmal Kumar R. All original text, is licensed under a
     54       <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
     55       Source code of this website can be found
     56       <a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
     57     </footer>
     58   </body>
     59 </html>