Skip to content

Reformated membership page for @elfgoh; Non-responsive for now; #88

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 36 additions & 18 deletions contents/membership/_index/main.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,45 @@

## Membership Tiers

### Resident — $512 SGD monthly

A reserved desk for co-working. You can keep your stuff at the desk. We'll
label a desk with your name, in honour of your contribution.

### Hotdesk — $256 SGD monthly

Priority at desks whenever you drop by the space (oversubscription may occur at
peak hours, we aim for 90% availability). You cannot keep your crap at the
desk.

### Regular Member — $128 SGD monthly

<table class="membership-tiers">
<tr>
<th>
Resident
</th>
<th>
Hotdesk Priority
</th>
<th>
Hotdesk Regular
</th>
</tr>
<tr class="membership-tiers-tr-2">
<td>
<h3>$512 SGD</h3> <sub>/monthly</sub>
</td>
<td style="text-align:center">
<h3>$256 SGD</h3> <sub>/monthly</sub>
</td>
<td>
<h3>$128 SGD</h3> <sub>/monthly</sub>
</td>
</tr>
<tr valign="top">
<td>
A reserved desk for co-working. You can keep your stuff at the desk.
We'll label a desk with your name, in honour of your contribution.
</td>
<td>
Priority at desks whenever you drop by the space (oversubscription may occur at peak hours, we aim for 90% availability).
You cannot keep your crap at the desk.
</td>
<td>
Use any of the open desks. Hang out on the sofas. Keep your crap in a locker (rental applies).
Use the workbench. Borrow books from our library. Keep your toys and tools onsite.
</td>
</tr>
</table>

### Broke Member &mdash; $64 SGD monthly

If you are a student or a starving hacker, all the benefits of regular
membership at a reduced rate. Also, if you really want to support the space, but
don't come by regularly.

## How do I sign up?

Expand Down
23 changes: 23 additions & 0 deletions templates/css/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,26 @@ img {
background-color: rgba(255, 255, 255, .4);
padding: 1em;
}

p, blockquote p
{
line-height: 1.5em;
}
.membership-tiers
{
margin-top: 1.5em;
th
{
text-align: center;
}
}
.membership-tiers-tr-2
{
vertical-align: top;
td
{
width: 32%;
text-align: center;
padding-bottom: 1em;
}
}