index.html (1817B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 4 <head> 5 <meta charset="UTF-8" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 7 <link rel="icon" type="image/png" href="/img/favicon.png" /> 8 <title>Nirmal Kumar R</title> 9 <link rel="stylesheet" href="/style.css" /> 10 </head> 11 12 <body> 13 <a rel="me" href="https://mastodon.social/@tildezero" style="display:none;">Mastodon</a> 14 15 <a href="/" class="header"> 16 <div class="logo"> 17 <img src="/img/nklogo.png" width="90px" /> 18 </div> 19 <p><img src="/img/nirmal-banner.png" height="70px"></p> 20 </a> 21 22 <nav> 23 <a href="/blog.html">Blog</a> 24 <a href="/poems.html">Poems</a> 25 <a href="/devlog.html">Devlog</a> 26 <a href="mailto:nirmal@posteo.net">Contact</a> 27 </nav> 28 29 <section class="content-wrapper"> 30 <div class="content"> 31 <p> 32 This is my personal website. A place where you can read all my public 33 musings. Rest of it is my internal flight and experience which I 34 cannot put it into words although I try my best. 35 </p> 36 <p> 37 <a href="https://git.nirm.al">I write computer programs too!</a> 38 And you can find my <a href="/devlog.html">devlog</a> section on this website 39 for tech articles. 40 </p> 41 <p class="contact"> 42 You can connect with me on 43 <a rel="me" href="https://mastodon.social/@tildezero">Mastodon</a> or 44 via <a href="mailto:nirmal@posteo.net">email</a>. 45 </p> 46 </div> 47 </section> 48 49 <footer> 50 <hr /> 51 © Nirmal Kumar R. All original text, is licensed under a 52 <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. 53 Source code of this website can be found 54 <a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>. 55 </footer> 56 </body> 57 58 </html>