-
Notifications
You must be signed in to change notification settings - Fork 14
/
signup-2.html
executable file
·116 lines (96 loc) · 4.35 KB
/
signup-2.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
109
110
111
112
113
114
115
116
---
permalink: "/signup/step2/"
layout: default
dark-theme: true
---
{% include base.html %}
{% include navbar.html no-button="true" %}
<style>
.social-icon {
width: 36px;
height: 36px;
}
</style>
<main class="bg-near-black near-white py4">
<div class="mx-auto max-width-3 px2 sm-px3">
<div class="pt5">
{% include
components/main-heading.html
text="Thank you! You're awesome."
font-size="h0"
font-weight="bold"
line="true" %}
<h2 class="sm-h1 h-font line-height-4 pb3">You are now a valuable member of the Flux Community.</h2>
<h3 class="sm-h2 h-font line-height-3 pb2">We've sent you an email to confirm your membership - after you click the link you'll become a full member. 😃</h3>
<div class="center pt2">
<iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fvoteflux.org&width=132&layout=button_count&action=like&show_faces=true&share=true&height=46&appId=226933950707805" width="152" height="20" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
<a class="twitter-follow-button px4"
href="https://twitter.com/voteflux">
Follow @voteflux</a>
<script>window.twttr = (function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0],
t = window.twttr || {};
if (d.getElementById(id)) return t;
js = d.createElement(s);
js.id = id;
js.src = "https://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
t._e = [];
t.ready = function(f) {
t._e.push(f);
};
return t;
}(document, "script", "twitter-wjs"));</script>
</div>
<h4 class="sm-h3 h-font line-height-2 pt2">
What's next? Check out your <a href="https://app.flux.party">Membership Dashboard</a>
</h4>
<section id="contact" class="py4">
<div class="bg-near-white shadow dark-gray p2 sm-p4 rounded">
{% include components/main-heading.html
text="Join the conversation"
font-size="h1 line-height-1"
font-weight="bold mb3" %}
<div class="sm-flex mxn2">
<div class="sm-col-12 px2 mb3">
{% include components/hr-muted.html %}
<h2 class="bold mb3">Social Media</h2>
{% for social in site.social-media %}
<hr class="white muted border-bottom m0">
<div class="my2 flex">
<img src="{{base}}/img/social-icons/{{social.name}}-with-circle.svg" alt="{{social.name}}" class="mr2 social-icon" />
<h3 class="bold h-font inline-block hover-show-child"><a href="{{ social.url }}" class="accent accent-on-hover transition-fast">{{ social.name | capitalize }}</a><i class="material-icons icon-adjust muted">call_made</i></h3>
</div>
{% endfor %}
</div>
<!-- comment this as forum is down :/ -->
{% comment %} <div class="sm-col-6 px2 mb3">
{% include components/hr-muted.html %}
<h2 class="bold mb3">Community Forum</h2>
<div class="my2">
<h3 class="bold h-font mb3 light line-height-3"> If you'd like to chat about technical or campaign details you can find us on our Community Forum</h3>
<div class="hover-show-child">
<a href="https://community.voteflux.org/" class="border-bottom">Join the discussion!</a><i class="material-icons icon-adjust muted">call_made</i>
</div>
</div>
</div> {% endcomment %}
</div>
</div>
</section>
</div>
</div>
</main>
<!-- this will set the secret on our other domains by default -->
<script src="https://app.flux.party/js/common.js"></script>
<!-- Event snippet for Joined Flux conversion page -->
<script>
gtag('event', 'conversion', {'send_to': 'AW-766794794/10BdCOKfg5cBEKq40e0C'});
ga('send', {hitType: 'event', eventCategory: 'Membership Form', eventAction: 'Singup Confirmation'});
gtag('event', 'conversion', {'send_to': 'AW-519211039/epNECN37_eMBEJ-QyvcB'});
</script>
{% include footer.html %}
<!-- - add here
thank you message - "you are a valuable member of flux"
share the movement - fb/twitter/reddit/linkedin
comments section
how did you hear about us -->