hello-from-mysticmode.html (2309B)
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 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">Hello from mysticmode <span class="date">[2021-11-28]</span></div> 26 <div class="content"> 27 <p> 28 While I'm writing this, I have a new found feeling that I'm going to 29 share some experience and make a thoughtful impact for the readers. 30 And as well, leave something worthwhile behind which might not vanish 31 across time. I hope, this thought from me and this resource persists. 32 </p> 33 <p> 34 Here, I'm going to write whatever thoughts, feelings and information 35 that I could be able to put it into words. This just doesn't stick 36 around that, I mean the spiritual aspects of me. But also, I'll be 37 sharing some technical articles and tutorials that I learn. After all, 38 my profession is writing softwares. 39 </p> 40 <p> 41 So, stay in touch by subscribing via 42 <a href="../rss.xml">RSS feed</a>. Also, feel free to contact me via 43 email -- <em>tildezero at gmail dot com</em> 44 </p> 45 <p>Much love to you -- Nirmal</p> 46 </div> 47 </section> 48 <footer> 49 <hr /> 50 © Nirmal Kumar R. All original text, is licensed under a 51 <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. 52 Source code of this website can be found 53 <a href="https://github.com/mysticmode/mysticmode.github.io">here</a>. 54 </footer> 55 </body> 56 </html>