-
Notifications
You must be signed in to change notification settings - Fork 1
/
shipspace.html
65 lines (52 loc) · 1.88 KB
/
shipspace.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
<!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>
</hgroup>
</header>
<aside>
<figure id=logo>
<h1>P.</h1>
</figure>
</aside>
<section id=what>
P.irateship, a co-working/hackerspace in Somerville, has memberships available, some immediately! </br>
$110 for half spaces, $220 for full spaces. </br>
More info / apply here: <a href="https://goo.gl/forms/Kv1is892A8">https://goo.gl/forms/Kv1is892A8</a>
<a href="/images/spaces/shipspace00.jpg"><img src="/images/spaces/shipspace00.jpg" width="500"></a>
<a href="/images/spaces/shipspace01.jpg"><img src="/images/spaces/shipspace01.jpg" width="500"></a>
<a href="/images/spaces/shipspace02.jpg"><img src="/images/spaces/shipspace02.jpg" width="500"></a>
<a href="/images/spaces/shipspace03.jpg"><img src="/images/spaces/shipspace03.jpg" width="500"></a>
<br />
</section>
<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>