This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignup.html
324 lines (324 loc) · 11.7 KB
/
signup.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
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<title>Sign Up for Officelite</title>
<script>
document.querySelector("html").removeAttribute("class");
</script>
<!--
Directly used the preloaded font family
to prevent producing warning messages in the console
-->
<!-- prettier-ignore -->
<style>@font-face{font-family:"Kumbh Sans";font-style:normal;font-weight:700;font-display:swap;src:local("Kumbh Sans"), local("Kumbh Sans Bold"), local("KumbhSans Bold"), local("KumbhSans-Bold"), url("/fonts/KumbhSansBold.woff2") format("woff2"), url("/fonts/KumbhSansBold.woff") format("woff")}@font-face{font-family:"Kumbh Sans";font-style:normal;font-weight:400;font-display:swap;src:local("Kumbh Sans"), local("Kumbh Sans Regular"), local("KumbhSans Regular"), local("KumbhSans-Regular"), url("/fonts/KumbhSansRegular.woff2") format("woff2"), url("/fonts/KumbhSansRegular.woff") format("woff")}</style>
<link rel="stylesheet" href="/css/style.min.css" />
<!-- Preload Font Family To Prevent Shifting Layout -->
<link
rel="preload"
href="/fonts/KumbhSansBold.woff2"
as="font"
type="font/woff2"
crossorigin
/>
<link
rel="preload"
href="/fonts/KumbhSansRegular.woff2"
as="font"
type="font/woff2"
crossorigin
/>
<script src="/js/app.min.js" defer></script>
<link rel="prefetch" href="/" />
<!-- Favicons -->
<link rel="apple-touch-icon" href="/favicons/apple-touch-icon.png" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicons/favicon-16x16.png"
/>
<link rel="icon" type="image/png" href="/images/frontendmentor.png" />
<link
rel="mask-icon"
href="/favicons/safari-pinned-tab.svg"
color="#5bbad5"
/>
<meta name="msapplication-TileColor" content="#00aba9" />
<meta name="msapplication-config" content="/favicons/browserconfig.xml" />
<meta name="theme-color" content="#ffffff" />
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#ffffff" />
<meta
name="description"
content="Sign Up for Officelite. With Officelite, you can keep remote and distributed teams, as well as your entire organization, focused on their goals, projects, and tasks."
/>
<meta name="url" content="https://officelitetool.netlify.app/signup.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Sign Up for Officelite" />
<meta property="og:site_name" content="Officelite" />
<meta
property="og:description"
content="Sign Up for Officelite. With Officelite, you can keep remote and distributed teams, as well as your entire organization, focused on their goals, projects, and tasks."
/>
<meta
property="og:url"
content="https://officelitetool.netlify.app/signup.html"
/>
<meta
property="og:image"
content="https://officelitetool.netlify.app/design/preview.jpg"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:type" content="image/jpeg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@vanzasetia" />
<meta name="twitter:creator" content="@vanzasetia" />
<meta name="google" content="nositelinkssearchbox" />
<link
rel="canonical"
href="https://officelitetool.netlify.app/signup.html"
/>
<link rel="sitemap" type="application/xml" href="/sitemap.xml" />
<link rel="author" href="https://officelitetool.netlify.app/humans.txt" />
</head>
<body dir="ltr">
<noscript>
<p>Please enable JavaScript on your browser.</p>
</noscript>
<div class="wrapper wrapper--sign-up">
<header class="header">
<div class="container">
<a href="/" class="header__home">
<img
src="/svg/logo.svg"
alt="Officelite - Home"
class="header__logo"
width="155"
height="30"
/>
</a>
</div>
</header>
<main>
<article class="sign-up">
<div class="container">
<div class="sign-up__text">
<h1 class="sign-up__title">Work smarter. Save time.</h1>
<p class="sign-up__description">
Easily manage your projects. Get on the list and receive in-app
perks available only to early subscribers. We are moving into
final development and getting ready for official launch soon.
</p>
<div class="timer timer--light">
<h2 class="timer__title timer__title--light">
Coming
<time
class="timer__date js-coming-soon-time"
datetime="2020-11-04"
>
4 Nov 2020
</time>
</h2>
<p class="timer__container">
<span class="timer__card timer__card--light">
<span class="timer__number js-countdown-days">47</span>
<span class="timer__category timer__category--light">
days
</span>
</span>
<span class="timer__card timer__card--light">
<span class="timer__number js-countdown-hours">07</span>
<span class="timer__category timer__category--light">
hours
</span>
</span>
<span class="timer__card timer__card--light">
<span class="timer__number js-countdown-minutes">56</span>
<span class="timer__category timer__category--light">
min
</span>
</span>
<span class="timer__card timer__card--light">
<span class="timer__number js-countdown-seconds">14</span>
<span class="timer__category timer__category--light">
sec
</span>
</span>
</p>
</div>
</div>
<form
class="sign-up__form form js-form"
name="waiting-list"
method="POST"
netlify-honeypot="bot-field"
data-netlify="true"
>
<p class="hidden">
<label>
Don’t fill this out if you’re human:
<input name="bot-field" type="text" />
</label>
</p>
<div class="form__wrapper">
<label
id="name-label"
class="form__label"
for="name-input"
hidden
>
Name
</label>
<input
type="text"
id="name-input"
class="form__input"
name="name"
placeholder="Name"
required
aria-labelledby="name-label"
/>
</div>
<div class="form__wrapper">
<label
for="email-input"
id="email-label"
class="form__label"
hidden
>
Email Address
</label>
<input
type="email"
id="email-input"
class="form__input js-input"
name="email"
placeholder="Email Address"
required
aria-labelledby="email-label"
aria-describedby="email-alert"
data-id="email"
/>
<p
id="email-alert"
class="js-alert"
aria-live="polite"
hidden
data-id="email"
></p>
</div>
<div class="form__wrapper">
<label for="package-select" id="package-label" hidden
>Package</label
>
<div class="form__select">
<select
name="package"
id="package-select"
class="form__input form__input--select"
required
aria-labelledby="package-label"
>
<option value="">Choose a package</option>
<option value="Basic Pack Free">Basic Pack Free</option>
<option value="Pro Pack $9.99">Pro Pack $9.99</option>
<option value="Ultimate Pack $19.99">
Ultimate Pack $19.99
</option>
</select>
</div>
</div>
<div class="form__wrapper">
<label
for="phone-number-input"
id="phone-number-label"
class="form__label"
hidden
>
Phone Number
</label>
<input
type="tel"
id="phone-number-input"
class="form__input js-input"
name="phone-number"
placeholder="Phone Number"
required
aria-labelledby="phone-number-label"
aria-describedby="phone-number-alert"
data-id="phone"
/>
<p
id="phone-number-alert"
class="js-alert"
aria-live="polite"
hidden
data-id="phone"
></p>
</div>
<div class="form__wrapper">
<label
for="company-input"
id="company-label"
class="form__label"
hidden
>
Company
</label>
<input
type="text"
id="company-input"
class="form__input"
name="company"
placeholder="Company"
required
aria-labelledby="company-label"
/>
</div>
<button
class="form__button button button--block button--blue"
type="submit"
>
Get on the list
</button>
</form>
</div>
</article>
</main>
<footer class="attribution attribution--sign-up">
<div class="container">
<p class="attribution__credit">
Challenge by
<a href="https://www.frontendmentor.io/" class="attribution__link">
Frontend Mentor</a
>. Coded by
<a href="https://github.com/vanzasetia" class="attribution__link">
Vanza Setia</a
>.
</p>
</div>
</footer>
</div>
<script>
if ("serviceWorker" in navigator) {
window.addEventListener("load", () => {
navigator.serviceWorker.register("/service-worker.js");
});
}
</script>
</body>
</html>