ParthCodes commited on
Commit
83d4944
·
verified ·
1 Parent(s): 157d31e

Upload email.html

Browse files
Files changed (1) hide show
  1. templates/email.html +408 -0
templates/email.html ADDED
@@ -0,0 +1,408 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html xmlns="http:www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
2
+
3
+ <head>
4
+ <meta charset="utf8">
5
+ <meta http-equiv="x-ua-compatible" content="ie=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1">
7
+ <meta name="x-apple-disable-message-reformatting">
8
+ <style type="text/css">
9
+ .bg-linkedin {
10
+ background-color: #0077b5 !important;
11
+ }
12
+
13
+ .hover-bg-gray-200:hover {
14
+ background-color: #edf2f7 !important;
15
+ }
16
+
17
+ .hover-bg-gray-900:hover {
18
+ background-color: #1a202c !important;
19
+ }
20
+
21
+ .hover-bg-red-700:hover {
22
+ background-color: #c53030 !important;
23
+ }
24
+
25
+ .hover-bg-blue-700:hover {
26
+ background-color: #2b6cb0 !important;
27
+ }
28
+
29
+ .hover-bg-blue-800:hover {
30
+ background-color: #2c5282 !important;
31
+ }
32
+
33
+ .hover-bg-indigo-700:hover {
34
+ background-color: #4c51bf !important;
35
+ }
36
+
37
+ .hover-opacity-100:hover {
38
+ opacity: 1 !important;
39
+ }
40
+
41
+ .hover-text-white:hover {
42
+ color: #ffffff !important;
43
+ }
44
+
45
+ .hover-text-blue-400:hover {
46
+ color: #63b3ed !important;
47
+ }
48
+
49
+ .hover-no-underline:hover {
50
+ text-decoration: none !important;
51
+ }
52
+
53
+ @media screen {
54
+ img {
55
+ max-width: 100%;
56
+ }
57
+
58
+ td,
59
+ th {
60
+ box-sizing: border-box;
61
+ }
62
+
63
+ a[x-apple-data-detectors] {
64
+ color: inherit;
65
+ text-decoration: none;
66
+ }
67
+
68
+ .all-font-montserrat {
69
+ font-family: Montserrat, -apple-system, "Segoe UI", Helvetica, sans-serif !important;
70
+ }
71
+
72
+ .all-font-sans {
73
+ font-family: -apple-system, "Segoe UI", sans-serif !important;
74
+ }
75
+ }
76
+
77
+ @media (max-width: 600px) {
78
+ u~div .wrapper {
79
+ min-width: 100vw;
80
+ }
81
+
82
+ img {
83
+ height: auto !important;
84
+ }
85
+
86
+ .sm-rounded-none {
87
+ border-radius: 0 !important;
88
+ }
89
+
90
+ .sm-block {
91
+ display: block !important;
92
+ }
93
+
94
+ .sm-inline-block {
95
+ display: inline-block !important;
96
+ }
97
+
98
+ .sm-hidden {
99
+ display: none !important;
100
+ }
101
+
102
+ .sm-h-20 {
103
+ height: 20px !important;
104
+ }
105
+
106
+ .sm-h-24 {
107
+ height: 24px !important;
108
+ }
109
+
110
+ .sm-h-32 {
111
+ height: 32px !important;
112
+ }
113
+
114
+ .sm-mb-0 {
115
+ margin-bottom: 0 !important;
116
+ }
117
+
118
+ .sm-mb-16 {
119
+ margin-bottom: 16px !important;
120
+ }
121
+
122
+ .sm-opacity-100 {
123
+ opacity: 1 !important;
124
+ }
125
+
126
+ .sm-px-0 {
127
+ padding-left: 0 !important;
128
+ padding-right: 0 !important;
129
+ }
130
+
131
+ .sm-py-10 {
132
+ padding-top: 10px !important;
133
+ padding-bottom: 10px !important;
134
+ }
135
+
136
+ .sm-px-14 {
137
+ padding-left: 14px !important;
138
+ padding-right: 14px !important;
139
+ }
140
+
141
+ .sm-py-24 {
142
+ padding-top: 24px !important;
143
+ padding-bottom: 24px !important;
144
+ }
145
+
146
+ .sm-px-24 {
147
+ padding-left: 24px !important;
148
+ padding-right: 24px !important;
149
+ }
150
+
151
+ .sm-px-10 {
152
+ padding-left: 10px !important;
153
+ padding-right: 10px !important;
154
+ }
155
+
156
+ .sm-px-30 {
157
+ padding-left: 30px !important;
158
+ padding-right: 30px !important;
159
+ }
160
+
161
+ .sm-pt-0 {
162
+ padding-top: 0 !important;
163
+ }
164
+
165
+ .sm-pr-0 {
166
+ padding-right: 0 !important;
167
+ }
168
+
169
+ .sm-pb-0 {
170
+ padding-bottom: 0 !important;
171
+ }
172
+
173
+ .sm-pl-0 {
174
+ padding-left: 0 !important;
175
+ }
176
+
177
+ .sm-pt-4 {
178
+ padding-top: 4px !important;
179
+ }
180
+
181
+ .sm-pt-8 {
182
+ padding-top: 8px !important;
183
+ }
184
+
185
+ .sm-pb-8 {
186
+ padding-bottom: 8px !important;
187
+ }
188
+
189
+ .sm-pt-10 {
190
+ padding-top: 10px !important;
191
+ }
192
+
193
+ .sm-pb-10 {
194
+ padding-bottom: 10px !important;
195
+ }
196
+
197
+ .sm-pb-16 {
198
+ padding-bottom: 16px !important;
199
+ }
200
+
201
+ .sm-pl-10 {
202
+ padding-left: 10px !important;
203
+ }
204
+
205
+ .sm-pr-10 {
206
+ padding-left: 10px !important;
207
+ }
208
+
209
+ .sm-pl-16 {
210
+ padding-left: 16px !important;
211
+ }
212
+
213
+ .sm-pr-16 {
214
+ padding-left: 16px !important;
215
+ }
216
+
217
+ .sm-pt-20 {
218
+ padding-top: 20px !important;
219
+ }
220
+
221
+ .sm-pb-20 {
222
+ padding-bottom: 20px !important;
223
+ }
224
+
225
+ .sm-pl-20 {
226
+ padding-left: 20px !important;
227
+ }
228
+
229
+ .sm-pr-20 {
230
+ padding-left: 20px !important;
231
+ }
232
+
233
+ .sm-pt-24 {
234
+ padding-top: 24px !important;
235
+ }
236
+
237
+ .sm-pb-24 {
238
+ padding-bottom: 24px !important;
239
+ }
240
+
241
+ .sm-pb-32 {
242
+ padding-bottom: 32px !important;
243
+ }
244
+
245
+ .sm-pl-34 {
246
+ padding-left: 34px !important;
247
+ }
248
+
249
+ .sm-pl-40 {
250
+ padding-left: 40px !important;
251
+ }
252
+
253
+ .sm-pr-40 {
254
+ padding-right: 40px !important;
255
+ }
256
+
257
+ .sm-pb-40 {
258
+ padding-bottom: 40px !important;
259
+ }
260
+
261
+ .sm-text-left {
262
+ text-align: left !important;
263
+ }
264
+
265
+ .sm-text-center {
266
+ text-align: center !important;
267
+ }
268
+
269
+ .sm-w-1-2 {
270
+ width: 50% !important;
271
+ }
272
+
273
+ .sm-w-1-3 {
274
+ width: 33.33333% !important;
275
+ }
276
+
277
+ .sm-w-2-3 {
278
+ width: 66.66667% !important;
279
+ }
280
+
281
+ .sm-w-3-5 {
282
+ width: 60% !important;
283
+ }
284
+
285
+ .sm-w-full {
286
+ width: 100% !important;
287
+ max-width: 100% !important;
288
+ }
289
+ }
290
+ </style>
291
+ <title>Smile</title>
292
+ <style>
293
+ @media (max-width: 600px) {
294
+ img {
295
+ height: auto !important;
296
+ max-width: 100% !important;
297
+ }
298
+
299
+ body {
300
+ padding: 0;
301
+ }
302
+ }
303
+ </style>
304
+ </head>
305
+
306
+ <body style="box-sizing: border-box; margin: 0; padding: 0; width: 100%; word-break: break-word; -webkit-font-smoothing: antialiased;padding-bottom:20px; background-color: rgb(2,6,23);" class="sm-px-10">
307
+
308
+ <table style="overflow: hidden;">
309
+ <tbody>
310
+ <tr>
311
+ <td style="display:none !important;visibility:hidden;mso-hide:all;font-size:1px;color:#ffffff;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;">GenUp Nexus 😄</td>
312
+ </tr>
313
+ </tbody>
314
+ </table>
315
+
316
+ <br>
317
+ <table class="wrapper all-font-sans" width="100%" cellpadding="0" cellspacing="0" role="presentation" style="overflow: hidden;">
318
+ <tbody>
319
+ <tr>
320
+ <td align="center" width="100%">
321
+ <table class="sm-w-full" width="600" cellpadding="0" cellspacing="0" role="presentation" style="overflow: hidden;">
322
+ </table>
323
+ <table class="all-font-sans sm-w-full" cellspacing="0" cellpadding="0" style="overflow: hidden; margin-left: auto; margin-right: auto; width: 600px; background: rgb(15,23,42); border-radius: 18px 18px 0 0; overflow: hidden;" width="600" bgcolor="#ffffff">
324
+ <tbody>
325
+ <tr>
326
+ <td align="center" style="padding-top: 40px; padding-bottom: 40px; padding-left: 48px; padding-right: 48px; width: 100%; border-radius: 0px" class="sm-px-24" width="100%">
327
+ <table class="sm-w-full" cellspacing="0" cellpadding="0" style="overflow: hidden; width: 100%;" width="100%">
328
+ <tbody>
329
+ <tr>
330
+ <td align="center" style="text-align: center; padding-bottom: 18px; border-radius: 0px" class="sm-px-0"><a href="#" target="_blank" rel="noopener noreferrer nofollow" style="color: -webkit-link;"><img src="https://i.ibb.co/d63mjzr/gen-up.png" data-avatar="false" alt="Logo" style="width: 180px; vertical-align: middle; line-height: 100%; max-width: 100%; border: 0; outline: none;" width="220" height="180"></a></td>
331
+ </tr>
332
+ <tr>
333
+ <td align="center" class="sm-px-0" style="border-radius: 0px"><a href target="_blank" rel="noopener noreferrer nofollow" style="color: -webkit-link;"><img src="https://letter-so.s3.us-west-1.amazonaws.com/uploads/exports/6410e03bdbcbc3164be07d14/32023/1678828931375twitter%2B%281%29%2B1.png" data-avatar="false" style="width: 16px; vertical-align: middle; line-height: 100%; max-width: 100%; border: 0; outline: none;" width="16" height="16"></a><span style="display: inline">&nbsp;&nbsp;</span><a href target="_blank" rel="noopener noreferrer nofollow" style="color: -webkit-link;"><img src="https://letter-so.s3.us-west-1.amazonaws.com/uploads/exports/6410e03bdbcbc3164be07d14/32023/1678828931375instagram%2B1.png" data-avatar="false" style="width: 16px; vertical-align: middle; line-height: 100%; max-width: 100%; border: 0; outline: none;" width="16" height="16"></a><span style="display: inline">&nbsp;&nbsp;</span><a href target="_blank" rel="noopener noreferrer nofollow" style="color: -webkit-link;"><img src="https://letter-so.s3.us-west-1.amazonaws.com/uploads/exports/6410e03bdbcbc3164be07d14/32023/1678828931375facebook%2B%281%29%2B1.png" data-avatar="false" style="width: 16px; vertical-align: middle; line-height: 100%; max-width: 100%; border: 0; outline: none;" width="16" height="16"></a></td>
334
+ </tr>
335
+ </tbody>
336
+ </table>
337
+ </td>
338
+ </tr>
339
+ </tbody>
340
+ </table>
341
+ <table class="sm-w-full all-font-sans" cellspacing="0" cellpadding="0" style="overflow: hidden; margin-left: auto; margin-right: auto; width: 600px; background: rgb(15,23,42);" width="600" bgcolor="#ffffff">
342
+ <tbody>
343
+ <tr>
344
+ <td style="border-radius: 0px">
345
+ <table cellspacing="0" cellpadding="0" style="overflow: hidden;">
346
+ <tbody>
347
+ <tr>
348
+ <td style="padding-top: 40px; padding-bottom: 40px; padding-left: 48px; padding-right: 48px; width: 100%; border-radius: 0px" class="sm-px-24" width="100%">
349
+ <table cellspacing="0" cellpadding="0" style="overflow: hidden; width: 100%;" width="100%">
350
+ <tbody>
351
+ <tr>
352
+ <td style="padding-bottom: 24px; border-radius: 0px" class="sm-px-0">
353
+ <h1 style="margin: 0 0 12px 0; line-height: 1.24; font-weight: bold; font-family: -apple-system, 'Segoe UI', sans-serif; font-size: 2rem; color: rgb(255, 255, 255);">🎉Welcome To GenUp Nexus!🥳</h1>
354
+ </td>
355
+ </tr>
356
+ <tr>
357
+ <td style="display: flex; justify-content: center; padding-bottom: 24px; border-radius: 0px" class="sm-px-0"><a href target="_blank" rel="noopener noreferrer nofollow" style="color: -webkit-link;"><img src="https://i.ibb.co/Z1MKW4j/membot6.png" alt="Photo frame" style="width: 400px; max-width: 100%; vertical-align: middle; line-height: 100%; border: 0; outline: none;" width="400" height="auto"></a></td>
358
+ </tr>
359
+ <tr>
360
+ <td style="padding-bottom: 24px; border-radius: 0px" class="sm-px-0">
361
+ <div>
362
+ <p style="margin: 0 0 12px 0; line-height: 1.6; margin-bottom: 24px; font-family: -apple-system, 'Segoe UI', sans-serif; font-size: 18px; color: rgb(212,212,212);">Hey, <b>{{name}}</b></p>
363
+ <p style="margin: 0 0 12px 0; line-height: 1.6; font-family: -apple-system, 'Segoe UI', sans-serif; font-size: 18px; color: rgb(212,212,212);">Thank you for signing up with GenUP Nexus! We are thrilled to have you on board for this exciting journey.</p>
364
+ <p style="margin: 0 0 12px 0; line-height: 1.6; font-family: -apple-system, 'Segoe UI', sans-serif; font-size: 18px; color: rgb(212,212,212);">To complete the registration process, we kindly request that you verify your email address by clicking on the link below :</p>
365
+ <div style="padding: 5px; border-radius: 10px; background-color:#0080ff; text-align:center; width:80%; margin:auto; color: rgb(255, 255, 255); font-weight: bold; letter-spacing: 10px; text-align: center; display: flex; justify-content: center; align-items: center; justify-self: center; text-align: center; font-size: x-large;"><p style="text-align: center;">{{otp}}</p></div><br>
366
+ <p style="margin: 0 0 12px 0; line-height: 1.6; font-family: -apple-system, 'Segoe UI', sans-serif; font-size: 18px; color: rgb(212,212,212);">Please note that this link will only be valid for a limited time, so plase verify your email address as soon as possible to avoid any delays in accessing our services.</p>
367
+ <p style="margin: 0 0 12px 0; line-height: 1.6; font-family: -apple-system, 'Segoe UI', sans-serif; font-size: 18px; color: rgb(212,212,212);">If you have any questions or concerns, please do not hesitate to reach out to our customer support team at :</p>
368
+ <div style="display: flex; justify-content: center;"><a href target="_blank" rel="noopener noreferrer nofollow" style="color: -webkit-link;"><img src="https://i.ibb.co/xFC0Cgx/aibot.png" alt="Photo frame" style="width: 300px; max-width: 100%; vertical-align: middle; line-height: 100%; border: 0; outline: none;" width="400" height="auto"></a></div><br>
369
+ <div style="padding-left: 20px; padding-right: 20px; border:solid; box-shadow: 6px 4px 25px 4px rgb(24, 116, 255); border-radius: 10px; mso-padding-alt: 12px 48px; text-align:center; width:50%; margin:auto; border-color:#002aff;"><a style="display: inline-block; padding-top: 16px; padding-bottom: 16px; text-decoration: none; color: #fff; font-size: 16px;" href="https://gen-up-nexus.vercel.app/" target="_blank"><b>Support</b></a></div><br>
370
+ <p style="margin: 0 0 12px 0; line-height: 1.6; margin-bottom: 24px; font-family: -apple-system, 'Segoe UI', sans-serif; font-size: 18px; color: rgb(212,212,212);">Thank you again for choosing GenUp Nexus, and we look forward to helping you achieve your goals!</p>
371
+ <p style="margin: 0 0 12px 0; line-height: 1.6; margin-bottom: 24px; font-family: -apple-system, 'Segoe UI', sans-serif; font-size: 18px; color: rgb(212,212,212);">Best regards,</p>
372
+ <p style="margin: 0 0 12px 0; line-height: 1.6; margin-bottom: 24px; font-family: -apple-system, 'Segoe UI', sans-serif; font-size: 18px; color: rgb(212,212,212);"><b>GenUP Nexus Team</b></p>
373
+ </div>
374
+ </td>
375
+ </tr>
376
+ </tbody>
377
+ </table>
378
+ </td>
379
+ </tr>
380
+ </tbody>
381
+ </table>
382
+ </td>
383
+ </tr>
384
+ </tbody>
385
+ </table>
386
+ <table class="all-font-sans sm-w-full" cellspacing="0" cellpadding="0" style="overflow: hidden; margin-left: auto; margin-right: auto; width: 600px; background: rgb(15,23,42); border-radius: 0 0 18px 18px; overflow: hidden;" width="600">
387
+ <tbody>
388
+ <tr>
389
+ <td style="padding-top: 40px; padding-bottom: 40px; padding-left: 48px; padding-right: 48px; width: 100%; border-radius: 0px" class="sm-px-24" width="100%">
390
+ <table cellspacing="0" cellpadding="0" style="overflow: hidden; width: 100%;" width="100%">
391
+ <tbody>
392
+ <tr>
393
+ <td align="center" style="text-align: center; border-radius: 0px" class="sm-px-0">
394
+ <p style="font-size: 16px; margin: 0 0 12px 0; line-height: 1.6; font-family: -apple-system, 'Segoe UI', sans-serif; color: rgb(212,212,212);"><a target="_blank" rel="noopener noreferrer nofollow" href="https://gen-up-nexus.vercel.app/" style="font-size: 12px; text-decoration: none; color: #2d3042;"><span style="color: #787474">Unsubscribe from this list.</span></a></p>
395
+ </td>
396
+ </tr>
397
+ </tbody>
398
+ </table>
399
+ </td>
400
+ </tr>
401
+ </tbody>
402
+ </table>
403
+ </td>
404
+ </tr>
405
+ </tbody>
406
+ </table>
407
+ </body>
408
+ </html>