-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (55 loc) · 1.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Satvik Pendem</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>
Hi, I'm Satvik.
</h1>
<h2>Blog</h2>
<h3>Myriad</h3>
A wide range of topics
<ul>
<li>
<a href="./blog/myriad/one-hundred-breaths/index.html"
>One Hundred Breaths</a
>
</li>
<li>
<a href="./blog/myriad/tools/index.html">Tools</a>
</li>
<li><a href="./blog/myriad/analogies/index.html">Analogies</a></li>
</ul>
<h3>How To</h3>
Tutorials about programming and personal discipline
<ul>
<li>
<a href="./blog/how-to/perils-of-youtube-recommendations/index.html"
>Perils of YouTube Recommendations</a
>
</li>
<li>
<a href="./blog/how-to/maximum-likelihood-estimation/index.html"
>Maximum Likelihood Estimation</a
>
</li>
</ul>
<h3>Productivity</h3>
Becoming more productive
<ul>
<li>
<a href="./blog/productivity/apps/index.html">Apps</a>
</li>
<li>
<a href="./blog/productivity/tweet-every-day/index.html"
>Tweet Every Day</a
>
</li>
</ul>
</body>
</html>