diff --git a/contents/membership/_index/main.markdown b/contents/membership/_index/main.markdown index ec62beff..ffe4a03b 100644 --- a/contents/membership/_index/main.markdown +++ b/contents/membership/_index/main.markdown @@ -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 - + + + + + + + + + + + + + + + + +
+Resident + +Hotdesk Priority + +Hotdesk Regular +
+

$512 SGD

/monthly +
+

$256 SGD

/monthly +
+

$128 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. + +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. + 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. +
-### Broke Member — $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? diff --git a/templates/css/styles.less b/templates/css/styles.less index 121fd0a6..9d610ddc 100644 --- a/templates/css/styles.less +++ b/templates/css/styles.less @@ -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; + } +}