-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (48 loc) · 2.2 KB
/
index.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
<!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">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Alexei Czeskis</title>
<meta name="keywords" content="alexei,czeskis,cheskis,czekis,alexi,alexie,security,privacy" />
<meta name="description" content="" />
<link href="./style/main.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-5151603-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="box">
<div id="header">
<h2> Alexei Czeskis </h2>
</div>
<div id="nav">
<a href="#">HOME</a>
<a href="./research/">RESEARCH</a>
<a href="./teaching/">TEACHING</a>
<a href="./personal/">PERSONAL</a>
<a href="./random/">RANDOM</a>
</div>
<div id="home">
<img class="qr" src="./images/contact-qr.png" alt="Contact QR Code"/>
<img class="me" src="./images/alexei_czeskis.png" alt="Alexei Czeskis image"/><br/>
<span class="name">Alexei Czeskis</span><br/>
<span class="title">Ph.D.</span><br/>
<span class="email">[email protected]</span><br/><br/>
<span class="lab">Google Identity and Security</span><br/><br/>
<span class="lab"><a href="http://seclab.cs.washington.edu">Security and Privacy Research Lab</a></span><br/>
<span class="department"><a href="http://www.cs.washington.edu">Department of Computer Science and Engineering</a></span><br/>
<span class="institution"><a href="http://www.washington.edu">University of Washington</a></span><br/><br/>
<!--span class="email"><a href="./alexei.gpg">GPG Key</a></span-->
</div>
<div id="qed">■</div>
</div>
</body>
</html>