-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstartup-systems.html
More file actions
33 lines (27 loc) · 1.45 KB
/
startup-systems.html
File metadata and controls
33 lines (27 loc) · 1.45 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
30
31
32
33
<html>
<head>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-84180431-1', 'auto');
ga('send', 'pageview');
</script>
<script>
function displayIntro() {
document.getElementById("details").innerHTML = "<h1>Introduction</h1><p>I am currently a graduate student pursuing my MS in Information Systems with concentration in Health Tech at Cornell Tech Cornell University, New York. Previously I did my B.Tech from VIT University, Vellore in Computer Science and Engineering.I have expertise in the field of mobile application development both iOS and Android. I also have some experience in the field of Machine Learning.I have a penchant towards working on real problems and trying to build the best and affordable solution possible in agile and fast product development environment.</p>";
}
</script>
</head>
<body>
<img class="profilepic" src="1b78f1c.jpg" alt="Mountain View" alt="Click on the image" onclick="displayIntro()">
<p class="netid">NetID- as3624 ...Click on the image</p>
<div id="details">
</div>
<div class="footer">
<email>Email:as3624@cornell.edu<email>
</div>
</body>
</html>