seeker.html (2070B)
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 11 <body> 12 <a href="/" class="header"> 13 <div class="logo"> 14 <img src="/img/nklogo.png" width="90px" /> 15 </div> 16 <p><img src="/img/nirmal-banner.png" height="70px"></p> 17 </a> 18 19 <nav> 20 <a href="/blog.html">Blog</a> 21 <a href="/poems.html">Poems</a> 22 <a href="/devlog.html">Devlog</a> 23 <a href="mailto:nirmal@posteo.net">Contact</a> 24 </nav> 25 26 <section class="content-wrapper"> 27 <div class="title">Seeker <span class="date">[2022-10-14]</span></div> 28 29 <div class="content"> 30 <p> 31 We are a seeking creature<br /> 32 soulfully in and out;<br /> 33 The seeker arrives only when you<br /> 34 break yourself apart from this outwardly<br /> 35 structure of our society. 36 </p> 37 38 <p> 39 The soul doesn’t see the mirage, it is your<br /> 40 illusionary mind for which the truth is only<br /> 41 the means of survival. 42 </p> 43 44 <p> 45 We are the angels in this earthly<br /> 46 kingdom, not alone but belonging together with our<br /> 47 celestial tribes in harmony. By realizing this<br /> 48 we go to the deep roots of our cosmic nature. 49 </p> 50 51 <p> 52 So, do not hesitate to go beyond the boundaries,<br /> 53 for which your seeking soul wakes up. 54 </p> 55 </div> 56 </section> 57 58 <footer> 59 <hr /> 60 © Nirmal Kumar R. All original text, is licensed under a 61 <a href="http://creativecommons.org/licenses/by/4.0/" 62 >Creative Commons Attribution 4.0 International License</a 63 >. Source code of this website can be found 64 <a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>. 65 </footer> 66 </body> 67 </html>