-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (50 loc) · 1.44 KB
/
index.html
File metadata and controls
52 lines (50 loc) · 1.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- displays site properly based on user's device -->
<link
rel="icon"
type="image/png"
sizes="32x32"
href="../coding folder/image folder/favicon-32x32.png"
/>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<img src="./images/image-header-desktop.jpg" alt="" />
<div class="card-container">
<div class="card">
<!-- right side: text content -->
<div class="card-image"></div>
<div class="card-content">
<h1>
<span class="highlight">Get Insights </span> that help your business
grow.
</h1>
<p>
Discover the benefits of data analytics and make better decisions
regarding revenue, customer experience, and overall efficiency.
</p>
<div class="stat">
<div class="stat">
<h2>10k</h2>
<p>Companies</p>
</div>
<div class="stat">
<h2>314</h2>
<p>Templates</p>
</div>
<div class="stat">
<h2>12M+</h2>
<p>Queries</p>
</div>
</div>
</div>
<!-- left side: background image -->
<div class="card-image"></div>
</div>
</div>
</body>
</html>