|
1 | | -<html> |
2 | | - <body> |
3 | | - <p> |
4 | | - Hello! |
5 | | - </p> |
6 | | - |
7 | | - <p> |
8 | | - Thank you for registering your interest in Nottingham Hackspace. |
9 | | - </p> |
10 | | - |
11 | | - <p> |
12 | | - If you'd like to become a Nottingham Hackspace member, the first step is is to <a href="{{ url('register', $token)}}">create an HMS account</a>. Also, please add "{{ $membershipEmail }}" and "{{ $trusteesEmail }}" to your address book to reduce the chances of hackspace email going into your spam. |
13 | | - </p> |
14 | | - |
15 | | - <p> |
16 | | - After creating login details, you'll be asked to fill in some more information about yourself, namely your address and a contact phone number . Don't worry, we won't share this information with anyone, unless legally obliged to do so. |
17 | | - </p> |
18 | | - |
19 | | - <p> |
20 | | - Once you've filled in your details, one of our member admins will be notified. They'll give your information a quick check, and if all is well they'll move your membership on to the next stage. This is the part where you get the Nottingham Hackspace bank details, as well as a unique payment reference for your account (please use this reference if possible; it makes it easier to correlate your membership payments to you as a member). Use these details to set up a standing order for your membership fee. Membership is pay-what-you-like on a monthly basis, and you can always change the amount you're paying if you find yourself using the space more or less than you first thought. |
21 | | - </p> |
22 | | - |
23 | | - <p> |
24 | | - When the standing order is set-up, once your payment shows up in our bank account. Even if the money leaves your account, payments are not instant between all banks and records don't update immediately, so it may take 3 to 4 days before it's visible in the hackspace account. When it does show, you'll be contacted directly by one of the member admins to arrange first-access; this is where you're given the door codes and your RFID card to get in to the space. Once that's done, you are free to visit at any time, twenty four hours a day. |
25 | | - </p> |
26 | | - |
27 | | - <p> |
28 | | - A few important details: Nottingham Hackspace is incorporated as a non-profit company, registration number 07766826. Everyone who works on stuff for the hackspace is a volunteer; the hackspace has no staff, just members. So far, it has also been entirely funded and is self-sustaining through members contributions rather than grants. |
29 | | - </p> |
30 | | - |
31 | | - <p> |
32 | | - Here's the URL for the public google group:<br> |
33 | | - <a href="{{ $groupLink }}">{{ $groupLink }}</a> |
34 | | - </p> |
35 | | - |
36 | | - <p> |
37 | | - Here are the hackspace rules:<br> |
38 | | - <a href="{{ $rulesHTML }}">{{ $rulesHTML }}</a> |
39 | | - </p> |
40 | | - |
41 | | - <p> |
42 | | - If you have any questions, just email. |
43 | | - </p> |
44 | | - |
45 | | - <p> |
46 | | - Thanks,<br> |
47 | | - Nottinghack Member Admin Team |
48 | | - </p> |
49 | | - </body> |
50 | | -</html> |
| 1 | +@component('mail::message') |
| 2 | +# Hello, |
| 3 | + |
| 4 | +Thank you for registering your interest in Nottingham Hackspace. |
| 5 | + |
| 6 | +If you'd like to become a Nottingham Hackspace member, the first step is is to:- |
| 7 | +@component('mail::button', ['url' => route('register', $token)]) |
| 8 | +Create an HMS account |
| 9 | +@endcomponent |
| 10 | + |
| 11 | +Also, please add "{{ $membershipEmail }}" and "{{ $trusteesEmail }}" to your address book to reduce the chances of hackspace email going into your spam. |
| 12 | + |
| 13 | +After creating login details, you'll be asked to fill in some more information about yourself, namely your address and a contact phone number . Don't worry, we won't share this information with anyone, unless legally obliged to do so. |
| 14 | + |
| 15 | +Once you've filled in your details, one of our member admins will be notified. They'll give your information a quick check, and if all is well they'll move your membership on to the next stage. This is the part where you get the Nottingham Hackspace bank details, as well as a unique payment reference for your account (please use this reference if possible; it makes it easier to correlate your membership payments to you as a member). Use these details to set up a standing order for your membership fee. Membership is pay-what-you-like on a monthly basis, and you can always change the amount you're paying if you find yourself using the space more or less than you first thought. |
| 16 | + |
| 17 | +When the standing order is set-up, once your payment shows up in our bank account. Even if the money leaves your account, payments are not instant between all banks and records don't update immediately, so it may take 3 to 4 days before it's visible in the hackspace account. When it does show, you'll be contacted directly by one of the member admins to arrange first-access; this is where you're given the door codes and your RFID card to get in to the space. Once that's done, you are free to visit at any time, twenty four hours a day. |
| 18 | + |
| 19 | +A few important details: Nottingham Hackspace is incorporated as a non-profit company, registration number 07766826. Everyone who works on stuff for the hackspace is a volunteer; the hackspace has no staff, just members. So far, it has also been entirely funded and is self-sustaining through members contributions rather than grants. |
| 20 | + |
| 21 | +Here's the URL for the public google group:<br /> |
| 22 | +{{ $groupLink }} |
| 23 | + |
| 24 | +Here are the hackspace rules:<br /> |
| 25 | +{{ $rulesLink }} |
| 26 | + |
| 27 | +If you have any questions, just email. |
| 28 | + |
| 29 | +Thanks,<br /> |
| 30 | +Nottinghack Membership Team |
| 31 | +@endcomponent |
0 commit comments