This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
601 lines (588 loc) · 30.8 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
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
<!doctype html>
<html lang="en" style="scroll-behavior: smooth;">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<!-- font awesome 5 free -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!-- Poppins font from Google -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/root.css">
<link rel="stylesheet" href="./css/block-2.css">
<link rel="stylesheet" href="./css/block-3.css">
<link rel="stylesheet" href="./css/block-39.css">
<link rel="stylesheet" href="./css/block-43.css">
<link rel="stylesheet" href="./css/block-28.css">
<link rel="stylesheet" href="./css/block-29.style-3.css">
<link rel="stylesheet" href="./css/block-48.css">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MQ28N2K');</script>
<!-- End Google Tag Manager -->
<title>The user friendly way to get things done on AWS® SES and more</title>
<meta name="description" content="See and test your SES templates, see email send stats, read eml files, get unlimited email addresses, and more with our user friendly interface to AWS® SES. No account needed! Try the demo, subscribe at $6 per month.">
<script src="https://gumroad.com/js/gumroad.js"></script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MQ28N2K"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="main-div">
<div class="hero-with-shape overflow-hidden">
<header class="hero container-fluid position-relative">
<nav class="hero-nav position-relative container mx-auto px-0">
<ul class="nav w-100 list-unstyled align-items-center p-0">
<li class="hero-nav__item">
<!-- <a class="navbar-item is-small title" href="/"><img width="112" height="28" src="../images/logo-shape.svg" alt="our logo"></a> -->
<a class="navbar-item is-small title" href="/"><img width="100" height="48" src="../images/zeer0.png" alt="our logo"></a>
</li>
<li id="hero-menu" class="flex-grow-1 hero__nav-list hero__nav-list--mobile-menu ft-menu">
<ul
class="hero__menu-content nav flex-column flex-lg-row ft-menu__slider animated list-unstyled p-2 p-lg-0">
<!-- YOU CAN UNCOMMENT THIS -->
<!--<li class="hero-nav__item">
<a href="#" class="hero-nav__link">Product</a>
</li> -->
<li class="flex-grow-1">
<ul
class="nav nav--lg-side flex-column-reverse flex-lg-row-reverse list-unstyled align-items-center p-0">
<li class="hero-nav__item">
<a href="/templates" class="btn btn-primary">
See your SES Templates
<i class="fas fa-arrow-right"></i>
</a>
</li>
<li class="hero-nav__item">
<a href="https://gum.co/fZLjG" class="hero-nav__link" data-toggle="tooltip" title="Pricing" target="_blank" data-gumroad-single-product="true"> Subscribe</a>
</li>
<li class="hero-nav__item">
<a href="#kb" class="hero-nav__link" data-toggle="tooltip" title="Knowledge Base"><i class="fas fa-graduation-cap"></i> Videos</a>
</li>
<li class="hero-nav__item">
<a href="#products" class="hero-nav__link" data-toggle="tooltip" title="Products"><i class="fas fa-list-ul"></i> Products</a>
</li>
<li class="hero-nav__item">
<a href="#faqs" class="hero-nav__link"><i class="far fa-question-circle" data-toggle="tooltip" title="FAQs"></i> FAQs</a>
</li>
<li class="hero-nav__item">
<a href="/b" target="_blank" class="hero-nav__link"><i class="fas fa-quote-left" data-toggle="tooltip" title="Blog"> </i> Blog</a>
</li>
<li class="hero-nav__item">
<a href="#contact" class="hero-nav__link"><i class="fas fa-envelope" data-toggle="tooltip" title="Contact"></i> Contact</a>
</li>
</ul>
</li>
</ul>
<button onclick="document.querySelector('#hero-menu').classList.toggle('ft-menu--js-show')"
class="ft-menu__close-btn animated">
<svg class="bi bi-x" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M11.854 4.146a.5.5 0 010 .708l-7 7a.5.5 0 01-.708-.708l7-7a.5.5 0 01.708 0z" clip-rule="evenodd" />
<path fill-rule="evenodd" d="M4.146 4.146a.5.5 0 000 .708l7 7a.5.5 0 00.708-.708l-7-7a.5.5 0 00-.708 0z"
clip-rule="evenodd" />
</svg>
</button>
</li>
<li class="d-lg-none flex-grow-1 d-flex flex-row-reverse hero-nav__item">
<button onclick="document.querySelector('#hero-menu').classList.toggle('ft-menu--js-show')"
class="text-center px-2">
<i class="fas fa-bars"></i>
</button>
</li>
</ul>
</nav>
<div class="hero__content container px-0 flex-grow-1 d-flex align-items-center mx-auto">
<div class="text-center col-lg-8 px-0 mx-auto">
<h1 class="hero__title mb-3">
<p>Why does working with </p><p><span class="highlight">AWS<super>®</super></span> SES suck so bad?</p>
</h1>
<p class="hero__paragraph mb-5">
Simple, intuitive, and safe AWS<super>®</super> tools that even <span class="highlight">Becky from Biz Dev</span> and <span class="highlight">Paulie from Product Management</span> can use.
</p>
<div>
<a class="btn btn-primary" href="/templates">
See your SES Templates
<i class="fas fa-arrow-right"></i>
</a>
<p><a href="#products">View our other SES utilities</a></p>
</div>
<div><br><p style="font-size: .8rem"><super><em>(Hey, fyi, this website is not affliated to AWS)</em></super></p></div>
</div>
</div>
<div class="d-none d-lg-block pattern pattern--primary pattern--left-bottom">
<!-- SVG Pattern generated by 𝕭𝖊𝖆𝖚𝖙𝖎𝖋𝖚𝖑 𝕯𝖎𝖓𝖌𝖇𝖆𝖙𝖘 -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%">
<defs>
<pattern id="pattern" width="19" height="19" viewBox="0 0 40 40" patternUnits="userSpaceOnUse"
patternTransform="rotate(90)">
<rect id="pattern-background" x="0" y="0" width="400%" height="400%" fill="transparent" />
<circle cx="20" cy="20" r="4" fill="currentColor" stroke="currentColor" stroke-width="0" />
<circle cx="20" cy="20" r="0" fill="currentColor" stroke="currentColor" stroke-width="0" />
</pattern>
</defs>
<rect fill="url(#pattern)" height="100%" width="100%" y="0" x="0" />
</svg>
</div>
<div class="d-none d-lg-block pattern pattern--primary pattern--right">
<!-- SVG Pattern generated by 𝕭𝖊𝖆𝖚𝖙𝖎𝖋𝖚𝖑 𝕯𝖎𝖓𝖌𝖇𝖆𝖙𝖘 -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%">
<defs>
<pattern id="pattern" width="19" height="19" viewBox="0 0 40 40" patternUnits="userSpaceOnUse"
patternTransform="rotate(90)">
<rect id="pattern-background" x="0" y="0" width="400%" height="400%" fill="transparent" />
<circle cx="20" cy="20" r="4" fill="currentColor" stroke="currentColor" stroke-width="0" />
<circle cx="20" cy="20" r="0" fill="currentColor" stroke="currentColor" stroke-width="0" />
</pattern>
</defs>
<rect fill="url(#pattern)" height="100%" width="100%" y="0" x="0" />
</svg>
</div>
</header>
<svg class="svg-shape" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1366.3 106.742">
<path fill="currentColor"
d="M1366.3 40.982q-183.405 50.177-274.4 34.984c-90.992-15.193-181.984-45.58-272.975-35.419-90.993 9.78-181.984 61.058-272.976 65.806S363.967 71.218 272.976 50.612C181.983 30.387 90.991 30.387 45.495 30.387L0 26.33V0h1366.3z"
opacity="0.149" />
<path fill="currentColor"
d="M0 40.982q183.405 50.177 274.4 34.984c90.992-15.193 181.984-45.58 272.975-35.419 90.993 9.78 181.984 61.058 272.976 65.806s181.984-35.135 272.975-55.741c90.992-20.226 181.984-20.226 227.48-20.226h45.5V0H0z"
opacity="0.296" />
<path fill="currentColor"
d="M0 27.041q183.405 33.124 274.4 23.1c90.989-10.031 181.981-30.086 272.972-23.379 90.993 6.454 181.984 40.3 272.976 43.431S1002.332 47 1093.324 33.4c90.992-13.35 181.984-13.35 227.48-13.35h45.5V0H0z" />
</svg>
</div>
<div class="steps-block container-fluid space-between-blocks" id="kb">
<div class="container">
<!-- HEADER -->
<div class="block__header col-lg-8 col-xl-7 mx-auto text-center">
<p class="block__pre-title mb-2">Knowledge Base - Short videos showcasing our utilities</p>
<h1 class="block__title mb-3">How do I...?</h1>
</div>
<div class="row align-items-start justify-content-center">
<div class="the-step col-md-6 col-lg-4">
<div class="the-step__symbol-container">
<span class="the-step__symbol">
01
</span>
</div>
<div class="the-step__content">
<h4 class="the-step__title">
View My Templates
</h4>
<p class="the-step__paragraph">
<p>without emailing it to yourself!</p>
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/AjH84ltA36o" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
</div>
</div>
<div class="the-step col-md-6 col-lg-4">
<div class="the-step__symbol-container">
<span class="the-step__symbol">
02
</span>
</div>
<div class="the-step__content">
<h4 class="the-step__title">
Test My templates
</h4>
<p class="the-step__paragraph">
<p>right here in the browser!</p>
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/AjH84ltA36o" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
</div>
</div>
<div class="the-step col-md-6 col-lg-4">
<div class="the-step__symbol-container">
<span class="the-step__symbol">
03
</span>
</div>
<div class="the-step__content">
<h4 class="the-step__title">
View My Email Stats
</h4>
<p class="the-step__paragraph">
<p>And save $1250/month!</p>
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/Vpg86ME-VRY" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="block-3 container space-between-blocks" id="products">
<div class="col-lg-8 col-xl-7 mx-auto text-center mb-5">
<h2 class="block__title">Tools for AWS SES<super>®</super></h2>
</div>
<div class="row align-items-center">
<div class="col-lg-3">
<div class="card-3 text-center" @click="openViewTemplates()">
<span class="card-3__symbol mx-auto mb-4">
<i class="fas fa-align-center"></i>
</span>
<h3 class="card-3__title mb-2">View Templates</h3>
<p class="card-3__paragraph">
View your email Templates in the browser
</p>
</div>
<div class="card-3 text-center" data-toggle="modal" data-target="#comingSoonModal">
<span class="card-3__symbol mx-auto mb-4">
<i class="fas fa-sync-alt"></i>
</span>
<h3 class="card-3__title mb-2">Test a Template</h3>
<p class="card-3__paragraph">
Dry run a template. See how it looks in the browser with real data
</p>
</div>
</div>
<div class="col-lg-5 mx-auto">
<div class="col-lg-7 px-0 pb-5 mx-auto">
<div class="card-3 text-center" @click="gotoContactSection()">
<span class="card-3__symbol mx-auto mb-4">
<i class="fas fa-paper-plane"></i>
</span>
<h3 class="card-3__title mb-2">Unlimited email IDs</h3>
<p class="card-3__paragraph">
Get unlimited email ids on your own domain...like a private Mailinator. <p><a href="#contact"> Contact us using the form below</a>.</p>
<p><span class="highlight"><em>This service is not FREE!</em></span></p>
</p>
</div>
</div>
<div class="col-lg-11 px-0 my-5 mx-auto text-center">
<p class="block__pre-title mb-2">SAFE, FUNCTIONAL</p>
<!-- <h1 class="block__title mb-3">UIs for AWS SES</h1> -->
<p class="block__paragraph mb-5">
Don't let the unusable AWS SES<super>®</super> UI slow you down
</p>
</div>
<div class="col-lg-7 px-0 pt-5 mx-auto">
<div class="card3__disabled text-center">
<span class="card-3__symbol mx-auto mb-4">
<i class="fas fa-globe"></i>
</span>
<h3 class="card-3__title mb-2">Other SES functions</h3>
<p class="card-3__paragraph">
Lorem ipsum buddy
</p>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="card-3 text-center">
<span class="card-3__symbol mx-auto mb-4">
<i class="fas fa-question"></i>
</span>
<h3 class="card-3__title mb-2">Need a new SES tool?</h3>
<p class="card-3__paragraph">
<a href="#contact"> Contact us using the form below</a>.
</p>
</div>
<div class="card-3 text-center" data-toggle="modal" data-target="#comingSoonModal">
<span class="card-3__symbol mx-auto mb-4">
<i class="fas fa-pen"></i>
</span>
<h3 class="card-3__title mb-2">Update a Template</h3>
<p class="card-3__paragraph">
Update a template right here in the browser.
</p>
</div>
</div>
</div>
</div>
<div class="block-39 space-between-blocks" id="faqs">
<div class="container">
<!-- HEADER -->
<div class="col-lg-8 col-xl-7 mx-auto text-center mb-5">
<h1 class="block__title">Frequently Asked Questions</h1>
</div>
<div class="row px-2">
<div class="col-lg-6">
<div class="content-block">
<h4 class="content-block__title">
Why did you build this?
</h4>
<p class="content-block__paragraph">
<p>In my day job, I help manage a startup's AWS infrastructure. </p>
<p>While I want to have my non-tech colleagues do things on their own, I find that that AWS's web interface is basically impossible to safely navigate. At times, the AWS web interface has limited functionality. </p>
<p>For example, AWS's Simple Email Service does not have a place where you can see your email templates in the browser. You have to download the template, then open it in your browser as a <code>file://</code>. Talk about annoying.</p>
</p>
</div>
</div>
<div class="col-lg-6">
<div class="content-block">
<h4 class="content-block__title">
Can I request a specific utility for my team?
</h4>
<p class="content-block__paragraph">
Sure. You can request a UI by <a href="#contact">emailing us</a>. I'll build the more popular ones.
</p>
</div>
</div>
<div class="col-lg-6">
<div class="content-block">
<h4 class="content-block__title">
How secure are my keys?
</h4>
<p class="content-block__paragraph">
<p>As secure as the device you use it on. Let me explain. </p>
<p>This entire website is serverless. I serve it from an S3 bucket so there is no server as such to log your data. I use the AWS javascript sdk to directly connect to AWS without any intermediate hops to perform actions on your behalf.</p>
<p>So, if your browser is safe, e.g., you are not a public workstation, your AWS credentials are also absolutely safe. Here's our <a href="#" data-toggle="modal" data-target="#privacyModal"> privacy policy</a>.</p>
</p>
</div>
</div>
<div class="col-lg-6">
<div class="content-block">
<h4 class="content-block__title">
Can I duplicate this?
</h4>
<p class="content-block__paragraph">
<p>Of course!</p> <p>My source code is hosted on <a href="https://github.com/saiorama/ses-email-client" target="_blank">Github</a> here. Just clone the repo, run <code>http-server .</code> (or any such webserver for static files) on the command line and you'll be good to go.</p>
</p>
</div>
</div>
<div class="col-lg-6">
<div class="content-block">
<h4 class="content-block__title">
Can I contribute?
</h4>
<p class="content-block__paragraph">
<p>Of course!</p> <p>Check out the issues page on my <a href="https://github.com/saiorama/ses-email-client" target="_blank">Github</a> for this project and send me a PR for any issue that you can help with.</p>
</p>
</div>
</div>
<div class="col-lg-6">
<div class="content-block">
<h4 class="content-block__title">
Why is the website called Zeer0?
</h4>
<p class="content-block__paragraph">
<p>Zeer0 because it matches the number of hassles you will face in using these utilities!</p>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="block-28" id="contact">
<div class="container">
<div class="row h-100">
<div class="col-lg-6 h-100 block-28__content-side">
<div class="contact-info">
<h5 class="contact-info__title mb-3">Get in Touch</h5>
<p class="contact-info__paragraph mb-5">
Contact me using this form...
<img src="/images/pointing.webp"></img>
<p><a href="https://giphy.com/gifs/roma-football-soccer-l3vR7u6HBBrAvzb9e">via GIPHY</a></p>
</p>
<!-- <div class="mb-5">
<h6 class="contact-info__title-2 mb-3">COLLABORATE</h6>
<p class="d-flex flex-column">
<span class="contact-info__item mb-2">Support@example.com</span>
<span class="contact-info__item">Fax: (099) 453-1357</span>
</p>
</div>
<div class="mb-5">
<h6 class="contact-info__title-2 mb-3">COLLABORATE</h6>
<p class="d-flex flex-column">
<span class="contact-info__item mb-2">
<i class="fas fa-phone"></i><span class="mx-2">Support@example.com</span>
</span>
<span class="contact-info__item">
<i class="fas fa-envelope"></i><span class="mx-2">Fax: (099) 453-1357</span>
</span>
</p>
</div> -->
</div>
</div>
<div class="col-lg-6 h-100 block-28__form-side">
<form action="https://formspree.io/mrgywpvg" class="contact-form text-center" method="POST">
<div class="contact-form__header mb-5">
<h6 class="contact-form__title mb-3">This form</h6>
<p class="contact-form__paragraph mb-0 mx-auto">
How can I help?
</p>
</div>
<input type="text" class="contact-form__input" name="name" placeholder="Full Name">
<input type="email" class="contact-form__input" name="_replyto" placeholder="Email">
<textarea class="contact-form__input" name="message" placeholder="Message"></textarea>
<button class="btn btn-primary w-100">SEND MESSAGE</button>
</form>
</div>
</div>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="comingSoonModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Ooops!</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="py-5 container px-4 px-sm-5">
<div class="row justify-content-center">
<div class="col-lg-6 col-xl-7 mx-auto mb-3 mb-lg-0">
<p class="block-29__paragraph">
This feature is not yet built BUT I have recorded your interest in this.
</p>
<p class="block-29__paragraph">I'll work on it once I get enough votes!</p>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<!-- <button type="button" class="btn btn-primary">Save changes</button> -->
</div>
</div>
</div>
</div>
<div class="modal fade" id="pricingModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Pricing</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="block-29 py-5 container px-4 px-sm-5">
<div class="row justify-content-center">
<div class="col-lg-6 col-xl-7 mx-auto mb-3 mb-lg-0">
<h4 class="block-29__title mb-3">
It's FREE!
</h4>
<p class="block-29__paragraph">Yup, seriously. It's free!</p>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<!-- <button type="button" class="btn btn-primary">Save changes</button> -->
</div>
</div>
</div>
</div>
<div class="modal fade" id="privacyModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Privacy Policy</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="py-5 container px-1 px-sm-5">
<div class="row">
<div class="col-lg-6 col-xl-7 mx-auto mb-3 mb-lg-0">
<p>- We don't ever receive or store your AWS Key, secret, and region information. It is saved in your browser and sent directly to Amazon AWS to download information relevant to YOU!</p>
<p>- We use Google Analytics to see how our site is being used, not for advertising.</p>
<p>- That's it!</p>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<!-- <button type="button" class="btn btn-primary">Save changes</button> -->
</div>
</div>
</div>
</div>
<div class="block-43 text-center py-5">
<div class="container">
<ul class="block-43__list list-unstyled justify-content-center mb-4">
<li class="block-43__li-1">
<a href="#!" class="block-43__link" data-toggle="modal" data-target="#privacyModal">Privacy Policy</a>
</li>
<li class="block-43__li-1">
<a href="https://twitter.com/zeer0hq" target="_blank" class="block-43__link"><i class="fab fa-twitter"></i> @zeer0hq</a>
</li>
<!-- <li class="block-43__li-1">
<a href="#!" class="block-43__link">Products</a>
</li>
<li class="block-43__li-1">
<a href="#!" class="block-43__link">Account</a>
</li>
</ul>
<ul class="d-flex justify-content-center list-unstyled p-0">
<li class="mx-2">
<a href="#!" class="block-43__link m-0">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="mx-2">
<a href="#!" class="block-43__link m-0">
<i class="fab fa-instagram"></i>
</a>
</li>
<li class="mx-2">
<a href="#!" class="block-43__link m-0">
<i class="fas fa-envelope"></i>
</a>
</li> -->
</ul>
<p class="block-43__copyrights">© 2020 Zeer0.com.</p>
</div>
</div>
</div>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.12"></script>
<script type="text/javascript">
let app = new Vue({
el: "#main-div",
methods: {
openViewTemplates: function(){
window.location.href = "/templates";
},
gotoContactSection: function(){
window.location.href = window.location.href.substring(0, window.location.href.indexOf("#")) + "#contact";
},
}
})
$(document).ready(function(){
// Add smooth scrolling to all links
$("a").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
});
</script>
</body>
</html>