-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (40 loc) · 1.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css" class="css">
<title>Stat Preview Website</title>
</head>
<body>
<div class="card">
<div class="left">
<div class="big-text">
<h1>Get <span>insights</span> that help <br> your buisiness grow.</h1>
</div>
<div class="small-text">
<p> Discover the benefits of data analytics and make <br> better decisions regarding revenue, customer <br>
experience, and overall efficiency.</p>
</div>
<div class="stats">
<div id="companies" class="under-stat">
<h3>10K+</h3>
<h6>COMPANIES</h6>
</div>
<div id="templates" class="under-stat">
<h3>314</h3>
<h6>TEMPLATES</h6>
</div>
<div id="queries" class="under-stat">
<h3>12M+</h3>
<h6>QUERIES</h6>
</div>
</div>
</div>
<div class="right">
<img src="images/image-header-desktop.jpg" alt="imagedis">
</div>
</div>
</body>
</html>