-
Notifications
You must be signed in to change notification settings - Fork 6
/
pirate-fees.html
42 lines (42 loc) · 1.28 KB
/
pirate-fees.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Pay Pirate Fees</title>
<meta charset="UTF-8">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Include some fonts -->
<!-- one and only style -->
<link rel=stylesheet href='./pirate-fees.css'>
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" href="/favicon-animated.gif" type="image/gif" />
</head>
<body>
<br>
Pay Pirate Fees
<br>
<section id=Membership Types>
<dl>
<dt>Full Deskshare</dt>
<dd>- About 60 sqft of floor in one of our designated crew spots. Artisan's Asylum membership included.</dd>
<dt>Half Deskshare</dt>
<dd>- A smaller amount of floor in a weird spot, or half of a crew space shared with another pirate.AA included.</dd>
<dt>Deskless Membership with AA</dt>
<dd>FOR FORMER CREW ONLY - Door codes and use of our noncommital desk space, plus AA membership.</dd>
<dt>Deskless Membership</dt>
<dd>Same as above, but no AA for you.</dd>
</dl>
<iframe width="800" height="750" src="https://forms.dwollalabs.com/pirate-fees?embed=true" frameborder="0"></iframe>
<footer>
<nav>
<ul>
<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>