-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
74 lines (64 loc) · 2.07 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>pirateship -- a hackerspace in somerville ma</title>
<meta charset="UTF-8">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Include some fonts -->
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400|Source+Code+Pro&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<!-- one and only style -->
<link rel=stylesheet href='./style.css'>
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" href="/favicon-animated.gif" type="image/gif" />
</head>
<body>
<header>
<hgroup>
<h1>p.irateship</h1>
<h5>hacker/maker/coworking space</h5>
<h5 id=where>438 somerville ave<br>
somerville, ma</h5>
</hgroup>
</header>
<aside>
<figure id=logo>
<h1>P.</h1>
</figure>
</aside>
<section id=what>
<a href="/shipspace.html"><strong>|~~~~* our available spaces *~~~~|</strong></a>
<br />
<a href="https://groups.google.com/forum/?hl=en#!forum/pirateship-announce">our announcement list</a>
<br />
<a href="https://groups.google.com/forum/?hl=en#!forum/irateship">our main mailing list</a>
<br />
<a href="http://p.irateship.com/treasuremap.html">a map to us in the 'real' world</a>
<br />
<a href="https://github.com/pirateship/pirateship.github.com/wiki">our wiki, with member guidelines, mailing list info, etc</a>
<br />
<a href="https://www.facebook.com/irateship">a facebook page</a>
<br />
<!-- <a href="/signup/">sign up for a membership</a> -->
<br />
<i>Below, a messy day at the ship.</i>
<br />
<br />
</section>
<img src="images/pirateship.jpg"/>
<footer>
<nav>
<ul>
<li>
<a href="http://github.com/pirateship/pirateship.github.com">this website, on github</a>
</li>
<li>
<div class=reversed>ⓒ</div> Some rights reserved:
<a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-by-sa</a>
</li>
</ul>
</nav>
</footer>
</body>
</html>