-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (65 loc) · 2.13 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link
rel="icon"
type="image/png"
sizes="32x32"
style="border-radius: 50%;"
href="./images/ozim1.jpg"
/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Lexend+Deca&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>BoburDev | Stats preview card component</title>
</head>
<body>
<main>
<section class="container-content">
<div class="main-text">
<h1> Get<span style="color: var(--Soft-violet);"> 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>
<div class="status">
<ul>
<li><span>10K+</span>COMPANIES</li>
<li><span>314</span>TEMPLATES</li>
<li><span>12M+</span>QUERIES</li>
</ul>
</div>
</section>
<section class="container-image">
<img class="desktop-img" src="images/image-header-desktop.jpg" alt="desktop-img">
<img class="mobile-img" src="images/image-header-mobile.jpg" alt="mobile-img">
</section>
</main>
<div class="icon">
<p class="bobur">BoburDev</p>
<footer>
<div class="myinstagram">
<a href="https://instagram.com/RayimjonovBobur">
<i class="fab fa-instagram"></i>
</a>
</div>
<div class="mytelegram">
<a href="https://t.me/Boburbek_Rayimjonov">
<i class="fab fa-telegram"></i>
</a>
</div>
<div class="mygithub">
<a href="https://github.com/RayimjonovBobur">
<i class="fab fa-github"></i>
</a>
</div>
</footer>
</div>
</body>
</html>