-
Notifications
You must be signed in to change notification settings - Fork 6
/
newsletter.html
75 lines (62 loc) · 2.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="canonical" href="https://rchain.coop/newsletter.html"></link>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6B7FD7W88H"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-6B7FD7W88H');
</script>
<script src="/js/jquery-3.3.1.min.js"></script>
<title>RChain | newsletter</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" charset="UTF-8">
<meta name="google-site-verification" content="NvXu2Qnyi90bS-ubPtaorKKja1_p8SHfQ0zPoqG0sIg" />
<link rel='stylesheet' href='/css/layout.css?version=5' />
<link rel='stylesheet' href='/css/style.css?version=1' />
<link rel="shortcut icon" href="assets/favicon-red.png" />
<meta property="og:title" content="Ecosystem" />
<meta property="og:type" content="website" />
<meta name="description" content="" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://rchain.coop/portfolio" />
<meta property="og:image" content="" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Ecosystem" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="https://rchain.coop/portfolio" />
<meta name="twitter:description" content="" />
</head>
<body>
<header>
</header>
<div class="bodyWrapper">
<div class="rchainSectionTop red">
<div class="section">
</div>
</div>
<div class="section">
<div class="textWrapper">
<h2>Newsletter</h2>
<p>Subscribe and receive weekly updates. For past updates, visit our Blog.</p>
</div>
<form id="newsletterForm">
<div class="inputWrapper">
<label for="email"><br>Sign up for our newsletter</label><br>
</div>
<script async data-uid="fcea247476" src="https://rchain-cooperative.ck.page/fcea247476/index.js"></script>
<!-- <div class="inputWrapper">
<label for="email">Sign up for our newsletter</label><br>
<input type="text" placeholder="Email" name="email" class="text" id="email" required>
</div>
<button id="newsletterSubmit">Subscribe</button> -->
</form>
</div>
<div id="footer"></div>
<script src="/js/rchain.coop_Browser.js"></script>
<script src="/js/homepage_Browser.js"></script>
<script src="/js/navAndFooter.js?version=11"></script>
</body>
</html>