This repository has been archived by the owner on Jul 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
258 lines (249 loc) Β· 8.82 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
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
252
253
254
255
256
257
258
<!doctype html>
<html class="no-js rad" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ask Courier</title>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="https://assets.easilydo.com/css/rad.css" />
<link rel="stylesheet" href="https://assets.easilydo.com/css/vendor.css" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Lato|Libre+Baskerville">
<link href='https://fonts.googleapis.com/css?family=Oleo+Script:400,700' rel='stylesheet' type='text/css'>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<style>
#faq .light-grey-background{
background-color: #f9f9f9;
}
.hero{
background-image: url();
position: relative;
overflow: hidden;
padding-top:100px;
padding-bottom: 300px;
}
.courier-fox{
position:absolute;
bottom: -40px;
width: 300px;
left: 50%;
margin-left: -150px;
z-index: 2
}
.bubble
{
position: relative;
width: 300px;
height: auto;
padding-top: 40px;
padding-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
background: #2998ff;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
color:#fff;
}
.bubble:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 22px 0;
border-color: #2998ff transparent;
display: block;
width: 0;
z-index: 1;
bottom: -15px;
left: 198px;
}
h1.fancy {
font-family: 'Oleo Script', cursive;
font-weight: bold;
color: #e0eff2;
text-shadow: -2px 2px 0 #3a50d9, -2px 2px 0 #0a0e27;
font-size: 200px;
text-transform: lowercase;
line-height: 0;
margin-bottom: 90px;
}
.messenger-color{
color:#2998ff;
}
.messenger-background{
background-color:#2998ff;
}
.secondary-background{
background-color:indigo;
}
.max-width-container{
max-width: 900px;
}
.mini-courier{
position: absolute;
bottom: -50px;
right: 20px;
width: 200px;
display:none;
}
.primary-background{
background-color: #2998ff;
}
.primary-color{
color: #2998ff;
}
#navigation-scrolled{
display: none !important;
}
.centered-container{
margin:auto;
}
li{
color:#fff;
line-height:40px;
}
ul{
margin-top:20px;
}
@media only screen and (max-width: 800px) {
video{
display:none;
}
h1.fancy {
font-size:100px;
margin-bottom:50px;
}
.mini-courier{
display: none;
}
.centered-container{
margin:auto;
margin-left:auto;
text-align: center;
margin-bottom: 100px;
}
.small-left{
text-align:left;
}
}
@media only screen and (min-width: 2000px) {
.mini-courier{
display:block;
}
}
</style>
</head>
<body class="light-grey-background">
<div class="hero primary-background extra-large-padding centered-text background-image" style="background-image:url(assets/img/courier-background.jpg);">
<h1 class="white fancy">Courier</h1>
<h3 class="white">"A nimble messenger that tracks your deliveries for you."</h3>
<div class="large-padding">
<div class="fb-messengermessageus"
messenger_app_id="1729263877318547"
page_id="212616005796730"
color="white"
size="xlarge" >
</div>
</div>
<img class="courier-fox" src="assets/img/courier.png" />
</div>
<div class="large-padding">
<div class="max-width-container shadow-light">
<video loop muted autoplay style="width: 100%;">
<source src="https://player.vimeo.com/external/191711933.hd.mp4?s=b6ae07dd93155a0fa59de263d81e93971d4ce9c1&profile_id=119" type="video/mp4">
</video>
<div class="white-background large-padding" style="padding-top:100px; padding-bottom:100px;">
<div class="flex">
<div class="small-12 medium-6 flex small-centered-text">
<div class="centered-container large-padding">
<h4 class="no-margin">Want to know where your shipments are?</h4>
<h1 class="thin no-margin" style="text-transform: capitalize;">Ask Courier</h1>
<h3>Tracking your packages just got easier. Courier intelligently scans your email for tracking numbers to save you from the hassle of searching your inbox. When you want to know more about your upcoming deliveries, all you have to do is ask.
</h3>
</div>
</div>
<div class="small-12 medium-6 centered">
<img class="full-width" src="assets/img/screen.png" />
</div>
</div>
</div>
<div class="secondary-background large-padding" style="position:relative; overflow:hidden;">
<div class="flex">
<div class="small-12 medium-6 centered">
<img class="three-quarter-width" src="assets/img/packages.png" />
</div>
<div class="small-12 medium-6 flex small-centered-text">
<div class="centered-container">
<h4 class="white no-margin">What packages are arriving tomorrow?</h4>
<h1 class="thin no-margin white" style="text-transform: capitalize; line-height: 1;">Courier is your nimble package tracker offering features to:</h1>
<h3>
<ul class="small-left">
<li>Alert you when a package is delivered</li>
<li>Share updates about where your package is in transit</li>
<li>Find receipts from previous packages delivered</li>
</ul>
</h3>
</div>
</div>
</div>
<img class="mini-courier" src="assets/img/courier.png" />
</div>
<div class="messenger-background" style="padding-top:100px; padding-bottom:100px;">
<div class="max-width-container centered" style="max-width:800px;">
<img class="icon-200" src="assets/img/courier-icon.png" />
<h1 class="white no-margin thin" style="text-transform:capitalize !important;">Keep up with Courier</h1>
<p class="white">Now Available on Facebook Messenger</p>
<div class="large-padding">
<div class="fb-messengermessageus"
messenger_app_id="1729263877318547"
page_id="212616005796730"
color="white"
size="xlarge" >
</div>
</div>
</div>
</div>
<div class="large-padding white-background small-centered">
<div class="flex">
<div class="small-12 medium-9">
<h2 class="dark-grey thin subheading">Have questions or need help?</h2>
</div>
<div class="small-12 medium-3">
<a href="http://support.askcourier.com" target="_blank" class="button primary-background white" style="color:#fff !important;">Visit Help Center</a>
</div>
</div>
</div>
</div>
</div>
<div class="white-background small-padding centered"><p class="grey subheading">Courier is a <a href="http://easilydomail.com">EasilyDo</a> BETA Experiment <br /> from EasilyDo Labs. Want to be the first to know more about Courier updates? Join our <a target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLScT6b827M3fZKbPdYm2iOSWU-vZuJY5MmFCck-8JC4gJM4KoQ/viewform?c=0&w=1">Beta group</a> for early access to future developments.
</p></div>
<script src="https://assets.easilydo.com/js/rad.js"></script>
<script src="https://assets.easilydo.com/js/svg-injector.js"></script>
<script src="js/main.js"></script>
<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-27772284-7', 'auto');
ga('send', 'pageview');
</script>
<script>
window.fbAsyncInit = function() {
FB.init({
appId: "1729263877318547",
xfbml: true,
version: "v2.6"
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) { return; }
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
</body>
</html>