-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutme.html
executable file
·98 lines (91 loc) · 4.85 KB
/
aboutme.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
<!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="robots" content="noarchive, noodp"/>
<meta name="author" content="Srijan Mishra"/>
<meta name="description"
content="About me"/>
<link rel="shortcut icon" type="image/png" href="favicon.png"/>
<title>Srijan Mishra</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootswatch-yeti.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap-social.css">
<link rel="stylesheet" href="css/styles.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="navigation">
<nav class="navbar navbar-white navbar-fixed-top">
<div class="container">
<div class="bottom-border">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed pull-left" data-toggle="collapse"
data-target="#navbar"
aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Srijan Mishra</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="srijan-mishra-resume.pdf" target="_blank">Resume</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</nav>
</div>
<div id="page-content">
<div class="container">
<div class="jumbotron">
<p>
I am a graduate from <a href="http://www.iitd.ac.in/">Indian Institute of Technology, Delhi</a>. Currently I am working as a Software Engineer at Uber in Seattle, USA.
</p>
<p>
Although my bachelors was in Mechanical Engineering, I was always intrigued by the power of computers in every domain of life. After my bachelors I worked in the industry and with academia on a wide variety of Machine Learning Problems. To further explore my interests I pursued a masters degree in Computer Science from UMass Amherst with an inclination towards Machine Learning.
</p>
<p>
On the lighter side, I am a photography enthusiast-have a look at my <a href="https://www.facebook.com/srijanmishra/media_set?set=a.201037569951608.63626.100001360991032&type=3">album</a>. I love travelling and travelled to 11 countries in 2017. I also like watching suspense/thriller movies and TV shows and like listening to slow rock songs. I like working-out and make sure that I spend an hour a day doing the same. Lost <a href="https://github.com/srijan-mishra/srijan-mishra.github.io/blob/master/wl.png">22 kgs in 3 months</a>(Oh yeah!) initially in 2016.
</p>
</div>
</div>
</div>
<div id="footer">
<div class="container">
<div class="row text-center">
<a href="https://in.linkedin.com/in/srijan-mishra-b59ba482" target="_blank" class="btn btn-social-icon btn-linkedin">
<span class="fa fa-linkedin"></span>
</a>
<a href="https://github.com/srijan-mishra/" target="_blank" class="btn btn-social-icon btn-github">
<span class="fa fa-github"></span>
</a>
<a href="mailto:[email protected]" target="_top" class="btn btn-social-icon btn-google">
<span class="glyphicon glyphicon-envelope"></span>
</a>
<a href="https://www.facebook.com/srijanmishra" target="_blank" class="btn btn-social-icon btn-facebook">
<span class="fa fa-facebook"></span>
</a>
</div>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>