-
Notifications
You must be signed in to change notification settings - Fork 1
/
archive.html
28 lines (24 loc) · 930 Bytes
/
archive.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
---
layout: default
---
<style>
ol.defcons { list-style: none; counter-reset: defcons; counter-increment: defcons 21; }
ol.defcons li { margin-bottom: 8px; }
ol.defcons li::before { content: "\025C6 "; }
ol.defcons li a::before { content: "DEFCON "; counter-increment: defcons; }
ol.defcons li a label::before { content: counter(defcons); }
ol.defcons li a label::after { content: " Village Schedule and Info Page"; }
</style>
<h1>Archives</h1>
<p>Here you will find links to previous Crypto & Privacy Village information
pages.</p>
<h2>Villages at DEFCON:</h2>
<p>Here you can find previous schedules, as well as information from
previous Crypto & Privacy Villages at DEFCON, including slides, handouts,
and links to puzzles.
<ol class="defcons">
<li><a href="/dc22/"><label></label></a></li>
<li><a href="/dc23/"><label></label></a></li>
<li><a href="/dc24/"><label></label></a></li>
</ol>
</p>