-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (37 loc) · 1.39 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>FRontend challenge 2</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<link rel="Icon" href="images/favicon-32x32.png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="row outer">
<div class="part2 col-lg-6">
<section class="textsec">
<h2 style="color:white">Get <span style="color:#9751db">insights</span> that help your business grow.</h2>
<p>Discover the benefits of data analytics and make better decisions regarding revenue, customer experience and overall efficiency.</p>
<div class="row">
<div class="sym col-lg-4">
<h4 style="color:white">10k+</h4>
<p class="small">Companies</p>
</div>
<div class="sym col-lg-4">
<h4 style="color:white">314</h4>
<p class="small">Templates</p>
</div>
<div class="sym col-lg-4">
<h4 style="color:white">12M+</h4>
<p class="small">Quries</p>
</div>
</div>
</section>
</div>
<div class="part1 col-lg-6" >
<img class="img" src="images/image-header-desktop.jpg" alt="">
</div>
</div>
</body>
</html>