forked from thanhnt-2075/storysea.in
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnewsletter.html
executable file
·90 lines (86 loc) · 5.33 KB
/
newsletter.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Storysea — Newsletter</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="/assets/css/screen.css?v=62ad10baa0">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="canonical" href="" />
<meta name="referrer" content="no-referrer-when-downgrade" />
<!--
<meta property="og:site_name" content="Storysea" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Newsletter" />
<meta property="og:description" content="Thoughts, stories and ideas" />
<meta property="og:url" content="" />
<meta property="og:image" content="https://images.unsplash.com/photo-1504465039710-0f49c0a47eb7?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=2000&fit=max&ixid=eyJhcHBfaWQiOjExNzczfQ" />
<meta property="article:author" content="https://www.facebook.com/ghost" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Newsletter" />
<meta name="twitter:description" content="Thoughts, stories and ideas" />
<meta name="twitter:url" content="" />
<meta name="twitter:image" content="https://images.unsplash.com/photo-1504465039710-0f49c0a47eb7?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=2000&fit=max&ixid=eyJhcHBfaWQiOjExNzczfQ" />
<meta name="twitter:label1" content="Written by" />
<meta name="twitter:data1" content="Marcos Duran" />
<meta name="twitter:site" content="@fuekothemes" />
<meta name="twitter:creator" content="@tryghost" />
<meta property="og:image:width" content="2000" />
<meta property="og:image:height" content="2667" /> -->
<script defer src="/public/members.min.js?v=62ad10baa0"></script>
<meta name="generator" content="Ghost 3.21" />
<link rel="alternate" type="application/rss+xml" title="Storysea" href="" />
</head>
<body class=" global-hash-blue global-hash-dark-version global-hash-details-goldenrod global-hash-full-image global-hash-green global-hash-large global-hash-login-panel-disable global-hash-orange global-hash-post-orange global-hash-post-violet global-hash-red global-hash-violet global-hash-yellow">
<div class="section-page-custom flex">
<div class="page-custom-image" style="background-image: url(https://images.unsplash.com/photo-1504465039710-0f49c0a47eb7?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=2000&fit=max&ixid=eyJhcHBfaWQiOjExNzczfQ)"></div>
<div class="page-custom-wrap">
<div class="page-custom-header">
<a href="index.html">Back to Homepage</a>
</div>
<div class="page-custom-content flex">
<div class="subscribe-wrap">
<form data-members-form="subscribe" class="subscribe-form">
<h3>Newsletter</h3>
<div id="ityped" class="ityped">
<span class="ityped-wrap"></span>
</div>
<div class="form-group">
<input data-members-email class="subscribe-email" placeholder="Your email address" type="email" name="email" aria-label="Your email address" required>
</div>
<button type="submit" class="global-button">Subscribe</button>
</form>
<p class="subscribe-alert-loading">Processing your application</p>
<p class="subscribe-alert-error">There was an error sending the email, please try again</p> <div class="subscribe-success">
<h3>Great!</h3>
Check your inbox and click the link to confirm your subscription
<br>
<a href="" class="global-button">Back to Homepage</a>
</div>
</div>
</div>
<div class="page-custom-footer">
<a href="index.html">Storysea.</a>
<span>Thoughts, stories and ideas.</span>
</div>
</div>
</div>
<script src="/assets/js/ityped.js?v=62ad10baa0"></script>
<script>
/* Custom settings for iTyped.js */
var initTyped = document.getElementById("ityped");
if (initTyped) {
ityped.init(document.querySelector(".ityped-wrap"), {
strings: ['Start your day with Storysea', 'No spam ever, we promise!'],
showCursor: true,
typeSpeed: 150,
startDelay: 500,
backDelay: 5000
});
}
</script>
</body>
</html>