-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathjoin.html
More file actions
67 lines (66 loc) · 3.4 KB
/
join.html
File metadata and controls
67 lines (66 loc) · 3.4 KB
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
---
layout: default
description: Join up!
title: How to Join
---
<div class="{{ site.data.class_pages.container_main }}">
<div class="{{ site.data.class_pages.row_title }}">
<div class="col">
<h1 class="{{ site.data.class_pages.h1 }}">How to Join</h1>
<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">
<h2 class="{{ site.data.class_pages.h2 }}">Ready to Join? Follow these steps:</h2>
<ol class="mb-5 ps-3">
<li class="mb-4">
<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 member 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>
<a class="btn hsbne-btn btn-lg ms-5" href="https://hsbnedaytour.eventbrite.com.au" target="_blank">Book a Tour on the Day Tour</a>
<a class="btn hsbne-btn btn-lg ms-5" href="https://hsbnenighttour.eventbrite.com.au" target="_blank">Book a Tour on the Night Tour</a>
</li>
<li class="mb-4">
<p><strong>Register an account</strong></p>
<p>When you come to a tour at HSBNE we will give you an access card!<br>
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>
<a target="_blank" href="https://portal.hsbne.org/register" class="btn hsbne-btn btn-lg ms-5">Register Account</a>
</li>
<li class="mb-4">
<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 class="mb-4">
<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>
<h2 class="fw-semibold">Membership at HSBNE</h2>
<h3 class="mb-4" >Benefits</h3>
<ul>
<li>24/7 access to HSBNE</li>
<li>Access to the woodshop (table saw, band saw, jointer, thicknesser, router table and more)</li>
<li>Access to the laser cutter and 3D printer</li>
<li>Chat Server (Discord) access</li>
<li>Voting rights</li>
</ul>
<h3 class="mb-4">Fee Structure</h3>
<table class="table-borderless">
<tbody>
<tr>
<td><strong>Standard Member</strong></td>
<td>
<ul>
<li>$100 per month</li>
<li>$95 per month when paid quarterly</li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>