-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
235 lines (235 loc) · 8.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/public/favicon.ico" />
<title>Workit</title>
<link rel="stylesheet" href="/dist/style.css" />
<script src="/script/index.js" defer></script>
</head>
<body>
<header class="header">
<div class="wrapper header__wrapper">
<a href="/">
<img
src="/assets/images/logo-light.svg"
alt="Workit Home"
class="header__logo" />
</a>
<a href="" class="header__link">Apply for access</a>
</div>
</header>
<main>
<section class="hero">
<div class="wrapper hero__wrapper">
<h1 class="hero__headline">
Data
<span>tailored</span>
to your needs.
</h1>
<a href="" class="button">Learn more</a>
</div>
<div class="hero__curved curved">
<img
src="/assets/images/image-hero.webp"
width="767"
height="441"
alt="mobile phone"
class="hero__image" />
</div>
</section>
<section class="features">
<h2 class="visually-hidden">Features</h2>
<div class="wrapper features__wrapper">
<article class="features__item" id="item1">
<span class="features__item-number">1</span>
<h3>Actionable insights</h3>
<p>
Optimize your products, improve customer satisfaction and stay
ahead of the competition with our product data analytics.
</p>
</article>
<article class="features__item" id="item2">
<span class="features__item-number">2</span>
<h3>Data-driven decisions</h3>
<p>
Make data-driven decisions with our product data analytics. Our
AI-generated reports help you unlock insights hidden in your
product data.
</p>
</article>
<article class="features__item" id="item3">
<span class="features__item-number">3</span>
<h3>Always affordable</h3>
<p>
Always affordable pricing that scales with your business. Get
top-quality product data analytics services without hidden costs
or unexpected fees.
</p>
</article>
</div>
</section>
<div class="curved light"></div>
<section class="cta">
<div class="wrapper cta__wrapper">
<img
src="/assets/images/image-founder.webp"
alt="Louis Graham Headshot"
width="281"
height="281"
class="cta__image" />
<div class="cta__content">
<h2 class="cta__headline">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="button cta__button">Apply for access</a>
<img
src="/assets/images/bg-pattern-3.svg"
alt="Spring"
class="cta__spring"
width="221"
height="212" />
</div>
</div>
</section>
<section class="faqs">
<div class="wrapper faqs__wrapper">
<div class="faqs__headline">
<img src="/assets/images/stars.svg" alt="FAQ" class="faqs__icon" />
<h2>FAQs</h2>
</div>
<div class="faqs__container">
<div class="faq">
<div class="faq__title">
<h4 class="faq__question">
What kind of insights can I expect from the product data
analytics?
</h4>
<img src="/assets/images/chevron-up.svg" class="faq__icon" />
</div>
<p class="faq__answer">
Our analytics provide actionable insights into your products,
enabling optimization strategies, improving customer
satisfaction, and giving you a competitive edge.
</p>
</div>
<div class="faq">
<div class="faq__title">
<h4 class="faq__question">
How do the AI-generated reports help in making data-driven
decisions?
</h4>
<img src="/assets/images/chevron-up.svg" class="faq__icon" />
</div>
<p class="faq__answer">
Our AI-generated reports unlock valuable insights hidden in your
product data, empowering you to make informed, data-driven
decisions for your business.
</p>
</div>
<div class="faq">
<div class="faq__title">
<h4 class="faq__question">
Is the pricing flexible for businesses of all sizes?
</h4>
<img src="/assets/images/chevron-up.svg" class="faq__icon" />
</div>
<p class="faq__answer">
Yes, our pricing is always affordable and designed to scale with
your business. You get top-quality product data analytics
services without hidden costs or unexpected fees.
</p>
</div>
<div class="faq">
<div class="faq__title">
<h4 class="faq__question">
Can I customize the analytics to fit my specific business
needs?
</h4>
<img src="/assets/images/chevron-up.svg" class="faq__icon" />
</div>
<p class="faq__answer">
Absolutely! We understand that each business is unique. Our
product data analytics services can be tailored to meet your
specific requirements, ensuring you get the insights that matter
most to you.
</p>
</div>
<div class="faq">
<div class="faq__title">
<h4 class="faq__question">
How can I get started with your product data analytics
services?
</h4>
<img src="/assets/images/chevron-up.svg" class="faq__icon" />
</div>
<p class="faq__answer">
Getting started is simple! Reach out to our team, and we'll
guide you through the onboarding process. Whether you're new to
analytics or looking to switch, we're here to make the
transition seamless for you.
</p>
</div>
</div>
</div>
</section>
</main>
<aside class="scroll-to-top">
<button class="button" id="scroll-to-top">
<img src="/assets/images/chevron-up.svg" alt="Scroll to Top" />
</button>
</aside>
<footer class="footer">
<div class="wrapper footer__wrapper">
<a href="/" class="footer__logo">
<img src="/assets/images/logo-dark.svg" alt="Workit Home" />
</a>
<div class="footer__links">
<a
href="https://www.linkedin.com/in/akabaytar/"
target="_blank"
rel="noreferrer"
class="footer__link">
<img src="/assets/images/linkedin.svg" alt="Linkedin Link" />
</a>
<a
href="https://github.com/akaBaytar"
target="_blank"
rel="noreferrer"
class="footer__link">
<img src="/assets/images/github.svg" alt="Github Link" />
</a>
<a
href="https://twitter.com/akaBaytar"
target="_blank"
rel="noreferrer"
class="footer__link">
<img src="/assets/images/twitter-x.svg" alt="Twitter Link" />
</a>
</div>
<div class="copyright">
<p class="copyright__description">
<span id="date"></span>
— Powered with
<span>
<img
src="/assets/images/heart-fill.svg"
alt="Powered with love."
class="copyright__icon" />
</span>
by Burak Bilgili
</p>
</div>
</div>
</footer>
</body>
</html>