-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
30 lines (28 loc) · 1.01 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
<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8">
<title>/dev/hack</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="style.css">
<script src="vendor/ical.min.js"></script>
<script defer src="index-cal.js"></script>
<body>
<h1>/dev/hack
<span style="display: inline-block; white-space: nowrap">$ <input type="text" autofocus name="_"></span>
</h1>
<p>seattle hackerspace</p>
<p>
<span class="address">4534½ University Way NE<span class="address-hide">, Seattle, WA 98105-4511</span>
<span class="address-hide">(<a href="https://wiki.devhack.net/Directions">getting here</a>)</span></span>
</p>
<h2>calendar</h2>
<div id="cal-parsed">
<ul><li>loading...</li></ul>
</div>
<h2>contact</h2>
<!-- the display version of this is homoglyph-substituted. all of these
currently have email redirects but if spam starts happening we can change
things up -->
<a href="mailto:[email protected]">һëⅼⅼо@devhack.net</a>
</body>
</html>