-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathravi.html
executable file
·93 lines (56 loc) · 2.04 KB
/
ravi.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- change this to the title you want to appear in browser title bar -->
<title>Ravishankar Krishnaswamy</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Ravishankar" />
<meta name="description" content="Personal Homepage" />
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<!-- the title that appear in the page header -->
<div id="wrap">
<div id="sidebar">
<br />
<div id="navcontainer">
<ul id="navlist">
<li>
<a href="http://ams.rice.edu/mathscinet/search.html"> Mathscinet: Citations </a></li>
<li>
<a href="http://wwwcs.uni-paderborn.de/fachbereich/AG/agmadh/WWW/scripts.html"> Surveys and Books </a></li>
<li>
<a href="http://feedworld.net/toc/">Theory blogs</a></li>
<li>
<a href="http://www.cs.cmu.edu/~csd-grad/">CSD Grad</a></li>
<li>
<a href="http://www.cs.cmu.edu/puzzle/">Puzzle Toad</a></li>
<li> <font color="red">Miscellaneous</font></li>
<li>
<a href="https://www.enrollment.cmu.edu/reservesport/">Court Res</a></li>
<li><a href="http://www.youtube.com/watch?v=8ioavsW0tgI&feature=PlayList&p=99BBD0E585F5CC26&index=0&playnext=1">Music Playlist</a></li>
</ul>
</div>
<!--end sidebar-->
</div>
<div id="container">
<!-- here is your page content -->
<h3>You're Jobless !</h3>
<center>
<img src="./files/images/me-edit.jpg" alt="You should see a picture here">
<br>That's right, clean-shaven. No, really.
</center>
<!-- end container -->
</div>
<!-- end wrap-->
</div>
<script type="text/javascript">
var gajshost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3cscript src='" + gajshost + "google-analytics.com/ga.js' type='text/javascript'%3e%3c/script%3e"));
</script>
<script type="text/javascript">
var pagetracker = _gat._gettracker("ua-5952422-1");
pagetracker._trackpageview();
</script>
</body>
</html>