-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
226 lines (217 loc) Β· 14.8 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!doctype html>
<html lang="en">
<head>
<!--******************************* ******************************* ******************************
* * * *
* * * *
* * * *
* * * *
* * * *
* * * *
* * * *
* * * *
* * * *
******************************* ******************************* *
* * * *
* * * *
* * * *
* * * *
* * * *
* * * *
* * * *
* * * *
* * * *
******************************* * * ********************************
-->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Sriharsha Guduguntla's Home Page">
<meta name="author" content="Sriharsha Guduguntla">
<!--Mobile App Compatibility-->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<!--Facebook Open Graph Data-->
<meta property="og:title" content="Sriharsha Guduguntla's Home Page" />
<meta property="og:type" content="website" />
<meta property="og:image" content="img/profile.jpeg" />
<meta property="og:url" content="http://www.sriharshaguduguntla.com" />
<meta property="og:description" content="Sriharsha Guduguntla's Home page and portfolio" />
<!--Twitter Card Data-->
<meta name="twitter:card" content="summary">
<meta name="twitter:url" content="http://www.sriharshaguduguntla.com">
<meta name="twitter:title" content="Sriharsha Guduguntla's Home Page">
<meta name="twitter:description" content="Sriharsha Guduguntla's Home page and portfolio">
<meta name="twitter:image" content="img/profile.jpeg">
<!--Website Favicon-->
<link rel="icon" href="img/icons/favicon.ico">
<link rel="apple-touch-icon" href="/img/icons/apple-touch-icon.png">
<title>Sriharsha Guduguntla</title>
<!-- <script src="https://cdn.tailwindcss.com"></script> -->
<link rel="preload" href="./fonts/Inter/Inter-Black.ttf" as="font" type="font/ttf" crossorigin>
<link rel="preload" href="./fonts/Inter/Inter-Bold.ttf" as="font" type="font/ttf" crossorigin>
<link rel="preload" href="./fonts/Inter/Inter-Light.ttf" as="font" type="font/ttf" crossorigin>
<link rel="preload" href="./fonts/Inter/Inter-Regular.ttf" as="font" type="font/ttf" crossorigin>
<link rel="preload" href="./fonts/Inter/Inter-SemiBold.ttf" as="font" type="font/ttf" crossorigin>
<link href="./css/tailwind.css" rel="stylesheet">
<link href="./css/index.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/f1074ba1ac.js" crossorigin="anonymous"></script>
</head>
<body class="flex justify-center">
<main class="max-w-2xl px-4 py-10">
<section class="">
<div>
<div class="flex w-full justify-center md:justify-end space-x-4 mb-8">
<a class="nav-item-2 selected" href="./">
Home
</a>
<a class="nav-item" href="./papers">
Papers
</a>
<a class="nav-item" href="./projects">
Projects
</a>
<a class="nav-item" href="./music">
Music
</a>
</div>
<div class="flex justify-center md:justify-start items-center space-x-0 md:space-x-6 flex-wrap">
<img class="rounded-full drop-shadow-2xl flex-shrink-0 img-responsive w-[150px] h-[150px]"
src="./img/profile.jpeg" />
<div class="mt-4">
<h1 class="text-3xl font-extrabold text-white text-center md:text-left">Hey.</h1>
<h1 class="text-2xl md:text-3xl font-extrabold mt-2 text-white text-center md:text-left">I'm
Sriharsha
Guduguntla</h1>
<div class="flex justify-center md:justify-start space-x-3 mt-4">
<a href="https://github.com/sguduguntla" target="_blank"
class="w-10 h-10 shadow-2xl border border-[#30363C] hover:bg-gray-900 flex justify-center items-center rounded-xl tooltip fade"
data-title="Github">
<i class="fab fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/sguduguntla/" target="_blank"
class="linkedin-btn w-10 h-10 shadow-2xl border border-[#30363C] hover:bg-gray-900 flex justify-center items-center rounded-xl tooltip fade"
data-title="LinkedIn">
<i class="fa fa-linkedin"></i>
</a>
<a href="./resume.pdf" target="_blank"
class="w-10 h-10 shadow-2xl border border-[#30363C] hover:bg-gray-900 flex justify-center items-center rounded-xl tooltip fade"
data-title="Resume">
<i class="far fa-file"></i>
</a>
<a href="https://www.youtube.com/@SaiGuduguntla" target="_blank"
class="youtube-btn w-10 h-10 shadow-2xl border border-[#30363C] hover:bg-gray-900 flex justify-center items-center rounded-xl tooltip fade"
data-title="YouTube">
<i class="fab fa-youtube"></i>
</a>
<a href="https://linktr.ee/sai.guduguntla" target="_blank"
class="w-10 h-10 shadow-2xl border border-[#30363C] hover:bg-gray-900 flex justify-center items-center rounded-xl tooltip fade"
data-title="Music">
<i class="fa fa-music"></i>
</a>
<a href="https://twitter.com/sguduguntla11" target="_blank"
class="twitter-btn w-10 h-10 shadow-2xl border border-[#30363C] hover:bg-gray-900 flex justify-center items-center rounded-xl tooltip fade"
data-title="Twitter">
<i class="fab fa-twitter"></i>
</a>
<a href="mailto:[email protected]" target="_blank"
class="w-10 h-10 shadow-2xl border border-[#30363C] hover:bg-gray-900 flex justify-center items-center rounded-xl tooltip fade"
data-title="Email">
<i class="far fa-envelope"></i>
</a>
</div>
</div>
</div>
<div class="">
<p class="text-md mt-4"><span class="text-2xl font-light">Call me Sai...</span> I'm a self-learned
full-stack engineer and designer with experience building software for 9+ years. I'm a
Founder in the YCombinator Summer 2023 batch who&s interested in startups and the
intersection of AI and sales and marketing. Currently building next-generation GTM tools π @ <a
class="hyperlink" href="https://www.hyperbound.ai" target="_blank">Hyperbound</a>. Formerly
I was a founding engineer @ <a class="hyperlink" href="https://www.bloomapp.com/"
target="_blank">Bloom (YC W21)</a>, a financial education app that teaches people how to
start building wealth by investing in the stock market.
</p>
<br />
<p class="text-md">
When I'm
not hacking away at something, I enjoy
singing ποΈ, making multilingual <a class="hyperlink"
href="https://www.youtube.com/@SaiGuduguntla" target="_blank">Youtube</a> covers (English,
Hindi, Telugu, Tamil) π₯, playing chess (challenge
me
to a bullet game <a class="hyperlink" href="https://www.chess.com/member/saichess123"
target="_blank">@saichess123</a>) βοΈ, watching Lebron James play basketball π, and dreaming
about
building cities on Mars π π.
</p>
<br />
<p class="text-md">Formerly, I founded a fintech startup called Calypso, a modern loan servicing
platform, and
participated in the <a class="hyperlink" href="https://skydeck.berkeley.edu/program/"
target="_blank">Skydeck
Hotdesk</a> and <a class="hyperlink" href="https://xcelerator.berkeley.edu/"
target="_blank">Berkeley
Blockchain</a>
accelerator programs as well the <a class="hyperlink"
href="https://scet.berkeley.edu/students/collider-cup/" target="_blank">Berkeley Collider
Cup</a> startup competition (top 3 out of 150 teams university-wide). Before that, I worked
two
summers (2020 & 2021) as a
Software
Engineer Intern @ <a class="hyperlink" href="https://www.salesforceairesearch.com/"
target="_blank">Salesforce</a>, on
the
Einstein AI
Chatbots Team <span><img src="img/einstein-bot.png" class="inline-block ml-1"
width="16" /></span>.
</p>
<br />
<p class="text-md">I graduated from UC
Berkeley Class of '22 π» with a Bachelor's degree in <strong>Computer Science</strong> and a
<strong>Data Science</strong> minor. For 4 years (2018 - 2022), I worked as a research assistant
@
<a class="hyperlink" href="https://rise.berkeley.edu/" target="_blank">UC Berkeley RISE Lab</a>
and
under the guidance
of <a class="hyperlink" href="https://people.eecs.berkeley.edu/~jegonzal/" target="_blank">Prof.
Joseph Gonzalez</a> &
<a class="hyperlink" href="https://people.eecs.berkeley.edu/~culler/" target="_blank">Prof.
David
Culler</a>, I
contributed to open-source projects such as <a class="hyperlink"
href="https://github.com/SoftwareDefinedBuildings/XBOSDocs" target="_blank">XBOS</a>,
a large-scale distributed operating system for smart
buildings (Python, Go, gRPC, React, JavaScript) as well as <a class="hyperlink"
href="https://github.com/erdos-project/erdos/" target="_blank">ERDOS</a>, a
state-of-the-art streaming dataflow system for developing self-driving cars
and other autonomous robotics applications (Python, Rust). I also served on the
<a class="hyperlink" href="https://scet.berkeley.edu/" target="_blank">Sutardja Center for
Entrepreneurship &
Technology (SCET)</a> leadership team where I planned and attended events for
budding entrepreneurs
on campus. I'm also an alumni of Berkeley's oldest a cappella group (since 1948), the <a
class="hyperlink" href="https://mensoctet.berkeley.edu/" target="_blank">UC
Men's Octet</a>.
</p>
<br />
<p class="text-md">
I'm always building something new and I love to chat about cool new ideas, technology, and
music!
Feel free to shoot me an email @
<a class="hyperlink" href="mailto:[email protected]"
target="_blank">[email protected]</a>
to chat!
</p>
</div>
</div>
</section>
<footer class="py-5 flex flex-col justify-end">
<a class="hyperlink" onclick="window.scrollTo({ top: 0, behavior: 'smooth' });">Back to top</a>
<p class="text-center text-sm text-gray-400 mt-4">Last Updated April 2023</p>
<p class="mt-8 text-sm text-center text-gray-600">Copyright © 2023 Sriharsha Guduguntla, All rights
reserved</p>
</footer>
</main>
</body>
</html>