-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (22 loc) · 1.11 KB
/
index.html
File metadata and controls
25 lines (22 loc) · 1.11 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
<!DOCTYPE HTML>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Crimson+Text&display=swap" rel="stylesheet">
<link href="style.css" rel="stylesheet">
</head>
<body>
<div class="everything">
<div class="main-box">
<div class="sne"> Sneha </div>
<p> I am a Research Engineer at Meta FAIR working on computer use agents. </p>
<p> I've previously worked on visual representations for robotics as an AI Resident at FAIR, on dexterous manipulation during my master's at NYU with <a href="https://www.lerrelpinto.com/" target="_blank">Lerrel Pinto</a>, and on computer vision systems at <a href="https://www.nea.com/portfolio/pilot-ai" target="_blank">Pilot AI</a>. </p>
<div class="button-bar">
<a href="https://twitter.com/saltnsne" target="_blank"><img src="tweet.png"/></a>
<a href="https://www.strava.com/athletes/63504175" target="_blank"><img src="shoe.png"/></a>
<a href="mailto:ssilwal@meta.com" target="_blank"><img src="plane.png"/></a>
<a href="https://www.linkedin.com/in/sneha-silwal/" target="_blank"><img src="chain.png"/></a>
</div>
</div>
</div>
</body>
</html>