-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubscribe.html
78 lines (69 loc) · 4.42 KB
/
subscribe.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
<!DOCTYPE html>
<html lang="en-US" prefix="og: http://ogp.me/ns#" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" itemscope itemtype="http://schema.org/Article">
<head>
<title>Subscribe - Denzil Doyle</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="author" href="https://plus.google.com/u/0/+DenzilDoyle/posts"/>
<meta name="description" content="Recieve emails on inspiration, new articles, exclusive updates on projects and products I’m working on, tips for developers, designers, makers and builders."/>
<meta name="keywords" content="Denzil Doyle, Trinidad, TnT, Web, Website, Mobile, CSS, HTML, PHP, Ionic, Angular, Sketch, UI, UX, Design, SASS, Frontend, SEO, Software, App, Application, Developer, wordpress"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#222222">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#222222">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#222222">
<meta name="og:title" content="Subscribe">
<meta name="og:image" content="http://articles.denzildoyle.me/images/og-image.jpg">
<meta name="og:type" content="website">
<meta name="og:url" content="">
<meta name="og:site_name" content="Subscribe">
<meta name="og:description" content="Recieve emails on inspiration, new articles, exclusive updates on projects and products I’m working on, tips for developers, designers, makers and builders.">
<meta name="fb:app_id" content="418424125168698">
<!-- CSS Files comes here -->
<link rel="stylesheet" href="css/styles.css" rel="stylesheet" media="screen">
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<meta name="bingbot" content="index, follow" />
<meta name="yahoo-verticalcrawler" content="index, follow" />
<meta name="yahoo! slurp" content="index, follow" />
<meta name="msnbot" content="index, follow" />
<meta name="scooter" content="index, follow" />
<meta name="boitho.com-dc" content="index, follow" />
<meta name="sohu-search" content="index, follow" />
<!-- 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-38539184-5', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
</head>
<body>
<section id="subscribe">
<div class="vertical-center">
<div class="grid-container">
<form class="col-6" action="//denzildoyle.us10.list-manage.com/subscribe/post?u=e0400665d26ade2c30eb26cf7&id=8da2d4f3ab" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank">
<a href="index.html"><img class="logo" src="images/logo.png"></a>
<h2>Hey, thanks for wanting to subscribe.</h2>
<p>By filling out the form below, you'll become a part of my personal email list.
<!-- Recieve an email from me every other Sunday night just in time to motivated and inspired for Monday. -->
Recieve emails on inspiration, new articles, exclusive updates on projects and products I’m working on, tips for developers, designers, makers and builders.</p>
<div class="mc-field-group">
<input type="email" value="" placeholder="e-mail address" name="EMAIL" class="required email" id="mce-EMAIL" required>
</div>
<div class="mc-field-group">
<input type="text" value="" placeholder="first name" name="FNAME" class="" id="mce-FNAME"required>
</div>
<input type="text" name="b_e0400665d26ade2c30eb26cf7_8da2d4f3ab" tabindex="-1" value="" hidden>
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
</form>
</div>
</div>
</section>
</body>
</html>