-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
127 lines (111 loc) · 5.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Primeminder</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="css/agency.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Header -->
<header class="masthead">
<div class="container">
<div class="intro-text">
<div class="intro-heading">Twitch Prime Reminder Emails</div>
<div class="intro-lead-in">Straight To Your Inbox Every Month</div>
<div class="col-sm-4 offset-sm-4">
<form action="MAIL_FORM_SIGNUP_URL_HERE" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" ta
rget="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<input type="email" style="text-align:center;" value="" name="EMAIL" class="form-control form-con
trol-lg" id="mce-EMAIL" placeholder="email address" required>
<!-- 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_ba5
496285d16c488369648029_8bd30db664" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe For Free" name="subscribe" id="mc-embedd
ed-subscribe" class="btn btn-xl"></div>
</div>
</form>
</div>
</div>
</div>
</header>
<!-- Support Us -->
<section id="supportus">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Support Us</h2>
<h3 class="section-subheading text-primary">This free service is supported by Amazon affiliate purchases, sponsors, and direct financial support</h3>
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-exclamation fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">No sponsor This month</h4>
<p class="text-primary">Interested in sponsoring the site this month and getting your company's logo in our monthly email? Contact us ([email protected]) for details.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-amazon fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading"><a href="INSERT AMAZON LINK HERE">Support us on Amazon here (CA, DE, UK, US)</a></h4>
<p class="text-primary">We are a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for us to earn fees by linking to Amazon.com and affiliated sites.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-usd fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Direct Support</h4>
<p class="text-primary">Are you a streamer or user that finds value in this service? If so we'd be grateful for your direct financial support. You can also support us if you use the Brave browser.</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">Copyright © Primeminder 2018</span>
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li class="list-inline-item">
<a href="https://primeminder.com/privacy.html">Privacy Policy</a>
</li>
<li class="list-inline-item">
<a href="https://primeminder.com/terms.html">Terms of Service</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/agency.min.js"></script>
<!-- Amazon OneLink code -->
<div id="ONELINK_ID"></div><script async src="ONELINK_URL"></script>
</body>
</html>