-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·63 lines (48 loc) · 1.62 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
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.131.0">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sanjay Sudhakaran</title>
<link rel="stylesheet" href="/main.css">
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="Sanjay Sudhakaran" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-37Z4WHLLWZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-37Z4WHLLWZ');
</script>
</head>
<body>
<nav>
<a id="logo" href="/">Sanjay Sudhakaran</a>
<br>
<a href="/blog">Blog</a>
<a href="https://github.com/sanjayvs1" target="_blank"
>github.com/sanjayvs1</a
>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
</nav>
<main>
<p>Hello!</p>
<p>I am <strong>Sanjay Sudhakaran</strong>.</p>
<p>A software tinkerer and <a href="http://www.catb.org/jargon/html/H/hacker.html">hacker</a> from Navi Mumbai, India.</p>
<p>This site looks minimal (or barebones) because of my love for simplicity!</p>
<p>I sometimes write a blog post ↓↓↓</p>
<h2>Posts</h2>
<ul id="posts">
<li>
<a href="/blog/linux-customization/">Linux customization and indie software</a> (Sep 2024)
</li>
<li>
<a href="/blog/internet-history/">Interesting old websites and ways to archive online content</a> (Jan 2023)
</li>
<li>
<a href="/blog/test/">This is a test post</a> (Sep 2022)
</li>
</ul>
</main>
</body>
</html>