abhicodes commited on
Commit
457463b
1 Parent(s): 5065afc

Upload pass.html

Browse files
Files changed (1) hide show
  1. templates/pass.html +431 -0
templates/pass.html ADDED
@@ -0,0 +1,431 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ <!--[if gte mso 9]>
9
+ <xml>
10
+ <o:OfficeDocumentSettings>
11
+ <o:AllowPNG/>
12
+ <o:PixelsPerInch>96</o:PixelsPerInch>
13
+ </o:OfficeDocumentSettings>
14
+ </xml>
15
+ <![endif]-->
16
+
17
+ <!--[if mso]>
18
+ <style type="text/css">
19
+ body,table tr,table td,a, span,table.MsoNormalTable{font-family:Helvetica,Arial,sans-serif !important;}
20
+ </style>
21
+ <![endif]-->
22
+ <style type="text/css">
23
+ .bg-linkedin {
24
+ background-color: #0077b5 !important;
25
+ }
26
+
27
+ .hover-bg-gray-200:hover {
28
+ background-color: #edf2f7 !important;
29
+ }
30
+
31
+ .hover-bg-gray-900:hover {
32
+ background-color: #1a202c !important;
33
+ }
34
+
35
+ .hover-bg-red-700:hover {
36
+ background-color: #c53030 !important;
37
+ }
38
+
39
+ .hover-bg-blue-700:hover {
40
+ background-color: #2b6cb0 !important;
41
+ }
42
+
43
+ .hover-bg-blue-800:hover {
44
+ background-color: #2c5282 !important;
45
+ }
46
+
47
+ .hover-bg-indigo-700:hover {
48
+ background-color: #4c51bf !important;
49
+ }
50
+
51
+ .hover-opacity-100:hover {
52
+ opacity: 1 !important;
53
+ }
54
+
55
+ .hover-text-white:hover {
56
+ color: #ffffff !important;
57
+ }
58
+
59
+ .hover-text-blue-400:hover {
60
+ color: #63b3ed !important;
61
+ }
62
+
63
+ .hover-no-underline:hover {
64
+ text-decoration: none !important;
65
+ }
66
+
67
+ @media screen {
68
+ img {
69
+ max-width: 100%;
70
+ }
71
+
72
+ td,
73
+ th {
74
+ box-sizing: border-box;
75
+ }
76
+
77
+ a[x-apple-data-detectors] {
78
+ color: inherit;
79
+ text-decoration: none;
80
+ }
81
+
82
+ .all-font-montserrat {
83
+ font-family: Montserrat, -apple-system, "Segoe UI", Helvetica, sans-serif !important;
84
+ }
85
+
86
+ .all-font-sans {
87
+ font-family: -apple-system, "Segoe UI", sans-serif !important;
88
+ }
89
+ }
90
+
91
+ @media (max-width: 600px) {
92
+ u~div .wrapper {
93
+ min-width: 100vw;
94
+ }
95
+
96
+ img {
97
+ height: auto !important;
98
+ }
99
+
100
+ .sm-rounded-none {
101
+ border-radius: 0 !important;
102
+ }
103
+
104
+ .sm-block {
105
+ display: block !important;
106
+ }
107
+
108
+ .sm-inline-block {
109
+ display: inline-block !important;
110
+ }
111
+
112
+ .sm-hidden {
113
+ display: none !important;
114
+ }
115
+
116
+ .sm-h-20 {
117
+ height: 20px !important;
118
+ }
119
+
120
+ .sm-h-24 {
121
+ height: 24px !important;
122
+ }
123
+
124
+ .sm-h-32 {
125
+ height: 32px !important;
126
+ }
127
+
128
+ .sm-mb-0 {
129
+ margin-bottom: 0 !important;
130
+ }
131
+
132
+ .sm-mb-16 {
133
+ margin-bottom: 16px !important;
134
+ }
135
+
136
+ .sm-opacity-100 {
137
+ opacity: 1 !important;
138
+ }
139
+
140
+ .sm-px-0 {
141
+ padding-left: 0 !important;
142
+ padding-right: 0 !important;
143
+ }
144
+
145
+ .sm-py-10 {
146
+ padding-top: 10px !important;
147
+ padding-bottom: 10px !important;
148
+ }
149
+
150
+ .sm-px-14 {
151
+ padding-left: 14px !important;
152
+ padding-right: 14px !important;
153
+ }
154
+
155
+ .sm-py-24 {
156
+ padding-top: 24px !important;
157
+ padding-bottom: 24px !important;
158
+ }
159
+
160
+ .sm-px-24 {
161
+ padding-left: 24px !important;
162
+ padding-right: 24px !important;
163
+ }
164
+
165
+ .sm-px-10 {
166
+ padding-left: 10px !important;
167
+ padding-right: 10px !important;
168
+ }
169
+
170
+ .sm-px-30 {
171
+ padding-left: 30px !important;
172
+ padding-right: 30px !important;
173
+ }
174
+
175
+ .sm-pt-0 {
176
+ padding-top: 0 !important;
177
+ }
178
+
179
+ .sm-pr-0 {
180
+ padding-right: 0 !important;
181
+ }
182
+
183
+ .sm-pb-0 {
184
+ padding-bottom: 0 !important;
185
+ }
186
+
187
+ .sm-pl-0 {
188
+ padding-left: 0 !important;
189
+ }
190
+
191
+ .sm-pt-4 {
192
+ padding-top: 4px !important;
193
+ }
194
+
195
+ .sm-pt-8 {
196
+ padding-top: 8px !important;
197
+ }
198
+
199
+ .sm-pb-8 {
200
+ padding-bottom: 8px !important;
201
+ }
202
+
203
+ .sm-pt-10 {
204
+ padding-top: 10px !important;
205
+ }
206
+
207
+ .sm-pb-10 {
208
+ padding-bottom: 10px !important;
209
+ }
210
+
211
+ .sm-pb-16 {
212
+ padding-bottom: 16px !important;
213
+ }
214
+
215
+ .sm-pl-10 {
216
+ padding-left: 10px !important;
217
+ }
218
+
219
+ .sm-pr-10 {
220
+ padding-left: 10px !important;
221
+ }
222
+
223
+ .sm-pl-16 {
224
+ padding-left: 16px !important;
225
+ }
226
+
227
+ .sm-pr-16 {
228
+ padding-left: 16px !important;
229
+ }
230
+
231
+ .sm-pt-20 {
232
+ padding-top: 20px !important;
233
+ }
234
+
235
+ .sm-pb-20 {
236
+ padding-bottom: 20px !important;
237
+ }
238
+
239
+ .sm-pl-20 {
240
+ padding-left: 20px !important;
241
+ }
242
+
243
+ .sm-pr-20 {
244
+ padding-left: 20px !important;
245
+ }
246
+
247
+ .sm-pt-24 {
248
+ padding-top: 24px !important;
249
+ }
250
+
251
+ .sm-pb-24 {
252
+ padding-bottom: 24px !important;
253
+ }
254
+
255
+ .sm-pb-32 {
256
+ padding-bottom: 32px !important;
257
+ }
258
+
259
+ .sm-pl-34 {
260
+ padding-left: 34px !important;
261
+ }
262
+
263
+ .sm-pl-40 {
264
+ padding-left: 40px !important;
265
+ }
266
+
267
+ .sm-pr-40 {
268
+ padding-right: 40px !important;
269
+ }
270
+
271
+ .sm-pb-40 {
272
+ padding-bottom: 40px !important;
273
+ }
274
+
275
+ .sm-text-left {
276
+ text-align: left !important;
277
+ }
278
+
279
+ .sm-text-center {
280
+ text-align: center !important;
281
+ }
282
+
283
+ .sm-w-1-2 {
284
+ width: 50% !important;
285
+ }
286
+
287
+ .sm-w-1-3 {
288
+ width: 33.33333% !important;
289
+ }
290
+
291
+ .sm-w-2-3 {
292
+ width: 66.66667% !important;
293
+ }
294
+
295
+ .sm-w-3-5 {
296
+ width: 60% !important;
297
+ }
298
+
299
+ .sm-w-full {
300
+ width: 100% !important;
301
+ max-width: 100% !important;
302
+ }
303
+ }
304
+ </style>
305
+ <title>Smile</title>
306
+ <style>
307
+ @media (max-width: 600px) {
308
+ img {
309
+ height: auto !important;
310
+ max-width: 100% !important;
311
+ }
312
+
313
+ body {
314
+ padding: 0;
315
+ }
316
+ }
317
+ </style>
318
+ </head>
319
+
320
+ <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: #ffdf84" class="sm-px-10">
321
+
322
+ <table style="overflow: hidden;">
323
+ <tbody>
324
+ <tr>
325
+ <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;">SmileCheck 😄</td>
326
+ </tr>
327
+ </tbody>
328
+ </table>
329
+
330
+ <br>
331
+ <table class="wrapper all-font-sans" width="100%" cellpadding="0" cellspacing="0" role="presentation" style="overflow: hidden;">
332
+ <tbody>
333
+ <tr>
334
+ <td align="center" width="100%">
335
+ <table class="sm-w-full" width="600" cellpadding="0" cellspacing="0" role="presentation" style="overflow: hidden;">
336
+ </table>
337
+ <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(255, 255, 255);" width="600" bgcolor="#ffffff">
338
+ <tbody>
339
+ <tr>
340
+ <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%">
341
+ <table class="sm-w-full" cellspacing="0" cellpadding="0" style="overflow: hidden; width: 100%;" width="100%">
342
+ <tbody>
343
+ <tr>
344
+ <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.postimg.cc/vTSj1jQz/smilecheck-logo.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="110"></a></td>
345
+ </tr>
346
+ <tr>
347
+ <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>
348
+ </tr>
349
+ </tbody>
350
+ </table>
351
+ </td>
352
+ </tr>
353
+ </tbody>
354
+ </table>
355
+ <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(255, 255, 255);" width="600" bgcolor="#ffffff">
356
+ <tbody>
357
+ <tr>
358
+ <td style="border-radius: 0px">
359
+ <table cellspacing="0" cellpadding="0" style="overflow: hidden;">
360
+ <tbody>
361
+ <tr>
362
+ <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%">
363
+ <table cellspacing="0" cellpadding="0" style="overflow: hidden; width: 100%;" width="100%">
364
+ <tbody>
365
+ <tr>
366
+ <td style="padding-bottom: 24px; border-radius: 0px" class="sm-px-0">
367
+ <h1 style="margin: 0 0 12px 0; line-height: 1.24; font-weight: bold; font-family: -apple-system, 'Segoe UI', sans-serif; font-size: 36px; color: #222;">Welcome To SmileCheck!!!</h1>
368
+ </td>
369
+ </tr>
370
+ <tr>
371
+ <td style="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://letter-so.s3.us-west-1.amazonaws.com/uploads/exports/6410e03bdbcbc3164be07d14/32023/1678828931375%252Fprototypr%252Ftemp%252F1580579385905-1580579385905.png" data-avatar="false" alt="Photo frame" style="width: 504px; max-width: 100%; vertical-align: middle; line-height: 100%; border: 0; outline: none;" width="504" height="340"></a></td>
372
+ </tr>
373
+ <tr>
374
+ <td style="padding-bottom: 24px; border-radius: 0px" class="sm-px-0">
375
+ <div>
376
+ <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: #222;">Hey, {{name}}</p>
377
+ <p style="margin: 0 0 12px 0; line-height: 1.6; font-family: -apple-system, 'Segoe UI', sans-serif; font-size: 18px; color: #222;">Looks' like you are changing the password for you SmileCheck account. Here's the link to Change the password:</p>
378
+ <div style="padding-left: 20px; padding-right: 20px; border-radius: 10px; background-color:#ffa200; mso-padding-alt: 12px 48px; text-align:center; width:30%; margin:auto;" bgcolor="#ffa200"><a style="display: inline-block; padding-top: 16px; padding-bottom: 16px; text-decoration: none; color: #333333; font-size: 16px;" href="{{link}}" target="_blank"><b>Change Password!</b></a></div><br>
379
+ <p style="margin: 0 0 12px 0; line-height: 1.6; font-family: -apple-system, 'Segoe UI', sans-serif; font-size: 18px; color: red;">Please note that this link will only be valid for a limited time, and if you do not generate this link then report it to Smilecheck</p>
380
+ <p style="margin: 0 0 12px 0; line-height: 1.6; font-family: -apple-system, 'Segoe UI', sans-serif; font-size: 18px; color: #222;">If you have any questions or concerns, please do not hesitate to reach out to our customer support team at :</p>
381
+ <div style="padding-left: 20px; padding-right: 20px; border:solid; box-shadow: 6px 4px 25px 4px rgba(255, 157, 24, 1); border-radius: 10px; mso-padding-alt: 12px 48px; text-align:center; width:20%; margin:auto; border-color:#ffa200;"><a style="display: inline-block; padding-top: 16px; padding-bottom: 16px; text-decoration: none; color: #333333; font-size: 16px;" href="http://127.0.0.1:5000/#contact" target="_blank"><b>Support</b></a></div><br>
382
+ <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: #222;">Thank you again for choosing SmileCheck, and we look forward to helping you achieve your goals!</p>
383
+ <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: #222;">Best regards,</p>
384
+ <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: #222;">SmileCheck Team</p>
385
+ </div>
386
+ </td>
387
+ </tr>
388
+ <!-- <tr>-->
389
+ <!-- <td align="center" class="sm-px-0" style="border-radius: 0px">-->
390
+ <!-- <table align="center" cellspacing="0" cellpadding="0" style="overflow: hidden; margin-left: auto; margin-right: auto;">-->
391
+ <!-- <tbody>-->
392
+ <!-- <tr>-->
393
+ <!-- <th colspan="1" rowspan="1" style="padding-left: 20px; padding-right: 20px; border-radius: 4px; background-color:#ffa200; mso-padding-alt: 12px 48px" bgcolor="#ffa200"><a style="display: inline-block; padding-top: 16px; padding-bottom: 16px; text-decoration: none; color: #333333; font-size: 16px;" href="{{link}}" target="_blank">Verify Here</a></th>-->
394
+ <!-- </tr>-->
395
+ <!-- </tbody>-->
396
+ <!-- </table>-->
397
+ <!-- </td>-->
398
+ <!-- </tr>-->
399
+ </tbody>
400
+ </table>
401
+ </td>
402
+ </tr>
403
+ </tbody>
404
+ </table>
405
+ </td>
406
+ </tr>
407
+ </tbody>
408
+ </table>
409
+ <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(255, 255, 255);" width="600" bgcolor="#ffffff">
410
+ <tbody>
411
+ <tr>
412
+ <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%">
413
+ <table cellspacing="0" cellpadding="0" style="overflow: hidden; width: 100%;" width="100%">
414
+ <tbody>
415
+ <tr>
416
+ <td align="center" style="text-align: center; border-radius: 0px" class="sm-px-0">
417
+ <p style="font-size: 16px; margin: 0 0 12px 0; line-height: 1.6; font-family: -apple-system, 'Segoe UI', sans-serif; color: #222;"><a target="_blank" rel="noopener noreferrer nofollow" href="http://127.0.0.1:5000" style="font-size: 12px; text-decoration: none; color: #2d3042;"><span style="color: #787474">Unsubscribe from this list.</span></a></p>
418
+ </td>
419
+ </tr>
420
+ </tbody>
421
+ </table>
422
+ </td>
423
+ </tr>
424
+ </tbody>
425
+ </table>
426
+ </td>
427
+ </tr>
428
+ </tbody>
429
+ </table>
430
+ </body>
431
+ </html>