-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (34 loc) · 3.85 KB
/
index.html
File metadata and controls
39 lines (34 loc) · 3.85 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
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond&family=Lusitana&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Hi, I'm Amogh </title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<p>
<strong>Hi! I'm Amogh Chaubey</strong> (he/him), a 22 year old organizer & programmer. I woke up in a wonderful new world during high school - I learned how to code.</p>
<!-- <p>In the past, I've worked in technical & non-technical roles for campaigns and climate justice groups. Now I'm helping create engaging and transformative learning opportunities to empower students. </p> -->
<p>Right now, I'm a software engineer at <a style="color: green" href="https://cosmoslabs.io">Cosmos Labs</a>, helping build a freer, decentralized internet. I'm working on blockchain infrastructure that empowers developers and communities to create better tools for the internet's future.</p>
<p>In college, I was a student researcher at UConn’s <a style="color: blue" href="https://compbio.engr.uconn.edu/">Computational Biology Lab</a>, where I worked on algorithms to understand the evolutionary ancestry of our genes. I also interned at the <a style="color: green" href="https://sustainability.uconn.edu/">UConn Office of Sustainability</a> — analyzing carbon and <a style="color: green" href="https://sustainability.uconn.edu/operations/greenhouse-gas-ghg-inventories/">greenhouse gas data</a>, and <a style="color: orange" href="https://dailycampus.com/2024/10/17/annual-haunted-heep-trail-walk-returns-to-uconn/">organizing events</a> to drive climate action on campus.</p>
<p>In high school, I helped grow the <a href="https://hackclub.com">Hack Club</a> community into one of the most creative, welcoming tech spaces for students. I ran <a href="https://events.hackclub.com/past/">events</a> for hackers around the world, hosted <a href="https://youtu.be/riru9OzScwk">AMAs</a> with major tech leaders, and worked on Hack Club’s <a href="https://hackclub.com/bank/">fiscal sponsorship platform</a> — which now powers 500+ organizations and has processed over $5 million in transactions. I also co-organized <a class="blue" href="https://2019.windyhacks.com/">Windy City Hacks</a>, one of Chicago’s largest high school hackathons, where I led fundraising, logistics, and workshops.</p>
<p>I'd boil down my desires to produce real work that impacts real people. Feel free to email me at <a href="mailto:chaubeyamogh@gmail.com">chaubeyamogh@gmail.com</a>!</p>
<!-- <p>I'm a director for <a class="blue2" href="https://imuna.org/" class="green">IMUNA</a>, a non-profit affiliated with the UN Department of Global Education dedicated to education through simulation. I research and write on global issues, create educational & accessible content for students all over the globe, and help organize the biggest Model U.N. conference in the world.</p>
<p>You can follow me on Twitter: @amoghchaubey. You can contact me at chaubeyamogh@gmail.com.</p> -->
<!-- <p>Test</p> -->
<!-- <footer class="center">
<a href="https://twitter.com/AmoghChaubey" class="fa fa-twitter"></a>
<a href="https://www.linkedin.com/in/amogh-chaubey-02532517a/" class="fa fa-linkedin"></a>
<a href="https://github.com/qmogh"><img src="github.png" width="15" height="15"> </a>
<a href="mailto:chaubeyamogh@gmail.com" class="fa fa-google"></a>
</footer>
-->
<script src="script.js"></script>
</body>
</html>