-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathessays.html
More file actions
64 lines (62 loc) · 2.69 KB
/
essays.html
File metadata and controls
64 lines (62 loc) · 2.69 KB
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
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Essays</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<table width="435" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<a href="index.html"><font size="5"><b>Rajat Singh</b></font></a>
</td>
</tr>
<tr>
<td height="20"></td>
</tr>
<tr>
<td>
<a href="index.html">Home</a> |
<a href="about.html">About</a>
</td>
</tr>
<tr>
<td height="30"></td>
</tr>
<tr>
<td>
<font size="4"><b>Essays</b></font>
</td>
</tr>
<tr>
<td height="20"></td>
</tr>
<tr>
<td>
<font size="2">
<!--
TO ADD A NEW ESSAY:
1. Create the essay HTML file in essays/ folder
2. Add a new line at the top following this format:
• <a href="essays/your-essay-filename.html">Your Essay Title</a><br><br>
-->
• <a href="essays/intuition-needs-siblings.html">Intuition Needs Siblings</a><br><br>
• <a href="essays/an-autopsy-of-assumptions.html">An Autopsy of Assumptions</a><br><br>
• <a href="essays/a-reward-fragile-model.html">A Reward-Fragile Model</a><br><br>
• <a href="essays/hypotheses-and-conclusions-v2.html">Hypotheses and Conclusions V2</a><br><br>
• <a href="essays/love-poorly-translated.html">Love, Poorly Translated</a><br><br>
• <a href="essays/death-and-ice-cream.html">Death and Ice Cream</a><br><br>
• <a href="essays/hypotheses-and-conclusions.html">Hypotheses and Conclusions</a><br><br>
• <a href="essays/birthdays-galileo-and-other-bad-ideas.html">Birthdays, Galileo and Other Bad Ideas</a><br><br>
• <a href="essays/circles-spirals-and-other-ways-to-go-nowhere-fast.html">Circles, Spirals, and Other Ways to Go Nowhere Fast</a><br><br>
• <a href="essays/a-foot-and-a-half.html">A Foot and a Half</a><br><br>
<!-- • <a href="essays/example-essay.html">Example Essay Title</a><br><br>
• <a href="essays/another-essay.html">Another Essay Title</a><br><br> -->
</font>
</td>
</tr>
</table>
</body>
</html>