-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2013.html
More file actions
121 lines (121 loc) · 3.28 KB
/
2013.html
File metadata and controls
121 lines (121 loc) · 3.28 KB
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<html>
<head>
<meta charset='utf-8'>
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
<meta content='width=device-width, initial-scale=1.0' name='viewport'>
<title>DeafHack</title>
<link href="/stylesheets/app.css?1371685792" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<div class='row'>
<nav class='top-bar'>
<ul class='title-area'>
<li class='name'>
<h1>
<a href='/'>
DeafHack
</a>
</h1>
</li>
<li class='toggle-topbar menu-icon'>
<a href='#'>
<span></span>
</a>
</li>
</ul>
<section class='top-bar-section'>
<ul>
<li>
<a href='/info'>Information</a>
</li>
<li>
<a href='/blog'>Blog</a>
</li>
</ul>
<ul class='right'>
<li class='divider'></li>
<li class='has-dropdown'>
<a href='#'>Chat</a>
<ul class='dropdown'>
<li>
<a href='/chat'>#DeafHack</a>
</li>
</ul>
</li>
</ul>
</section>
</nav>
</div>
<div class='row'>
<h1>
Archive for
2013
</h1>
<p>
Page 1 of 1
</p>
<ul>
<li>
<a href="/2013/06/19/deafcon.html">DeafCon at DEF CON!</a>
<span>Jun 19</span>
</li>
<li>
<a href="/2013/06/12/welcome.html">Welcome to DeafHack!</a>
<span>Jun 12</span>
</li>
</ul>
</div>
<footer>
<div class='row'>
<div class='large-12 columns'>
<hr>
<div class='row'>
<div class='large-8 columns'>
<p>
© Copyright no one.
<a href='#'>deafhack</a>
powered by
<a href='http://middlemanapp.com' target='blank'>Middleman</a>
and
<a href='http://foundation.zurb.com' target='blank'>Foundation</a>
</p>
</div>
<div class='large-4 columns'>
<ul class='inline-list right'>
<li>
<a href='/'>Home</a>
</li>
<li>
<a href='/blog'>Blog</a>
</li>
<li>
<a href='/info'>Info</a>
</li>
<li>
<a href='/chat'>Chat</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<script src="/javascripts/all.js?1371685789" type="text/javascript"></script>
<script>
$(document).foundation();
</script>
<script>
var _gauges = _gauges || [];
(function() {
var t = document.createElement('script');
t.type = 'text/javascript';
t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', '51bb75d0108d7b52dc0002ce');
t.src = '//secure.gaug.es/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
</script>
</body>
</html>