-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·88 lines (79 loc) · 2.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="img/favicon.ico">
<title>Ravi's Portfolio</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/narrow-jumbotron.css" rel="stylesheet">
</head>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-55731229-1', 'auto');
ga('send', 'pageview');
</script>
<body>
<div class="container">
<div class="header clearfix">
<nav>
<ul class="nav nav-pills float-right">
<li class="nav-item">
<a class="nav-link active" href="#">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="profile.html">Profile</a>
</li>
<li class="nav-item">
<a class="nav-link" href="connect.html">Connect</a>
</li>
<!--
<li class="nav-item">
<a class="nav-link" href="blogs.html">Blog</a>
</li> -->
</ul>
</nav>
<h3 class="text-muted">Tejasvi Ravi</h3>
</div>
<div class="container">
<div class="text-center">
<img src="img/profile-img.png" alt="Profile Picture" class="rounded-circle" width="20%">
</div>
</br>
<div class="text-center h4">
Hi!
</div>
<div>
<p>
I'm a software engineer @Google Asistant. My interests lie in reinforcement learning, distributed systems and
R".*".
</p>
<p>I'm a computer science masters graduate from <a href="https://www.umass.edu/">University of Massachusetts
Amherst</a> and have worked at Microsot, VMware RnD and a startup incubated at MIT Global Startup labs. <a
href=profile.html>More.</a></p>
</div>
</div>
<footer class="footer">
<div class="text-center">
<a href="https://www.linkedin.com/in/ravisvi">linkedin</a>
| <a href="https://github.com/ravisvi">github</a>
| <a href="https://twitter.com/ravisvi">twitter</a></div>
<div class="text-center">©ravitejasvi.com</div>
</footer>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>