hello-from-mysticmode.html (2244B)
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 - Hello from mysticmode</title> 8 <link rel="stylesheet" href="/style.css" /> 9 </head> 10 <body> 11 <a href="/" class="header"> 12 <div class="logo"> 13 <img src="/img/nklogo.png" width="90px" /> 14 </div> 15 <p><img src="/img/nirmal-banner.png" height="70px"></p> 16 </a> 17 18 <nav> 19 <a href="/blog.html">Blog</a> 20 <a href="/poems.html">Poems</a> 21 <a href="/devlog.html">Devlog</a> 22 <a href="mailto:nirmal@posteo.net">Contact</a> 23 </nav> 24 25 <section class="content-wrapper"> 26 <div class="title">Hello from mysticmode <span class="date">[2021-11-28]</span></div> 27 28 <div class="content"> 29 <p> 30 While I'm writing this, I have a new found feeling that I'm going to 31 share some experience and make a thoughtful impact for the readers. 32 And as well, leave something worthwhile behind which might not vanish 33 across time. I hope, this thought from me and this resource persists. 34 </p> 35 <p> 36 Here, I'm going to write whatever thoughts, feelings and information 37 that I could be able to put it into words. This just doesn't stick 38 around that, I mean the spiritual aspects of me. But also, I'll be 39 sharing some technical articles and tutorials that I learn. After all, 40 my profession is writing softwares. 41 </p> 42 <p> 43 So, stay in touch by subscribing via 44 <a href="../rss.xml">RSS feed</a>. Also, feel free to contact me via 45 email -- <em>tildezero at gmail dot com</em> 46 </p> 47 <p>Much love to you -- Nirmal</p> 48 </div> 49 </section> 50 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/" 55 >Creative Commons Attribution 4.0 International License</a 56 >. Source code of this website can be found 57 <a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>. 58 </footer> 59 </body> 60 </html>