-
Notifications
You must be signed in to change notification settings - Fork 32
/
join.html
108 lines (107 loc) · 4.64 KB
/
join.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
---
layout: default
description: Join up!
title: How to Join
---
<div class="row">
<div class="col-md-8">
<p class="lead">
Come along and meet us! We have no requirement for membership if you're visiting for
a chat or tour during a scheduled open event (like our Tuesday night open nights).
We ask that you join when you want to contribute back to HSBNE or use any of our facilities.
</p>
</div>
</div>
<div class="row">
<div class="col-md-5">
<h3>Ready to Join? Follow these steps:</h3>
<ol>
<li>
<p><strong>Come in for a tour</strong></p>
<p>
Get a feel for us in person before joining to make sure the culture will work for you.
We try to cater for many people, but the unique volunteer powered way HSBNE runs isn't
for everyone. We publish most public events (including tours) on our
<a target="_blank" href="https://www.facebook.com/pg/HSBNE/events/">Facebook</a>
and <a href="https://hsbneinc.eventbrite.com.au">Eventbrite</a> pages.
</p>
<p>The executive is also responsible for vetting your membership, so we like to get to know you!</p>
<p><a target="_blank" href="https://hsbnetour.eventbrite.com.au" class="btn btn-default page-scroll">1. Book in for a Tour</a></p>
</li>
<li>
<p><strong>Register an account</strong></p>
<p>When you come to a tour at HSBNE we will give you an access card!</p>
<p>
With your access card, create an account on our member portal. The member portal is the central place to manage your membership, report issues, etc. so make sure you bookmark it! This is where you can start your membership subscription and do your general induction.
</p>
<p><a target="_blank" href="https://portal.hsbne.org/register" class="btn btn-default page-scroll">2. Register Account</a></p>
</li>
<li>
<p><strong>Get site access</strong></p>
<p>Once you complete the sign up (Pay your subscription, enable your card, finish the general induction), your card will be enabled and you will be a member at HSBNE.</p>
</li>
<li>
<p><strong>Start getting inducted on tools.</strong></p>
<p>Check out the <a href="https://wiki.hsbne.org/tools/home">Tools Wiki</a> to find the machines and how to get inducted on each.</p>
</li>
</ol>
</div>
<div class="col-md-6 col-md-offset-1">
<h3>Membership at HSBNE</h3>
<h4>Benefits</h4>
<ul>
<li>A warm fuzzy feeling and the opportunity to support a unique community focused organisation</li>
<li>24/7 access to the HSBNE campus via an RFID access card</li>
<li>Voting rights in the group</li>
<li>Discounted classes</li>
</ul>
<h4>Fee Structure</h4>
<table class="table">
<tbody>
<tr>
<td><strong>Standard Member</strong></td>
<td>
<ul>
<li>$100 per month. Rates can be reduced to $60 per month by becoming a 'Volunteer Member.'</li>
</ul>
</td>
</tr>
<tr>
<td><strong>Volunteer Member</strong></td>
<td>
<ul>
<li>$60 per month. </li>
<li>To be on this rate you must become a volunteer by signing an agreement. Each month you fulfill your
agreement we will discount your membership fees to this level. Don't be shy! There's always plenty to do.</li>
</ul>
</td>
</tr>
<tr>
<td><strong>Concessional Volunteer Member</strong></td>
<td>
<ul>
<li>$30 per month</li>
<li>To be on this rate you must become a volunteer by signing an agreement. Each month you fulfill your
agreement we will discount your membership fees to this level.</li>
<li>The volunteer workload for this rate is higher than for the 'Volunteer Member' rate. You can fulfill these expectations by
attending the monthly working bee.</li>
<li>To be eligible for this rate you must be genuinely unable to afford the standard tier. Being a
student or unemployed generally makes you eligible. Proof of eligibility will be required during the sign-up process.</li>
</ul>
</td>
</tr>
<tr>
<td><strong>Lifetime Member</strong></td>
<td>
<ul>
<li>$0 per month, for life</li>
<li>
Available after 10 years of active volunteering. People with Legacy memberships can apply their legacy membership tenure to this calculation.
</li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
</div>