-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (59 loc) · 3.07 KB
/
index.html
File metadata and controls
71 lines (59 loc) · 3.07 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<base href="http://preethamchalasani.com/">
<title> Preetham Chalasani </title>
<link rel="canonical" href="http://preethamchalasani.com/">
<link rel="stylesheet" href="http://preethamchalasani.com/css/uno.css">
<link rel="stylesheet" href="http://preethamchalasani.com/css/lanyon.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
<link rel="stylesheet" type="text/css" href="http://preethamchalasani.com//css/uno.min.css" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://preethamchalasani.com/apple-touch-icon-144-precomposed.png">
</head>
<body class="theme-base-08" lang="en">
<header class=" panel-cover " style="ZgotmplZ" id="scriptHeader">
<div class="panel-main">
<div class="panel-main__inner panel-inverted">
<div class="panel-main__content">
<a href="#"> <img src="http://preethamchalasani.com/images/p1.jpg" width="80" alt="logo" class="panel-cover__logo logo" /> </a>
<h1 class="panel-cover__title panel-title"> <a href="#">Preetham Chalasani</a> </h1>
<hr class="panel-cover__divider" />
<p class="panel-cover__description"> PhD, Department of Computer Science, Johns Hopkins University </p>
<p class="panel-cover__description"> Specialization : Medical Robotics </p>
<hr class="panel-cover__divider panel-cover__divider--secondary" />
<div class="navigation-wrapper">
<nav class="cover-navigation cover-navigation--primary">
<ul class="navigation">
<li class="navigation__item">
<a href="http://preethamchalasani.com/homepage">Enter</a>
</li>
<br></br>
</ul>
</nav>
<div class="container content">
<footer>
<div>
<p class="right credit">
© 2015 Preetham Chalasani. Powered by <a href="http://hugo.spf13.com">Hugo</a>. Design adapted from <a href="http://lanyon.getpoole.com">Lanyon</a>. Hosted by <a href="https://pages.github.com">GitHub Pages</a>.
</p>
</div>
</footer>
<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-36732392-2', 'sglyon.com');
ga('send', 'pageview');
</script>
</div>
</div>
</div>
</div>
<div class="panel-cover--overlay">
</div>
</div>
</header>
</body>
</html>