-
Notifications
You must be signed in to change notification settings - Fork 0
/
super-space-house.html
94 lines (78 loc) · 4.05 KB
/
super-space-house.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html>
<head>
<title>DCZia - YOLO</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="subpage">
<!-- Header -->
<header id="header">
<div class="logo"><a href="index.html">DCZia</a></div>
<a href="#menu">Menu</a>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="index.html#badges">Badges</a></li>
</ul>
</nav>
<!-- One -->
<section id="One" class="wrapper style3">
<div class="inner">
<header class="align-center">
<p>#YOLO</p>
</header>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style2">
<div class="inner">
<div class="box">
<div class="content">
<h1>We are out of badges! Thanks for doing the puzzle!</h1>
<p>If you want still do the puzzle, feel free to complete it and send us a DM. We might have heads up on other badges/swag in the future!</p>
<h2>YOLO Badge Challenge</h2>
<p>Note, this challenge is intended for folks who are in person at DefCon29. Mad props to folks who complete it remotely (maybe we'll have some swag to send your way), but the prizes are all in Las Vegas.</p>
<p>If you solve the puzzle, you can win a <a href="https://github.com/dczia/yolobadge">ZiaCon YOLO badge</a>! Coordination for pickup will be done via Twitter.</p>
<p>We've got a remote team coordinating with the onsite crew, so be patient. Remember we're all doing this for fun!</p>
<img src="images/qrcode.png" alt="YOLO" />
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="container">
<ul class="icons">
<li><a href="https://twitter.com/dczia505" class="icon fa-twitter"><span
class="label">Twitter</span></a></li>
<li><a href="https://www.instagram.com/explore/tags/dczia/"
class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/dczia" class="icon fa-github"><span
class="label">Github</span></a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>
<!--
###### ##### ####### ### # # # ####### # ####### ###### # ##### ###### ##### #######
# # # # # # # # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # # # ###### # # # #### # # # #### #####
# # # # # ####### # # # # # # # # ####### # # # # # # #
# # # # # # # # # # # # # # # # # # # # # # # # #
###### ##### ####### ### # # # ####### ####### ####### ###### # # ##### ###### ##### #######
Why are you looking at the source code?
It is boring.
21
-->