-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
103 lines (83 loc) · 3.31 KB
/
contact.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="generator" content="jemdoc, see http://jemdoc.jaboc.net/" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="jemdoc.css" type="text/css" />
<title>Contact</title>
</head>
<body>
<table summary="Table for page layout." id="tlayout">
<tr valign="top">
<td id="layout-menu">
<div class="menu-category"><div class="menu-head">Digbalay Bose</div></div>
<div class="menu-item"><a href="index.html">Home</a></div>
<div class="menu-item"><a href="Digbalay_Bose_CV.pdf">Resume</a></div>
<div class="menu-category"><div class="menu-head">Education</div></div>
<div class="menu-item"><a href="acads.html">Academics</a></div>
<div class="menu-item"><a href="courses.html">Courses</a></div>
<div class="menu-category"><div class="menu-head">Research</div></div>
<div class="menu-item"><a href="research_projects.html">Research Projects</a></div>
<div class="menu-item"><a href="pubs.html">Publications</a></div>
<div class="menu-category"><div class="menu-head">Work Experience</div></div>
<div class="menu-item"><a href="IBM_Research.html">IBM Research</a></div>
<div class="menu-category"><div class="menu-head">Misc</div></div>
<div class="menu-item"><a href="achievements.html">Achievements</a></div>
<div class="menu-item"><a href="extracurricular.html">Extracurricular</a></div>
</td>
<td id="layout-content">
<div id="toptitle">
<h1>Contact</h1>
<div id="subtitle"></div>
</div>
<h2>Emails</h2>
<script language="JavaScript">
var username = "mail";
var hostname = "ashudeepsingh.com";
var linktext = username + "@" + hostname ;
document.write("<a href='" + "mail" + "to:" + username + "@" + hostname + "'>" + linktext + "</a><br>");
var username = "ashudeep";
var hostname = "cs.cornell.edu";
var linktext = username + "@" + hostname ;
document.write("<a href='" + "mail" + "to:" + username + "@" + hostname + "'>" + linktext + "</a>");
</script>
<p></p>
<h2>Address</h2>
<table class="imgtable"><tr><td>
<a href="http://www.cs.cornell.edu"><img src="images/gateshall.jpg" alt="Gates Hall" width="350px" /></a> </td>
<td align="left"><h4>Office</h4>
<p>349 Gates Hall, 107 Hoy Road
<br />Ithaca, NY 14853</p>
</td></tr></table>
<p></p>
<h2>Find me online</h2>
<ul class="icons">
<li><a href="https://www.facebook.com/ashudeep.singh" class="fa fa-facebook solo"><span>Facebook</span></a></li>
<li><a href="https://github.com/ashudeep" class="fa fa-github solo"><span>Github</span></a></li>
<!--li><a href="#" class="fa fa-dribbble solo"><span>Dribbble</span></a></li-->
<li><a href="http://www.twitter.com/ashudeepsingh" class="fa fa-twitter solo"><span>Twitter</span></a></li>
<li><a href="http://plus.google.com/+AshudeepSingh" class="fa fa-google-plus-square solo"><span>Google+</span></a></li>
<li><a href="http://www.linkedin.com/in/ashudeepsingh" class="fa fa-linkedin solo"><span>LinkedIn</span></a></li>
<li><a href="http://instagram.com/ashudeep21" class="fa fa-instagram solo"><span>Instagram</span></a></li>
</ul>
<div id="footer">
<div id="footer-text">
(<a href="contact.jemdoc">source</a>)
</div>
</div>
</td>
</tr>
</table>
</body>
</html>