index.html
1.95 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
<?xml version="1.0" encoding="utf-8"?>
<!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" lang="en">
<head>
<title>Matt's W3C Homepage</title>
<link rel="stylesheet" href="/StyleSheets/base.css" type=
"text/css" />
<link href="http://www.w3.org/Guide/pubrules-style.css" rel=
"alternate stylesheet" type="text/css" title="Pubrules style" />
</head>
<body>
<p><a href="http://www.w3.org/" title="W3C"><img height="48" width=
"72" alt="W3C" src="http://www.w3.org/Icons/w3c_home" /></a> |
<a href="http://www.w3.org/People">Who's who at <acronym title=
"World Wide Web Consortium">W3C</acronym></a></p>
<div typeof="foaf:Person" xmlns:foaf="http://xmlns.com/foaf/0.1/">
<h1 property="foaf:name">Matt Womer</h1>
<h2 id="contact">Contact Information</h2>
Email: <<script type="text/javascript" language="javascript">
<!--
// eMail Obfuscator Script 2.1 by Tim Williams - freeware
{
coded = "ri3@3b.twl"
cipher = "aZbYcXdWeVfUgThSiRjQkPlOmNnMoLpKqJrIsHtGuFvEwDxCyBzA1234567890"
shift=coded.length
link=""
for (i=0; i<coded.length; i++){
if (cipher.indexOf(coded.charAt(i))==-1){
ltr=coded.charAt(i)
link+=(ltr)
}
else {
ltr = (cipher.indexOf(coded.charAt(i))-shift+cipher.length) % cipher.length
link+=(cipher.charAt(ltr))
}
}
document.write("<a href='mailto:"+link+"'>"+link+"</a>")
}
//-->
</script><noscript><p>Sorry, but a Javascript-enabled browser is required to email me.</p>
</noscript>><br />
Phone: <a rel="foaf:phone" href="tel:+16172535565" title=
"Matt's office phone number">+1.617.253.5565</a> (no
voicemail)<br />
Postal:
<div class="adr">32 Vassar Street<br />
<a class="extended-address" href=
"http://www.csail.mit.edu/resources/maps/5G/G506.gif">Room
32-G506</a><br />
<span class="locality">Cambridge</span>, <span class=
"region">MA</span>, <span class="postal-code">02139</span></div>
</div>
</body>
</html>