-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (54 loc) · 1.56 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
<!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="css/style.css">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Lexend+Deca&display=swap" rel="stylesheet">
<title>Stats preview card component</title>
</head>
<body>
<div class="container">
<span>
<img src="./images/image-header-desktop2.jpg" alt="Women in the meeting">
</span>
<div>
<div class="header">
Get <span class="insights">insights</span> that help your business grow.
</div>
<div class="info-para">
Discover the benefits of data analytics and make better decisions regarding revenue, customer
experience, and overall efficiency.
</div>
<div class="card-info">
<div class="element">
<div class="up-text">
10k+
</div>
<div class="down-text">
companies
</div>
</div>
<div class="element">
<div class="up-text">
314
</div>
<div class="down-text">
templates
</div>
</div>
<div class="element">
<div class="up-text">
12m+
</div>
<div class="down-text">
queries
</div>
</div>
</div>
</div>
</div>
</body>
</html>