-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (71 loc) · 4.16 KB
/
index.html
File metadata and controls
91 lines (71 loc) · 4.16 KB
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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<script>(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement)</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTTPS Weekly Newsletter.</title>
<meta name="keywords" content="HTTPS, TLS, SSL, Newsletter, Weekly">
<meta name="description" content="An almost weekly newsletter for HTTPS / TLS / SSL news">
<!-- favicon etc. generated from /images/logo.png with realfavicongenerator.net -->
<!-- TODO -->
<link href="https://fonts.googleapis.com/css?family=Alfa+Slab+One|Lato:400,400i" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/normalize.css@5.0.0/normalize.css">
<link rel="stylesheet" href="/css/site.css">
</head>
<body>
<header>
<h1>HTTPS Weekly</h1>
<p>An <em>almost</em> weekly newsletter for HTTPS news.</p>
</header>
<main>
<!-- Sign up -->
<h2>Sign up - <small><em>No spam & unsubscribe anytime easily</em></small></h2>
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup" class="newsletter block">
<form action="https://movingtohttps.us2.list-manage.com/subscribe/post?u=56c058814106f136ddb75fcb8&id=c839725f83" method="post" target="_blank">
<div id="mc_embed_signup_scroll">
<!--<p><label for="mce-EMAIL">Join the community for updates:</label></p>-->
<p class="mc-field-group">
<input type="email" placeholder="Email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
<button name="subscribe" id="mc-embedded-subscribe" class="button">Subscribe</button>
</p>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_56c058814106f136ddb75fcb8_c839725f83" tabindex="-1" value=""></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
<!-- Share links will show here -->
<h2>Share our newsletter</h2>
<div class="addthis_inline_share_toolbox"></div>
<!-- Archive -->
<h2>Previous issues</h2>
<script src="https://movingtohttps.us2.list-manage.com/generate-js/?u=56c058814106f136ddb75fcb8&fid=38825&show=10" type="text/javascript"></script>
<!-- Tips -->
<h2>Tips</h2>
<p>Got some HTTPS news worth sharing? let us know: <a href="mailto:tips@movingtohttps.com?subject=HTTPS%20Weekly%20Tip">tips@movingtohttps.com</a> or open an issue over on <a href="https://github.com/MovingToHTTPS/httpsweekly.com/issues">GitHub</a>.</p>
</main>
<footer class="footer">
<p>
<small>Built and published by <a href="https://twitter.com/stilliard">Andrew</a> for <a href="https://twitter.com/MovingToHttps">@movingtoHTTPS</a> / <a href="https://movingtohttps.com/">movingtohttps.com</a>
<br>This site is <a href="https://github.com/MovingToHTTPS/httpsweekly.com">open source</a> and hosted thanks to GitHub.</small>
</p>
</footer>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-90554746-3', 'auto');
ga('send', 'pageview');
</script>
<!-- AddThis sharing icons -->
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<script src="https://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-58ffc85a5687a717"></script>
</body>
</html>