-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
207 lines (206 loc) · 7.07 KB
/
index.html
File metadata and controls
207 lines (206 loc) · 7.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WorkIT — data provider.</title>
<link rel="stylesheet" href="./style/style.css" />
<meta
name="description"
content="Optimize your products, improve customer satisfaction and stay ahead of the competition with our product data analytics. Make data-driven decisions with our product data analytics. Our AI-generated reports help you unlock insights hidden in your product data. "
/>
<meta
name="keywords"
content="WorkIT, Actionable Insights, Data-driven decisions, best in market, data tailored, always affordable, Louis Graham"
/>
</head>
<body>
<header class="header bg">
<div class="wrapper">
<nav class="navigation">
<a href="#" class="link logo">
<img
src="./assets/images/logo-light.svg"
alt="WorkIT"
class="logo__image"
width="97"
height="26"
/>
</a>
<a href="#" class="link link--navigation"> Apply for access </a>
</nav>
<div class="wrapper wrapper--content">
<div class="header__content">
<div class="header__typography">
<h1 class="heading__primary">
Data <span class="header__special">tailored</span> to your
needs.
</h1>
<a href="#" class="link link--cta">Learn more</a>
</div>
<picture>
<source
srcset="./assets/images/image-hero.webp"
media="(max-width:43rem)"
width="319"
height="183.417"
/>
<img
src="./assets/images/image-hero.webp"
alt="WorkIT app screen"
class="header__image"
width="609"
height="349.583"
/>
</picture>
</div>
</div>
</div>
<img
src="./assets/images/bg-pattern-1.svg"
alt=""
class="decoration decoration--left"
width="317"
height="341"
/>
<img
src="./assets/images/bg-pattern-2.svg"
alt=""
class="decoration decoration--right"
width="181"
height="171"
/>
</header>
<main>
<section class="section-features bg">
<div class="wrapper wrapper--features">
<div class="features">
<div class="feature">
<div class="feature__number-container">
<p class="feature__number">1</p>
</div>
<div class="feature__content">
<h2 class="feature__title">Actionable insights</h2>
<p class="feature__description">
Optimize your products, improve customer satisfaction and stay
ahead of the competition with our product data analytics.
</p>
</div>
</div>
<div class="feature">
<div class="feature__number-container">
<p class="feature__number">2</p>
</div>
<div class="feature__content">
<h2 class="feature__title">Data-driven decisions</h2>
<p class="feature__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>
</div>
<div class="feature">
<div class="feature__number-container">
<p class="feature__number">3</p>
</div>
<div class="feature__content">
<h2 class="feature__title">Always affordable</h2>
<p class="feature__description">
Always affordable pricing that scales with your business. Get
top-quality product data analytics services without hidden
costs or unexpected fees.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="section-cta">
<div class="wrapper wrapper--cta">
<div class="cta">
<picture>
<source
srcset="./assets/images/image-founder.webp"
media="(max-width:53rem)"
width="171"
height="171"
/>
<img
src="./assets/images/image-founder.webp"
alt="Louis Graham face shot"
class="cta__image"
width="281"
height="281"
/>
</picture>
<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 href="#" class="link link--cta"> Apply for access </a>
<img
src="./assets/images/bg-pattern-3.svg"
alt=""
class="decoration decoration--cta"
width="221"
height="212"
/>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="wrapper">
<div class="footer__content">
<a href="#" class="link logo">
<img
src="./assets/images/logo-dark.svg"
alt="WorkIT"
class="logo__image"
width="97"
height="26"
/>
</a>
<ul class="footer__list">
<li class="footer__list-item">
<a href="#" class="link link--footer" aria-label="Facebook">
<img
src="./assets/images/icon-facebook.svg"
alt=""
class="footer__list-icon"
aria-hidden="true"
/>
</a>
</li>
<li class="footer__list-item">
<a href="#" class="link link--footer" aria-label="Twitter">
<img
src="./assets/images/icon-twitter.svg"
alt=""
class="footer__list-icon"
aria-hidden="true"
/>
</a>
</li>
<li class="footer__list-item">
<a href="#" class="link link--footer" aria-label="Instagram">
<img
src="./assets/images/icon-instagram.svg"
alt=""
class="footer__list-icon"
aria-hidden="true"
/>
</a>
</li>
</ul>
</div>
</div>
</footer>
</body>
</html>