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