-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfirm.html
More file actions
251 lines (221 loc) · 10.7 KB
/
confirm.html
File metadata and controls
251 lines (221 loc) · 10.7 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
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<head>
<!-- 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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-38551667-3', 'designation.io');
ga('send', 'pageview');
</script>
<title>Please Confirm Your Email</title>
<!--Open graph-->
<meta name="og:title" content="DESIGNATION: Design a new career." />
<meta name="og:type" content="website" />
<meta name="og:url" content="http://designation.io" />
<meta name="og:image" content="http://designation.io/img/icons_social/open_graph.png" />
<meta name="og:site_name" content="DESIGNATION: Design a new career."/>
<meta name="fb:page_id" content="388435334586956" />
<meta name="og:email" content="team@designation.io"/>
<meta name="og:region" content="IL"/>
<meta name="og:country-name" content="USA"/>
<meta name="og:description" content="Become a designer. Learn user experience, web design, and graphic design to build websites, mobile applications, and change careers with Chicago's leading web design program.">
<meta property="fb:admins" content="1289433233">
<!-- Twitter cards -->
<meta name="twitter:card" content="DESIGNATION: Design a new career.">
<meta name="twitter:url" content="http://designation.io">
<meta name="twitter:title" content="DESIGNATION: Design a new career.">
<meta name="twitter:description" content="Become a designer. Learn user experience, web design, and graphic design to build websites, mobile applications, and change careers with Chicago's leading web design program.">
<meta name="twitter:image" content="http://designation.io/img/icons_social/open_graph.png">
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="img/favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="img/favicon/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="144x144" href="img/favicon/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="60x60" href="img/favicon/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="120x120" href="img/favicon/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="76x76" href="img/favicon/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="152x152" href="img/favicon/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="img/favicon/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="img/favicon/favicon-160x160.png" sizes="160x160" />
<link rel="icon" type="image/png" href="img/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="img/favicon/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="img/favicon/favicon-16x16.png" sizes="16x16" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="msapplication-TileImage" content="img/favicon/mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="img/favicon/mstile-70x70.png" />
<meta name="msapplication-square144x144logo" content="img/favicon/mstile-144x144.png" />
<meta name="msapplication-square150x150logo" content="img/favicon/mstile-150x150.png" />
<meta name="msapplication-square310x310logo" content="img/favicon/mstile-310x310.png" />
<meta name="msapplication-wide310x150logo" content="img/favicon/mstile-310x150.png" />
<!-- typekit -->
<script type="text/javascript" src="//use.typekit.net/ezr2vao.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<!-- 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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-38551667-3', 'designation.io');
ga('send', 'pageview');
</script>
<!-- MAILCHIMP GOAL TRACKING -->
<script type="text/javascript">
var $mcGoal = {'settings':{'uuid':'f5c7579668f546f2132350384','dc':'us5'}};
(function() {
var sp = document.createElement('script'); sp.type = 'text/javascript'; sp.async = true; sp.defer = true;
sp.src = ('https:' == document.location.protocol ? 'https://s3.amazonaws.com/downloads.mailchimp.com' : 'http://downloads.mailchimp.com') + '/js/goal.min.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(sp, s);
})();
</script>
</head>
<style type="text/css">
/****** GENERAL ******/
{ margin: 0; padding: 0;
-o-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-webkit-transition: all .3s ease-out;
transition: all .3s ease-out;
}
html, body {
color: #222222;
height: 100%;
width: 100%;
font-size: 1.25em;
font-family: "futura-pt", "Futura Std", "Futura", sans-serif;
font-style: thin;
font-weight: 200;
line-height: 1.45;
}
img {
border: none;
position: relative;
}
strong {
font-weight: bold !important;
}
</style>
<link rel="stylesheet" type="text/css" href="css/shared_designation.css">
<script type="text/javascript" src="js/jquery-1.7.min.js"></script>
<style type="text/css">
.button_twitter {
text-align: center;
text-transform: uppercase;
padding: 10px 30px;
text-decoration: none;
border-radius: 5px;
position: relative;
display: inline-block;
/* Colors */
background: #55acee;
border:1px solid #55acee;
color: #fcfcfc;
-o-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-webkit-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.button_twitter:hover {
color: #fcfcfc;
background: #3ea1ec;
-o-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-webkit-transition: all .3s ease-out;
transition: all .3s ease-out;
-webkit-transform: scale(1.05, 1.05);
-moz-transform: scale(1.05, 1.05);
-ms-transform: scale(1.05, 1.05);
-o-transform: scale(1.05, 1.05);
transform: scale(1.05, 1.05);
}
.button_twitter:active, .button_twitter:focus {
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.button_fb {
text-align: center;
text-transform: uppercase;
padding: 10px 30px;
text-decoration: none;
border-radius: 5px;
position: relative;
display: inline-block;
/* Colors */
background: #2A49A5;
border:1px solid #2A49A5;
color: #fcfcfc;
-o-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-webkit-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.button_fb:hover {
color: #fcfcfc;
background: #254091;
-o-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-webkit-transition: all .3s ease-out;
transition: all .3s ease-out;
-webkit-transform: scale(1.05, 1.05);
-moz-transform: scale(1.05, 1.05);
-ms-transform: scale(1.05, 1.05);
-o-transform: scale(1.05, 1.05);
transform: scale(1.05, 1.05);
}
.button_fb:active, .button_fb:focus {
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
</style>
<div class="main_div" style="width: 90%; margin: 0 5% auto">
<h3 style="text-align:center;padding-bottom: 5px; position: relative">
<img src="img/logo/mark_white(200x200).png" alt="Designation" style="height: 70px; width: 70px; margin: 0 auto; position: relative; text-align: center"><br>
<span class="h">Thanks for being awesome!</span>
</h3>
<p class="h white_lighter" style="text-align:center; margin-top: 10px;">
<span class="-h4">Please be sure to check your inbox to confirm your subscription.</span><br>
</p>
<div class="buttons_holder" style="margin: 0 auto; position: relative; text-align: center; margin-top: 25px;">
<!-- twitter share button -->
<div style="display: inline; margin: 5px; "><a onclick="ga('send', 'event', 'href', 'Follow', 'Clicking the Twitter Follow button after subscribing');" class="button_twitter" style="width: 250px" href="http://twitter.com/designationIO"><img src="img/icons_social/twitter_white_big.png" style="height: 40px; padding: 0; top: 5px;"><span style="position: relative; top: -5px; left: 10px; padding-right: 10px;"><strong>Follow Us</strong></span></a></div> <!-- /twitter share button -->
<!-- FB share button -->
<div style="display: inline; margin: 5px;"><a onclick="ga('send', 'event', 'href', 'Like', 'Clicking the facebook Like button after subscribing');" class="button_fb" style="width: 250px" href="http://facebook.com/designation"><img src="img/icons_social/facebook_white_big.png" style="height: 40px; padding: 0; top: 5px;"><span style="position: relative; top: -5px; left: 10px; padding-right: 10px;"><strong>Like Us</strong></span></a></div> <!-- /FB share button -->
</div>
<div style="text-align: center; margin-top: 20px;" class="-h3">Go to the <a href="index" style="text-decoration: none; color: #fcfcfc; border-bottom: 1px solid #fcfcfc; ">homepage</a>, or wait to be redirected...</div>
</div>
<script type="text/javascript">
var timer = 20; //seconds
website = "index" // redirect back to designation.io main splash page
function delayer() {
window.location = website;
}
setTimeout('delayer()', 1000 * timer);
</script>
<!-- Making text vertically center in the features sections (from http://stackoverflow.com/questions/17715227/vertical-align-using-jquery-for-all-devices)-->
<script type="text/javascript">
jQuery.fn.verticalAlign = function () {
return this
.css("position", "relative")
.css("top",($(this).parent().outerHeight() - $(this).outerHeight())/2 + 'px' )
};
jQuery.fn.verticalAlignScreen = function () {
return this
.css("position", "relative")
.css("top", Math.max(0, (($(window).height() - $(this).outerHeight()) / 2) + $(window).scrollTop()) + "px");
};
$('.main_div').verticalAlign();
</script>