-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
207 lines (205 loc) · 10.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Frontend Mentor | Workit landing page</title>
<meta
name="description"
content="Workit - Data tailored to your need, get the app"
/>
<link
rel="preload"
href="./assets/fonts/fraunces/Fraunces-VariableFont.woff2"
as="font"
type="font/woff2"
crossorigin
/>
<link
rel="preload"
href="./assets/fonts/manrope/Manrope-VariableFont_wght.woff2"
as="font"
type="font/woff2"
crossorigin
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./assets/images/favicon-32x32.png"
/>
<link rel="stylesheet" href="./scss/main.scss" />
<style>
@font-face {
font-family: "Fraunces";
src: url("./assets/fonts/fraunces/Fraunces-VariableFont.woff2")
format("woff2");
font-weight: 500;
font-style: normal;
font-variation-settings: "SOFT" 0, "WONK" 100, "opsz" 100;
font-display: swap;
}
@font-face {
font-family: "Manrope";
src: url("./assets/fonts/manrope/Manrope-VariableFont_wght.woff2")
format("woff2");
font-weight: 100 700;
font-style: normal;
font-display: swap;
}
</style>
</head>
<body>
<header class="header">
<div class="header__wrapper">
<a class="header__logo" href="#" aria-label="workit - home">
<svg
xmlns="http://www.w3.org/2000/svg"
width="97"
height="26"
viewBox="0 0 97 26"
focusable="false"
>
<path
fill="#FFF"
d="m10.528 25 4.064-11.2L18.624 25h4.16l6.048-17.472H23.84l-3.392 10.144-3.776-10.144h-4.16L8.704 17.672 5.312 7.528H.352L6.368 25h4.16Zm28.324.384c1.728 0 3.296-.395 4.704-1.184a9.132 9.132 0 0 0 3.376-3.248c.842-1.376 1.264-2.939 1.264-4.688 0-1.77-.422-3.339-1.264-4.704a9.173 9.173 0 0 0-3.376-3.232c-1.408-.79-2.976-1.184-4.704-1.184-1.728 0-3.302.395-4.72 1.184a9.138 9.138 0 0 0-3.392 3.232c-.843 1.365-1.264 2.933-1.264 4.704 0 1.75.42 3.312 1.264 4.688a9.097 9.097 0 0 0 3.392 3.248c1.418.79 2.992 1.184 4.72 1.184Zm0-4.32c-1.302 0-2.363-.448-3.184-1.344-.822-.896-1.232-2.048-1.232-3.456 0-1.387.41-2.533 1.232-3.44.82-.907 1.882-1.36 3.184-1.36 1.3 0 2.357.453 3.168 1.36.81.907 1.216 2.053 1.216 3.44 0 1.408-.406 2.56-1.216 3.456-.811.896-1.867 1.344-3.168 1.344ZM55.367 25v-9.408c0-1.301.363-2.31 1.088-3.024.725-.715 1.675-1.072 2.848-1.072h1.504v-4.16h-1.024c-1.067 0-2.01.197-2.832.592-.821.395-1.456 1.136-1.904 2.224V7.528h-4.48V25h4.8Zm11.908 0v-5.344l1.92-2.112L73.643 25h5.44l-6.304-10.432 6.336-7.04h-5.92l-5.92 6.304V.776h-4.8V25h4.8ZM83.598 4.68V1.16h-1.92v3.52h1.92Zm0 20.32V8.008h-1.92V25h1.92Zm11.012.192c.17 0 .405-.01.704-.032.298-.021.565-.064.8-.128v-1.76a11.29 11.29 0 0 1-1.216.096c-.768 0-1.355-.139-1.76-.416a2.012 2.012 0 0 1-.816-1.088 4.628 4.628 0 0 1-.208-1.376V9.832h3.712V8.008h-3.712V4.04h-1.92v1.824c0 .661-.176 1.184-.528 1.568-.352.384-.838.576-1.456.576h-1.216v1.824h3.2v10.656c0 1.536.378 2.704 1.136 3.504.757.8 1.85 1.2 3.28 1.2Z"
/>
</svg>
</a>
<a class="header__link" href="#">Apply for access</a>
</div>
</header>
<main class="main">
<section class="hero">
<h1 class="hero__heading">Data <span>tailored</span> to your needs.</h1>
<a class="btn hero__btn" href="#">Learn more</a>
<img
class="hero__img"
src="./assets/images/image-hero.webp"
alt="mobile phone mockup with the workit app"
/>
</section>
<section class="features">
<ul class="features__list">
<li class="feature">
<div class="feature__wrapper">
<h2 class="feature__title">Actionable insights</h2>
<p class="faeture__description">
Optimize your products, improve customer satisfaction and stay
ahead of the competition with our product data analytics.
</p>
</div>
</li>
<li class="feature">
<div class="feature__wrapper">
<h2 class="feature__title">Data-driven decisions</h2>
<p class="faeture__description">
Make data-driven decisions with our product data analytics. Our
AI-generated reports help you unlock insights hidden in your
product data.
</p>
</div>
</li>
<li class="feature">
<div class="feature__wrapper">
<h2 class="feature__title">Always affordable</h2>
<p class="faeture__description">
Always affordable pricing that scales with your business. Get
top-quality product data analytics services without hidden costs
or unexpected fees.
</p>
</div>
</li>
</ul>
</section>
<section class="cta">
<div class="cta__wrapper">
<div class="cta__img">
<img
src="./assets/images/image-founder.webp"
alt="Louis Graham, founder of workit, on a vibrant green background wearing a floral shirt"
/>
</div>
<div class="cta__content">
<h2 class="cta__title">Be the first to test</h2>
<p class="cta__description">
Hi, I'm Louis Graham, the founder of the company. Book a demo call
with me to become a beta tester for our app and kickstart your
company. Apply for access below and I’ll be in touch to schedule a
call.
</p>
<a class="btn" href="#">Apply for access</a>
</div>
</div>
</section>
</main>
<footer class="footer">
<a href="#" aria-label="workit">
<svg
xmlns="http://www.w3.org/2000/svg"
width="97"
height="26"
viewBox="0 0 97 26"
focusable="false"
>
<path
fill="#24053E"
d="m10.528 25 4.064-11.2L18.624 25h4.16l6.048-17.472H23.84l-3.392 10.144-3.776-10.144h-4.16L8.704 17.672 5.312 7.528H.352L6.368 25h4.16Zm28.324.384c1.728 0 3.296-.395 4.704-1.184a9.132 9.132 0 0 0 3.376-3.248c.842-1.376 1.264-2.939 1.264-4.688 0-1.77-.422-3.339-1.264-4.704a9.173 9.173 0 0 0-3.376-3.232c-1.408-.79-2.976-1.184-4.704-1.184-1.728 0-3.302.395-4.72 1.184a9.138 9.138 0 0 0-3.392 3.232c-.843 1.365-1.264 2.933-1.264 4.704 0 1.75.42 3.312 1.264 4.688a9.097 9.097 0 0 0 3.392 3.248c1.418.79 2.992 1.184 4.72 1.184Zm0-4.32c-1.302 0-2.363-.448-3.184-1.344-.822-.896-1.232-2.048-1.232-3.456 0-1.387.41-2.533 1.232-3.44.82-.907 1.882-1.36 3.184-1.36 1.3 0 2.357.453 3.168 1.36.81.907 1.216 2.053 1.216 3.44 0 1.408-.406 2.56-1.216 3.456-.811.896-1.867 1.344-3.168 1.344ZM55.367 25v-9.408c0-1.301.363-2.31 1.088-3.024.725-.715 1.675-1.072 2.848-1.072h1.504v-4.16h-1.024c-1.067 0-2.01.197-2.832.592-.821.395-1.456 1.136-1.904 2.224V7.528h-4.48V25h4.8Zm11.908 0v-5.344l1.92-2.112L73.643 25h5.44l-6.304-10.432 6.336-7.04h-5.92l-5.92 6.304V.776h-4.8V25h4.8ZM83.598 4.68V1.16h-1.92v3.52h1.92Zm0 20.32V8.008h-1.92V25h1.92Zm11.012.192c.17 0 .405-.01.704-.032.298-.021.565-.064.8-.128v-1.76a11.29 11.29 0 0 1-1.216.096c-.768 0-1.355-.139-1.76-.416a2.012 2.012 0 0 1-.816-1.088 4.628 4.628 0 0 1-.208-1.376V9.832h3.712V8.008h-3.712V4.04h-1.92v1.824c0 .661-.176 1.184-.528 1.568-.352.384-.838.576-1.456.576h-1.216v1.824h3.2v10.656c0 1.536.378 2.704 1.136 3.504.757.8 1.85 1.2 3.28 1.2Z"
/>
</svg>
</a>
<div class="footer__socials">
<ul class="socials">
<li class="social__item">
<a href="" class="social__link">
<span class="sr-only">follow on Facebook</span>
<svg
xmlns="http://www.w3.org/2000/svg"
width="30"
height="30"
viewBox="0 0 20 20"
focusable="false"
>
<path
d="M18.896 0H1.104C.494 0 0 .494 0 1.104v17.793C0 19.506.494 20 1.104 20h9.58v-7.745H8.076V9.237h2.606V7.01c0-2.583 1.578-3.99 3.883-3.99 1.104 0 2.052.082 2.329.119v2.7h-1.598c-1.254 0-1.496.597-1.496 1.47v1.928h2.989l-.39 3.018h-2.6V20h5.098c.608 0 1.102-.494 1.102-1.104V1.104C20 .494 19.506 0 18.896 0Z"
/>
</svg>
</a>
</li>
<li class="social__item">
<a href="" class="social__link">
<span class="sr-only">follow on x</span>
<svg
xmlns="http://www.w3.org/2000/svg"
width="30"
height="27"
viewBox="0 0 20 17"
focusable="false"
>
<path
d="M20 2.172a8.192 8.192 0 0 1-2.357.646 4.11 4.11 0 0 0 1.805-2.27 8.22 8.22 0 0 1-2.606.996A4.096 4.096 0 0 0 13.847.248c-2.65 0-4.596 2.472-3.998 5.037A11.648 11.648 0 0 1 1.392 1a4.109 4.109 0 0 0 1.27 5.478 4.086 4.086 0 0 1-1.858-.513c-.045 1.9 1.318 3.679 3.291 4.075a4.113 4.113 0 0 1-1.853.07 4.106 4.106 0 0 0 3.833 2.849A8.25 8.25 0 0 1 0 14.658a11.616 11.616 0 0 0 6.29 1.843c7.618 0 11.923-6.434 11.663-12.205A8.354 8.354 0 0 0 20 2.172Z"
/>
</svg>
</a>
</li>
<li class="social__item">
<a href="" class="social__link">
<span class="sr-only">follow on Instagram</span>
<svg
xmlns="http://www.w3.org/2000/svg"
width="30"
height="30"
viewBox="0 0 20 20"
focusable="false"
>
<path
d="M10 1.802c2.67 0 2.987.01 4.042.059 2.71.123 3.975 1.409 4.099 4.099.048 1.054.057 1.37.057 4.04 0 2.672-.01 2.988-.057 4.042-.124 2.687-1.387 3.975-4.1 4.099-1.054.048-1.37.058-4.041.058-2.67 0-2.987-.01-4.04-.058-2.717-.124-3.977-1.416-4.1-4.1-.048-1.054-.058-1.37-.058-4.041 0-2.67.01-2.986.058-4.04.124-2.69 1.387-3.977 4.1-4.1 1.054-.048 1.37-.058 4.04-.058ZM10 0C7.284 0 6.944.012 5.877.06 2.246.227.227 2.242.061 5.877.01 6.944 0 7.284 0 10s.012 3.057.06 4.123c.167 3.632 2.182 5.65 5.817 5.817 1.067.048 1.407.06 4.123.06s3.057-.012 4.123-.06c3.629-.167 5.652-2.182 5.816-5.817.05-1.066.061-1.407.061-4.123s-.012-3.056-.06-4.122C19.777 2.249 17.76.228 14.124.06 13.057.01 12.716 0 10 0Zm0 4.865a5.135 5.135 0 1 0 0 10.27 5.135 5.135 0 0 0 0-10.27Zm0 8.468a3.333 3.333 0 1 1 0-6.666 3.333 3.333 0 0 1 0 6.666Zm5.338-9.87a1.2 1.2 0 1 0 0 2.4 1.2 1.2 0 0 0 0-2.4Z"
/>
</svg>
</a>
</li>
</ul>
</div>
</footer>
</body>
</html>