-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
42 lines (42 loc) · 1.49 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
<!DOCTYPE html>
<html><head>
<link rel="stylesheet" type="text/css" href="shai.css"/>
<title>Contacting Shai Halevi</title>
<meta name="owner" content="[email protected]">
<meta name="review" content="052316">
</head>
<!-- End of Header -->
<body style="width: 700px; background: white url(arc.jpg) no-repeat;">
<table cellspacing=0 cellpadding=0><tbody>
<tr style="vertical-align: top;">
<td><img src="shai.jpg"/></td>
<td style="text-align: center;">
<big><big><big><strong>Shai Halevi</strong><br/></big></big>
Research fellow, Algorand Foundation
</big>
</td>
</tr>
<tr style="vertical-align: top;">
<td class="navigation">
<!-- The navigation links go here -->
<a href="index.html">Home</a><br/>
<a href="pubs.html">My publications</a><br/>
<a href="presentations.html">Presentations</a><br/>
<span style="color:darkgrey;">Contact me</span><br/>
<a rel="me" href="https://indieweb.social/@shaih">Mastodon</a>
</td>
<td style="width: 590px;">
<!-- =============================================================== -->
<!-- ============== The content of the page goes here ============== -->
<h2>Contact Information</h2>
You can contact me at my personal email address, <i><tt>shaih at alum mit edu</tt></i>.
<br/>
AWS-related email should be sent to <i><tt>shaihal at amazon dot com</tt></i>.
<br/>
<!-- ==================== End of page content ==================== -->
<!-- =============================================================== -->
</td>
</tr>
</tbody></table>
</body>
</html>