-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
95 lines (91 loc) · 4.91 KB
/
index.html
File metadata and controls
95 lines (91 loc) · 4.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles.css">
<link rel="icon" type="image/x-icon" href="./images/favicon-32x32.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>Work It</title>
</head>
<body>
<main>
<section class="hero">
<section class="top">
<header>
<div class="logo"><span>work</span>it</div>
<p class="applyForAccessText">Apply for access</p>
</header>
<div class="data-content">
<img class="Tablet-spiral1" src="./images/Tablet-spiral1.png" alt="">
<img class="spiral-1" src="./images/Spiral1.png" alt="">
<div class="data-box">
<h1 class="title">Data <span>tailored</span> to your needs.</h1>
<button class="btn learn-more">Learn more</button>
</div>
<img class="spiral-2" src="./images/Spiral2.png" alt="">
<img class="Tablet-spiral1" src="./images/Tablet-spiral2.png" alt="">
</div>
<picture class="iPhone-11">
<source media="(min-width: 768px)" srcset="./images/desktop-phone.png">
<source media="(min-width: 465px)" srcset="./images/Tablet-phone.png">
<img src="./images/Mobile-phone.png" style="width:auto;">
</picture>
</section>
<section class="middle">
<div class="flex">
<article class="article insight">
<span class="number">1</span>
<div class="main-art">
<h3
class="article-title">Actionable insights</h3>
<p class="article-text">Optimize your products, improve customer satisfaction and stay ahead of the competition with our product data analytics.</p>
</div>
</article>
<article class="article decision">
<span class="number">2</span>
<div class="main-art">
<h3 class="article-title">Data-driven decisions</h3>
<p class="article-text">Make data-driven decisions with our product data analytics. Our AI-generated reports help you unlock insights hidden in your product data.</p>
</div>
</article>
<article class="article affordable">
<span class="number">3</span>
<div class="main-art">
<h3 class="article-title">Always affordable</h3>
<p class="article-text">Always affordable pricing that scales with your business. Get top-quality product data analytics services without hidden costs or unexpected fees.</p>
</div>
</article>
</div>
</section>
</section>
<section class="bottom">
<picture class="jerry">
<source media="(min-width: 768px)" srcset="./images/Desktop-Jerry.png">
<img src="./images/Mobile-Jerry.png" style="width:auto;">
</picture>
<!-- <img class="jerry" src="./images/Jerry.png" alt="Jerry's Photo"> -->
<div class="context-box">
<h2 class="title">Be the first to test</h2>
<p class="context-paragraph">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>
<button class="btn applyForAccess-btn">Apply for access</button>
</div>
<img class="spiral" src="./images/Spiral.png" alt="Spiral">
</section>
<footer class="footer">
<div class="logo footer-logo"><span>work</span>it</div>
<div class="social-media">
<a href="#" class="social-media-link">
<i class="fa-brands fa-square-facebook"></i>
</a>
<a href="#" class="social-media-link">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="#" class="social-media-link">
<i class="fa-brands fa-instagram"></i>
</a>
</div>
</footer>
</main>
</body>
</html>