-
Notifications
You must be signed in to change notification settings - Fork 0
/
org-test.html
229 lines (160 loc) · 7.13 KB
/
org-test.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<script src="js/jquery-3-10-1-min.js" type="text/javascript"></script>
<script src="js/qrcode.min.js" type="text/javascript"></script>
<script src="js/jspdf.js"></script>
<script src="js/html2canvas-dpi.min.js"></script>
<link rel="icon" type="image/png" href="img/favicon.png" />
<!-- Luigi's Verify account + static link, QR code and sticker generator -->
<script src="js/verify-and-generate.js" type="text/javascript"></script>
<link rel="stylesheet" href="css/loader-style.css">
<link rel="stylesheet" href="css/general.css">
<link rel="stylesheet" href="css/organization-tools.css">
</head>
<body class="org-tools">
<!--page loader very basic-->
<div class="obscurer">
<div class="vertical-centered-box">
<div class="contentt">
<div class="loader-circle"></div>
<div class="loader-line-mask">
<div class="loader-line"></div>
</div>
<img src="img/logo-graph.svg" height="60" width="60" />
</div>
</div>
</div>
<section id="tools-switcher" class="test">
<div id="stick-1" class="tool1-invite join-stick">
<div class="centered">
<div id="fake-anch" class="section-title">
<p>1 of 2: Invite Members</p>
</div>
</div>
<div class="org-liner">
<img src="img/ot-liner.svg">
</div>
<div class="centered">
<div class="fif">
<p class="fake-tit">Inviting your members to <span class="spring">join seeds has never been easier!</span></p>
<p>You are provided with a <strong>static invite link</strong> and a <strong>QR code</strong>, which you can add to your website or send to your community via email.<br>
Plus, a <strong>sticker with the same QR code to expose in your shop!</strong></p>
<!--<ul>
<li>Use your SEEDS <strong>organisation account</strong></li>
<li>Invite <strong>all your members at once</strong></li>
</ul>-->
<div id="sticker1">
<p class="subo">Generate now your<br><span class="spring">Static link, QR code and Sticker!</span></p>
<div class="magic-form">
<input id="text" class="field" type="text" placeholder="Enter Your Organization Account Name" value="" />
<div class="buttons-system">
<button class="btn-gen verify">Generate!</button>
<button class="btn-gen copy-link invs">Copy link</button>
</div>
<a href="#fake-anch" onclick="location.reload()">
<div class="retry">
<img src="img/retry.svg">
</div>
</a>
<div class="verification-icons">
<img src="img/nope.svg" class="nope"/>
<img src="img/yeah.svg" class="yeah"/>
</div>
</div>
<div id="alert-box"></div>
<div class="generate-stickers">
<!--<button type="button" id="pdfDownloader">Download PDF</button>-->
<button type="button" id="pngDownloader">Download the Stickers!</button>
<!--<button type="button" id="pdfDownloader">Download PDF</button>-->
<button type="button" id="pngDownloaderQr">Download the QR-code!</button>
</div>
</div>
</div>
<div class="fif">
<div class="magic-wrapper">
<div class="custom-stickers">
<div class="shadow-wrapper">
<div id="printDiv">
<img class="stick-fake" src="img/stickers/join-sticker-fake.svg"/>
<div id="qrcode"></div>
</div>
</div>
<div class="shadow-wrapper-qr">
<div id="only-qr">
</div>
</div>
</div>
<div class="general-stickers">
<img class="fake-collage" src="img/stickers/stick-join-collage-empty.svg" />
</div>
</div>
</div>
</div>
</div>
<!-- stiker 2 section -->
<div id="stick-2" class="tool1-invite pay-stick">
<div class="centered">
<div id="fake-anch-2" class="section-title">
<p>2 of 2: Receive Payments</p>
</div>
</div>
<div class="org-liner-rev">
<img src="img/org-liner-rev.svg">
</div>
<div class="centered">
<div class="fif">
<p class="fake-tit">Receive payments in <span class="spring">Seeds has never been easier!</span></p>
<p>You are provided with a <strong>static invite link</strong> and a <strong>QR code</strong>, which you can add to your website or send to your community via email.<br>
Plus, a <strong>sticker with the same QR code to expose in your shop!</strong></p>
<!--<ul>
<li>Use your SEEDS <strong>organisation account</strong></li>
<li>Invite <strong>all your members at once</strong></li>
</ul>-->
<div id="sticker2">
<p class="subo">Generate now your<br><span class="spring">Static link, QR code and Sticker!</span></p>
<div class="magic-form">
<input id="text-pay" class="field" type="text" placeholder="Enter Your Organization Account Name" value="" />
<div class="buttons-system">
<button class="btn-gen verify-pay">Generate!</button>
<button class="btn-gen copy-link invs">Copy link</button>
</div>
<a href="#fake-anch-2" onclick="location.reload()">
<div class="retry">
<img src="img/retry.svg">
</div>
</a>
<div class="verification-icons">
<img src="img/nope.svg" class="nope"/>
<img src="img/yeah.svg" class="yeah"/>
</div>
</div>
<div id="alert-box"></div>
<div class="generate-stickers">
<!--<button type="button" id="pdfDownloader">Download PDF</button>-->
<button type="button" id="pngDownloader-pay">Download the Stickers!</button>
</div>
</div>
</div>
<div class="fif">
<div class="magic-wrapper">
<div class="custom-sticker">
<div class="shadow-wrapper">
<div id="printDivPay">
<img class="stick-fake" src="img/stickers/pay-sticker-empty.svg"/>
<div id="qrcode-pay"></div>
</div>
</div>
</div>
<div class="general-stickers">
<img class="fake-collage pay" src="img/stickers/stick-pay-collage-empty.svg" />
</div>
</div>
</div>
</div>
</div>
</section>
</body>
</html>