-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
29 lines (24 loc) · 1.09 KB
/
Copy pathabout.html
File metadata and controls
29 lines (24 loc) · 1.09 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
<!DOCTYPE html>
<html>
<head>
<title>Pratibha Sriram</title>
<link href="websitestyle.css" rel="stylesheet" type="text/css" />
</head>
<body>
<ul>
<li><a href="mailto:pratibha99@berkeley.edu">CONTACT</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="index.html">HOME</a></li>
</ul>
<div id="about" align="center">
<p>Hello! My name is Pratibha and I am currently a freshman at UC Berkeley studying computer science
and data science. My interests include statistics, cognitive science, and human-computer interaction. </p>
<p> At Berkeley, I am a software developer for <a href="https://codebase.berkeley.edu/">CodeBase</a>, an organization that works with high-growth startups to solve technical challenges.
I also am a site leader for <a href="https://www.berkeleyanova.org">ANova</a>, a service organization that works with underresourced middle and high schools
to teach students the fundamentals of computer science through interactive projects including game and app design.
</p>
<p>
When I'm not coding, I love dancing, running, taking naps, and reading.</p>
</div>
</body>
</html>