-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgtlo.html
More file actions
93 lines (76 loc) · 2.73 KB
/
Copy pathgtlo.html
File metadata and controls
93 lines (76 loc) · 2.73 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<title>Vikesh's Home</title>
<link href="assets/css/main.css" rel="stylesheet">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script>
<script type="text/javascript" src="assets/mosaic/js/mosaic.1.0.1.min.js"></script>
<style type="text/css">
body
{
background-color:#E61919;
}
html
{
background-image:url(assets/img/zeppelin.jpg);
background-size:cover;
}
#overlay
{
background-color:black;
}
</style>
</head>
<body>
<audio controls autoplay style="display:none;">
<source src="content/music/black_dog.mp3" type="audio/mpeg">
</audio>
<div id="container">
<div id="overlay"></div>
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li>/</li>
<li><a href="projects.html">Projects</a></li>
<li>/</i>
<li><a href="music.html">Music</a></li>
<li>/</li>
<li><a href="contact.html">Contact</a></li>
<li>/</li>
<li><a class="active" href="#">GTLO</a></li>
</ul>
</div>
<div id="container-inner">
<div style="float:left;">
<iframe width="460" height="258" src="http://www.youtube.com/embed/jRiGOjHFsgg?list=PLFLGeFmZ0MS0usbHF58HmWbpz4ZUFI96Z" frameborder="0" allowfullscreen></iframe>
</div>
<div style="float:left; clear:none; max-width:550px;padding:0px 5px 5px 25px;">
<h1>You're now <span class="highlight">Getting The Led Out</span><br /><br /> Good for you.</h1>
</div>
<div style="margin-top:50px;float:left;">
<h1 class="h-nobold"><strong>Way down inside</strong>, honey you need it.</h1>
</div>
</div>
<div id="footer">
<ul>
<li><a target="_blank" href="downloads/resume.pdf">Resume'</a></li>
<li><a target="_blank" href="http://www.github.com/vikeshkhanna">GitHub</a></li>
<li><a target="_blank" href="http://www.linkedin.com/pub/vikesh-khanna/22/847/271">LinkedIn</a></li>
<li><a target="_blank" href="http://quora.com/vikesh-khanna">Quora</a></li>
<li><a target="_blank" href="http://facebook.com/vikeshkhanna">Facebook</a></li>
<li><a target="_blank" href="http://twitter.com/vikeshkhanna">Twitter</a></li>
<li><a target="_blank" href="http://youtube.com/vikeshkhanna">YouTube</a></li>
<li><a target="_blank" href="htt://shelfari.com/vikeshkhanna">Shelfari</a></li>
</ul>
</div>
</div>
</body>
<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-41581060-1', 'stanford.edu');
ga('send', 'pageview');
</script>
</html>