-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
101 lines (94 loc) · 3.7 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="https://avatars.githubusercontent.com/u/63845509?v=4">
<title>Bithiah Koshy</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
"Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
"Droid Sans", "Helvetica Neue", sans-serif;
max-width: 650px;
margin: 0 auto;
padding: 20px;
line-height: 1.5;
color: #333;
font-size: 0.9em; /* Made body font smaller */
}
h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 2.5em;
margin-bottom: 30px;
font-weight: normal;
}
h2 {
font-size: 1em;
font-weight: normal;
margin-bottom: 5px;
}
ul {
margin: 0 0 30px 20px;
padding-left: 0;
}
li {
margin-bottom: 5px;
}
a {
color: #0000ee;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.lore {
font-style: italic;
color: #444;
}
.lore p:first-child {
margin-top: 0;
}
</style>
</head>
<body>
<div style="display: flex; justify-content: space-between; align-items: center;">
<h1>Hi, I'm Bithiah.</h1>
<p style="font-size: 1.0 em;"><a href="https://twitter.com/bithiahkoshy"
style="font-style: italic; color: green;">Twitter</a> |
<a href="https://goldcalf.substack.com/" style="font-style: italic; color: green;">Ramblings</a> | <a
href="https://bithiah.notion.site/Bithiah-s-Writing-11036112212c80419531c3427aa0d602"
style="font-style: italic; color: green;">Writing</a> | <a href="https://github.com/bkpleb"
style="font-style: italic; color: green;">Github</a></p>
</div>
</p>
<h2>Right now, I'm:</h2>
<ul>
<li>
17 y/o and on gap year.
</li>
<li>
Scribe at <a href="https://www.communitylabs.com/">Community Labs</a> focusing on
<a href="https://arweave.org/">Arweave</a> (never underestimate resource coordination).
</li>
<li>Focusing on stables/payments and studying mechanism and market design.</li>
</ul>
<h2>Before that, I have:</h2>
<ul>
<li>Sniffed out crypto aml cases.</li>
<li>Landed on Mozilla's <a href="https://www.mozilla.org/credits/">credits</a> page.</li>
<li>Spent weekends on ctfs.</li>
<li>Fenced foil nationally before crashing due to injury.</li>
</ul>
<h2>Like to:</h2>
<ul>
<li>Read <i>a lot</i>. </li>
<li>Explore systems.</li>
<li>Play <a href="https://ch.tetr.io/u/devargnes">tetr</a>, birding, bushwalking, and <a href="https://bithiah.notion.site/Hobbies-11036112212c809c93f2d1fed1064a49">many other things.</a></li>
</ul>
<p>Based in Melbourne, Australia 🇦🇺.</p>
<p style="text-align: center">
<img src="defi-downunder-2024.jpg" alt="" style="max-width: 80%; border-radius: 20px;" />
</p>
</body>
</html>