-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
113 lines (101 loc) · 3.97 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html>
<head>
<title>Siddharth Hiregowdara</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5QFJQB6J2S"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-5QFJQB6J2S');
</script>
<style>
@font-face {
font-family: sidrough;
src: url("../sidhire.github.io/sidrough.ttf") format('truetype');
}
.sid {
font-family: sidrough;
}
.bigger {
font-size: 1.2em;
margin: 1rem 0;
}
</style>
</head>
<body>
<p class="bigger sid">The website of <strong>Siddharth Hiregowdara</strong></p>
<p>My email address backwards is <b>moc.liamg@erihdis</b></p>
<p>I'm currently <a href="https://www.linkedin.com/in/sidhire/">working</a> on <a href="https://www.civai.org/">CivAI</a>, an AI policy nonprofit.</p>
<p>Here is my <a href="https://www.admonymous.co/sidhire">anonymous feedback form</a>. Thank you for your feedback!</p>
<p>And here's a <a href="https://jeo.sidhire.com/">bootleg Jeopardy game</a> that you can play with friends. (Go to it on desktop/laptop first and hover over the instructions in the bottom left corner. The website might take a minute to load the first time since the server has to wake up.)</p>
<p>Here is a list of words that sound similar and have similar meanings. If you can think of more, please send them my way!</p>
<ul>
<li>Petrichor vellichor</li>
<li>Crevice crevasse</li>
<li>Steamy seamy</li>
<li>Acid acrid</li>
<li>Career careen</li>
<li>Maunder meander</li>
<li>Discomfort discomfit (from Nick)</li>
<li>Slather lather</li>
<li>Fever fervor (from Claire)</li>
<li>Dry wry</li>
<li>Shell shill</li>
<li>Sauté satay (from Shanker)</li>
<li>Expand expound (from Nick)</li>
<li>Solid stolid</li>
<li>Persecute prosecute (from Isabel)</li>
<li>Founder flounder</li>
<li>Laud applaud (from Isabel)</li>
<li>Groin loin (from Elly)</li>
<li>Sustenance subsistence (TBD)</li>
<li>Tamp stamp</li>
<li>Sour dour (from Travis)</li>
<li>Smattering scattering (from Nick)</li>
<li>Stowage storage (from Nick)</li>
<li>Plausible possible</li>
<li>Ledge edge (from Aysja)</li>
<li>Disperse disburse (from Nick)</li>
<li>Persecute prosecute (from Izzy)</li>
<li>Abate abey (from Richard)</li>
<li>Abstract abstruse (from Richard)</li>
<li>Shoal shore (from Izzy)</li>
<li>Offered proffered (from Nick)</li>
<li>Freckle speckle</li>
<li>Plush lush (from Kathleen)</li>
<li>Cave cove (from Dara)</li>
<li>Twerk work (from Kathleen)</li>
<li>Mobile motile</li>
<li>Sheen shine (from Kathleen)</li>
<li>Rolling roiling (from Travis/me)</li>
<li>Efface erase (from Kathleen)</li>
<li>Wary chary (from Travis)</li>
<li>Repulsion revulsion</li>
<li>Quiver quaver</li>
<li>Bush brush (from Kathleen)</li>
<li>Spike pike (from Kathleen)</li>
<li>Bump lump (from Charlotte)</li>
<li>Skimp scrimp</li>
<li>Rusty crusty (from Travis)</li>
<li>Bunker hunker</li>
<li>Slate spate</li>
<li>Snicker snigger</li>
<li>Squish squash</li>
<li>Yap yak</li>
<li>Slide glide (from an anonymous visitor)</li>
<li>Frantic frenetic</li>
<li>Trawl crawl (from Lucas)</li>
</ul>
<p>And here are some that sound the same but mean the opposite:</p>
<ul>
<li>Obvious oblivious</li>
<li>Restful restive</li>
<li>Unabiding unabating</li>
<li>Prescribe proscribe (from Richard)</li>
</ul>
<p class="bigger sid" style="text-indent: 2em">- Siddharth Hiregowdara, 2/13/24</p>
</body>
</html>