forked from nahuelsanchez/pale-ghost
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsign-up.hbs
More file actions
60 lines (58 loc) · 2.86 KB
/
sign-up.hbs
File metadata and controls
60 lines (58 loc) · 2.86 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
<!DOCTYPE html>
<html lang="{{lang}}">
{{> core/head}}
<body class="{{body_class}}">
{{> core/header}}
<div class="sign-up-template">
<div class="wrapper">
<h1 class="title">Join the Intergalactic Black Tech Collective</h1>
<p>Sign up now for access to our Slack group, where we share our stories and knowledge, and most importantly, be ourselves.</p>
<p>Quick note: we ask that all information given is valid; we care a lot about the safety of our members, and each new sign-up is vetted before entry. <b>All fields are required.</b></p>
<div id="mc_embed_signup" class="signup-contents">
<div id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank">
<section>
<div class="mc-field-group form-group">
<label for="mce-FNAME">First Name</label>
<input type="text" value="" name="FNAME" class="form-control" id="mce-FNAME">
</div>
<div class="mc-field-group form-group">
<label for="mce-LNAME">Last Name</label>
<input type="text" value="" name="LNAME" class="form-control" id="mce-LNAME">
</div>
<div class="mc-field-group form-group">
<label for="mce-EMAIL">Email</label>
<input type="email" value="" name="EMAIL" class="form-control email" id="mce-EMAIL" />
</div>
<div class="mc-field-group form-group">
<label for="mce-SOCIAL">Link to a Social Profile <br/><small>(Twitter, LinkedIn, Instagram, etc.)</small></label>
<input type="text" value="" name="SOCIAL" class="form-control" id="mce-SOCIAL" />
</div>
<div class="mc-field-group form-group">
<label for="mce-MMERGE5">How did you hear about DATCODE?</label>
<select name="MMERGE5" class="form-control" id="mce-MMERGE5">
<option value="">please select...</option>
<option value="Twitter">Twitter</option>
<option value="A Friend">A Friend</option>
<option value="Search">Search</option>
<option value="Other">Other</option>
</select>
</div>
</section>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_013dedee15048a62c85ed9114_e96dd3387e" tabindex="-1" value=""></div>
<div class="submit">
<input type="submit" value="Join us!" name="subscribe" id="mc-embedded-subscribe" />
</div>
<div id="message"></div>
</div>
</div>
</div>
</div>
{{> core/footer}}
{{> core/foot}}
</body>
<script src="{{asset "js/signup.js"}}" type="text/javascript"></script>
</html>