-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
executable file
·43 lines (39 loc) · 904 Bytes
/
contact.html
File metadata and controls
executable file
·43 lines (39 loc) · 904 Bytes
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
---
layout: default
title: Dan Cervone
---
<div class="blurb">
<table style="width:100%;">
<tr style="height: 50%">
<td style="width: 60%">
</td>
<td rowspan="2" style="width: 40%"><img src="/images/me_bw.jpg" width=400 height=507 align="right"></td>
</tr>
<tr style="height: 50%">
<td>
<p style="font-size: 3em; line-height: 1.15em">Dan Cervone<br>
NYU Center for Data Science<br>
726 Broadway, 7th Floor<br>
New York, NY 10003<br>
<script name="Contact" language="JavaScript"><!--
var e0 = "dcer"
var e1 = "vone"
var e3 = "nyu"
var e4 = "edu"
document.write("<a href=" + "mail" + "to:" + e0 + e1 + "@" + e3 + "." + e4 + ">" + e0+ e1 + "@" + e3 + "." + e4 + "</a>")
//
//-->
</script><br>
<script name="Contact" language="JavaScript"><!--
var e0 = "(401)"
var e1 = " 935"
var e3 = " 9"
var e4 = "037"
document.write(e0 + e1 + e3 + e4)
//
//-->
</script>
</p>
</td>
</table>
</div><!-- /.blurb -->