-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
525 lines (479 loc) · 13.4 KB
/
index.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
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Newsreader:opsz,wght@6..72,400;6..72,700&display=swap" rel="stylesheet">
<title>Insight HTML Email Template</title>
<style type="text/css">
body {
margin: 0;
background-color: #cccccc;
font-size: 15px;
}
table {
border-spacing: 0;
}
td {
padding: 0;
}
img {
border: 0;
}
a.light
{
text-decoration: none;
color: #11223C !important;
}
a.light:hover
{
text-decoration: underline;
}
a.dark
{
color: #fff !important;
}
a.dark:hover
{
font-weight: bold;
}
.wrapper
{
width: 100%;
table-layout: fixed;
background-color: #cccc;
padding-bottom: 60px;
}
.main
{
background-color: #fff;
margin: 0 auto;
width: 100%;
max-width: 600px;
border-spacing: 0;
font-family: 'Montserrat',sans-serif;
color: #4a4a4a;
line-height: 1.25rem;
}
.two-columns
{
text-align: center;
font-size: 0;
}
.two-columns .column
{
width: 100%;
max-width: 300px;
display: inline-block;
vertical-align: top;
}
.two-columns-mult
{
text-align: center;
font-size: 0;
padding-bottom: 10px;
}
.two-columns-mult .column
{
width: 100%;
max-width: 200px;
display: inline-block;
vertical-align: top;
}
.button
{
background-color: #224582;
color: #fff !important;
text-decoration: none;
padding: 12px 20px;
font-weight: bold;
border-radius: 5px;
}
.button:hover
{
background-color: #11223C;
color: #fff !important;
}
.three-columns
{
text-align: center;
font-size: 0;
padding: 0 0 20px;
}
.three-columns .column
{
width: 100%;
max-width: 200px;
display: inline-block;
vertical-align: top;
}
.three-columns .padding
{
padding: 15px;
}
.three-columns .content
{
font-size: 15px;
}
.two-columns.last
{
padding: 35px 0;
}
.two-columns .padding
{
padding: 0 20px;
}
.two-columns .content
{
font-size: 15px;
line-height: 20px;
text-align: left;
}
.two-columns-mult .padding
{
padding: 0 20px;
}
.two-columns-mult .content
{
font-size: 15px;
line-height: 20px;
text-align: left;
}
</style>
</head>
<body>
<center class="wrapper">
<table class="main" width="100%">
<!-- DATE SECTION -->
<tr>
<td style="padding: 10px 20px 0;text-align: right;">September 02, 2023</td>
</tr>
<!-- BANNER IMAGE -->
<tr>
<td style="padding-bottom: 20px;">
<table width="100%">
<tr>
<td style="padding: 0 20px;">
<a href="#"><img src="img/header.jpg" alt="" width="600" style="max-width: 100%;"></a>
</td>
</tr>
</table>
</td>
</tr>
<!-- HERO SECTION -->
<tr>
<td style="font-family: 'Newsreader', serif;padding: 10px 20px;font-weight: bold; font-size: 38px;line-height: 2rem;"><b>DO MORE WITH SNIPCSS</b></td>
</tr>
<tr>
<td>
<table width="100%">
<tr>
<td class="two-columns">
<table class="column">
<tr>
<td class="padding">
<table class="content">
<tr>
<td>
<a href="#"><img src="img/hero_kiwi.jpg" alt="" width="260" style="max-width: 260px;"></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table class="column">
<tr>
<td class="padding">
<table class="content">
<tr>
<td>
<p><span style="font-weight: bold; font-size: 24px;">O</span>ur team made some improvement in the extension, working on its effectiveness in extracting the snipped codes and adding more tools that would assist you in creating your projects.
</p>
<p>Snip any design from any existing website with cleaner codes and generate unique class names to prevent overriding of css properties when combining different snippets.</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="padding: 0 20px;">
<p style="margin-top: 0;">
Other than that, we also added some useful tools, and a directory of pre-made snipped templates that would make your editing more convenient. We also add blogs for your reference in using SnipCSS.
</p>
</td>
</tr>
</table>
</td>
</tr>
<!-- NEW TOOLS SECTION -->
<tr>
<td>
<table width="100%">
<tr>
<td style="font-family: 'Newsreader', serif;padding: 20px 20px 10px;font-weight: bold; font-size: 28px;">
New Tools <img src="img/sparkle.png" alt="">
<hr style="margin-bottom: 0;">
</td>
</tr>
<tr>
<td class="three-columns">
<table class="column">
<tr>
<td class="padding">
<table class="content">
<tr>
<td>
<img src="img/feat_01.jpg" width="170" alt="" style="max-width: 170;">
</td>
</tr>
<tr>
<td>
<p style="text-align: left;"><b>Replace the image with AI</b> that is with the section that you snipped.<br> Just enter texts in the prompt command and it will generate a free-copyright image.</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table class="column">
<tr>
<td class="padding">
<table class="content">
<tr>
<td>
<img src="img/feat_02.jpg" width="170" alt="" style="max-width: 170;">
</td>
</tr>
<tr>
<td>
<p style="text-align: left;"><b>Replace the font style </b> with ease. Import any google font style from our tools and it will replace the existing font import and font-family css code.</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table class="column">
<tr>
<td class="padding">
<table class="content">
<tr>
<td>
<img src="img/feat_03.jpg" width="170" alt="" style="max-width: 170;">
</td>
</tr>
<tr>
<td>
<p style="text-align: left;"><b>Replace the icon and color </b> and it will replace the html and css code.</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- BLOGS SECTION -->
<tr>
<td style="padding: 0 20px;">
<table width="100%" style="border: 2px solid #000; padding: 10px 0;">
<tr>
<td style="font-family: 'Newsreader', serif;padding: 20px 20px;font-weight: bold; font-size: 28px;">Blogs</td>
</tr>
<tr>
<td class="two-columns-mult">
<table class="column">
<td>
<td>
<table class="content">
<tr>
<td>
<img src="img/blog-02.jpg" alt="" width="200px">
</td>
</tr>
</table>
</td>
</td>
</table>
<table class="column" style="max-width: 320px; padding: 0 10px;">
<tr>
<td>
<table class="content" width="100%" style="max-width: 300px;">
<tr>
<td style="padding:10px 0;font-size: 20px; font-weight: bold;line-height: 1.5rem;;">Update: What's new on version 1.7.2?</td>
</tr>
<tr>
<td style="text-align: right;height: 4rem; vertical-align: bottom;">
<a class="light" href="https://www.snipcss.com/news/whats-new-in-snipcss-172"> Read More >></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="two-columns-mult">
<table class="column">
<td>
<td>
<table class="content">
<tr>
<td>
<img src="img/blog-01.jpg" alt="" width="200px">
</td>
</tr>
</table>
</td>
</td>
</table>
<table class="column" style="max-width: 320px;padding: 0 10px;">
<tr>
<td>
<table class="content" width="100%" style="max-width: 300px;">
<tr>
<td style="padding:10px 0;font-size: 20px; font-weight: bold;line-height: 1.5rem;;">SnipCSS Pro Options Explained</td>
</tr>
<tr>
<td style="text-align: right;height: 4rem; vertical-align: bottom;">
<a class="light" href="https://www.snipcss.com/news/snipcss-pro-options-explained"> Read More >></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="two-columns-mult">
<table class="column">
<td>
<td>
<table class="content">
<tr>
<td>
<img src="img/blog-03.jpg" alt="" width="200px">
</td>
</tr>
</table>
</td>
</td>
</table>
<table class="column" style="max-width: 320px;padding: 0 10px;">
<tr>
<td>
<table class="content" width="100%" style="max-width: 500px;">
<tr>
<td style="padding:10px 0;font-size: 20px; font-weight: bold;line-height: 1.5rem;;">Tutorial: How to use SnipCSS?</td>
</tr>
<tr>
<td style="text-align: right;height: 4rem; vertical-align: bottom;">
<a class="light" href="https://www.snipcss.com/news/how-to-use-snipcss"> Read More >></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- DIRECTORY SECTION -->
<tr>
<td style="padding: 20px 0;">
<table width="100%">
<tr>
<td style="font-family: 'Newsreader', serif;padding: 20px;font-weight: bold; font-size: 28px;">Directory
<hr style="margin-bottom: 0;">
</td>
</tr>
<tr>
<td class="two-columns">
<table class="column" style="padding: 10px 0;">
<tr>
<td class="padding">
<table class="content">
<tr>
<td>
<a href="#"><img src="img/directory.jpg" alt="" width="260" style="max-width: 260px;"></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table class="column" style="padding: 10px 0;">
<tr>
<td class="padding">
<table class="content">
<tr>
<td>
No time to look for good snippets? We got your back! With snipcss, we also added the directory where hand pick snippets are ready for you to download or convert to different frameworks. We upload new snipped templates every week.
</td>
</tr>
<tr>
<td style="padding-top: 20px;">
<a href="https://templates.snipcss.com/" class="button">Go to Directory</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- FOOTER SECTION -->
<tr>
<td style="padding: 10px 20px;background-color: #16263E;color: #9CABC3;">
<table width="100%">
<tr>
<td>
<p>Thank you for reading our newsletter. So far, snipcss has improved so much. Look forward to the next incoming versions as we have a lot more feature plans in the future.
</p>
<p>
Message us with your feedback, we would love to hear from you.
</p>
</td>
</tr>
<tr>
<td>
<small>
SnipCSS <br>
Productive Mark LLC <br>
Chicago, IL 60661, USA <br>
All rights reserved 2023
</small>
</td>
</tr>
<tr>
<td style="padding: 20px 0;">
<a href="#"><img src="img/skill-icons_twitter.png" alt="Twitter" style="width: 30px;"></a>
</td>
</tr>
<tr>
<td>
<small><p>You're subscribed to the SnipCSS mailing list. <a class="dark" href="#">Unsubscribe</a></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</body>
</html>