-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (34 loc) · 2.88 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<link rel="stylesheet" href="theme.css">
<title>Shelly Bensal</title>
</head>
<body>
<div class="container">
<div class="col-md-8 col-centered">
<h1 class="text-center">Hi, I'm Shelly.</h1>
<h2 class="text-center">
<a href="https://twitter.com/ShellyBensal"><i class="fab fa-twitter-square"></i></a>
<a href="https://www.linkedin.com/in/shelly-bensal/"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/shelly"><i class="fab fa-github-square"></i></a>
<a href="mailto:shelly.bensal@gmail.com"><i class="fas fa-envelope"></i></a>
</h2>
<p class="text-center">In September 2018, I moved to London. I'm a Research Engineer at <a href="https://deepmind.com/">DeepMind</a>, on the DeepMind for Google team. So far, it's been - a little scary - but mostly an incredibly exciting and fulfilling experience. </p>
<p class="text-center">In May 2018, I graduated with a Bachelor's degree in Computer Science from Carnegie Mellon University. During the summer of 2017, I was a <a href="http://hackny.org/">hackNY Fellow</a> and interned with the incredible team working on <a href="https://jigsaw.google.com/projects/#project-shield">Project Shield</a> at Jigsaw, an Alphabet company. I love tech that improves inequality; longform journalism; chai; thinking critically about the world and our place in it; and places with lots of water (like my hometown, Seattle.)</p>
<p class="text-center"><a href="blog/joy.html">What I'm Inspired By, Grateful For, and Joyful Because Of</a></p>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
</body>
</html>