-
Notifications
You must be signed in to change notification settings - Fork 2
/
events.html
47 lines (42 loc) · 1.07 KB
/
events.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
<!doctype html>
<html lang="en">
<head>
<title>Password Hashing Competition</title>
<link href="style.css" rel="stylesheet" type="text/css" media="screen">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<header>
<h1>Password Hashing Competition</h1>
</header>
<nav>
<a href="index.html">INTRODUCTION</a>
/
<a href="call.html">CALL FOR SUBMISSIONS</a>
/
<a href="candidates.html">CANDIDATES</a>
/
<a href="timeline.html">TIMELINE</a>
/
<a href="interaction.html">INTERACTION</a>
/
<a href="events.html">EVENTS</a>
/
<a href="faq.html">FAQ</a>
/
<a href="disclaimer.html">DISCLAIMER</a>
<br />
<br />
</nav>
<section>
<h2>Events</h2>
The <a href="http://passwordscon.org">PasswordsCon</a> series of
conferences (in Las Vegas, and in Norway) is associated to the Password
Hashing Competition (IRC channel: freenode/#passwordscon).
</section>
<footer>
<hr />
<i><small>Modified: 2014-04-01</small></i>
</footer>
</body>
</html>