-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmembership.html
More file actions
49 lines (45 loc) · 2.3 KB
/
membership.html
File metadata and controls
49 lines (45 loc) · 2.3 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
<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8">
<title>membership - /dev/hack</title>
<link rel="canonical" href="https://www.devhack.net/membership.html">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="style.css">
<body>
<h1>/dev/hack membership</h1>
<p>/dev/hack thanks you for your interest in becoming a member.</p>
<p>We are actively seeking members who can support the existence of a
space in our region devoted to our goals in education, creative
projects, and community service. Becoming a member, while not required
to take advantage of /dev/hack services, provides:</p>
<ul>
<li>Around-the-clock key access to the /dev/hack space</li>
<li>The ability to reserve the /dev/hack space and for mission-related events and classes</li>
<li>Voting rights at official organizational meetings</li>
<li>Access to /dev/hack servers for projects</li>
<li>An account on /dev/hack shell and VPS server</li>
<li>And other volunteer-provided <a href="https://wiki.devhack.net/Services">services</a> provided on a <i>best
effort basis</i></li>
<!--
<li>An email adress @devhack.net</li>
<li>Access to the /dev/hack members-only mailing list</li>
-->
</ul>
<p>Most importantly, however, supporting /dev/hack as a member enables one
to help build an innovative community technology space and to contribute
to the growing international movement of hackerspaces.</p>
<h3><b>How to become a member</b></h3>
<p>Check us out first. Visit /dev/hack events and classes, and swing by the
space to meet other members and get a feel for the group. All of our
activities are free and open to the public.</p>
<p>Once you feel that membership is right for you, the
<a href="https://wiki.devhack.net/Becoming_a_Member">Becoming a Member</a> wiki page
describes the process.
</p>
<h3>Managing your membership</h3>
<p>You can update your payment information via <a href="https://members.devhack.net/membership/">the member
portal</a>.
If you would like to cancel your membership, you should also talk to someone to ensure that your accounts are
winded down.
</body>
</html>