-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (58 loc) · 2.14 KB
/
index.html
File metadata and controls
61 lines (58 loc) · 2.14 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
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<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=Quicksand:wght@500;600;700&display=swap" rel="stylesheet">
<title>Document</title>
</head>
<body>
<div class="wrapper">
<header class="header">
<div class="container">
<div class="header__inner">
<div class="header__logo">
<img src="img/Group 1.svg" alt="Ka-net">
</div>
<nav class="header__menu">
<ul class="menu__list">
<li class="menu__items">
<a href="#" class="menu__link">Home</a>
</li>
<li class="menu__items">
<a href="#" class="menu__link">About Us</a>
</li>
<li class="menu__items">
<a href="#" class="menu__link">Blog</a>
</li>
<li class="menu__items">
<a href="#" class="menu__link">Contact Us</a>
</li>
</ul>
</nav>
<button class="header__button">Connect Now</button>
</div>
<div class="offer">
<img src="img/img1.svg" alt="" class="img1">
<h1>Why Wait to Connect with your favourite People?</h1>
<h2>Now its easy to join your friends & family with ka-net. Download and connect seemlessly with anyone around the world. </h2>
<div class="offer__nav">
<a href="#" class="offer__btn">Download Now</a>
<img src="img/Vector.svg" alt="Windows" class="Logo1">
<img src="img/Vector(1).svg" alt="App Store" class="Logo2">
</div>
<div class="footer__about">
<h3 class="footer__about-online">2M+ Active Users</h3>
<h3 class="footer__about-services">38K+ Services</h3>
<h3 class="footer__about-reviews">90K+ Reviews</h3>
</div>
</div>
</div>
</header>
</div>
</body>
</html>