-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (54 loc) · 2.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./scss/style.scss">
<link rel="stylesheet" href="./css/fonts.css">
<link rel="stylesheet" href="./css/normalize.css">
<link rel="stylesheet" href="./css/style.css">
<title>Logobly</title>
</head>
<body>
<div class="header">
<div class="container header__container">
<div class="header__image">
<img src="./image/Logo.svg" alt="">
</div>
<div class="nav">
<ul class="nav-list">
<li class="nav-item"><a href="#">Home</a></li>
<li class="nav-item"><a href="#">Services</a><img src="./image/header-icon.svg" width="10"
height="10" alt="hero icon"></li>
<li class="nav-item"><a href="#">Team</a></li>
<li class="nav-item"><a href="#">Contact</a></li>
<li class="nav-item"><a href="#">Survey</a></li>
</ul>
</div>
<div class="button">
<img src="./image/header-shoping.svg" width="35" height="35" alt="hero-shoping icon">
<img src="./image/header-button.svg" width="24" height="24" alt="header-button icon">
<a class="click" href="#">Login</a>
</div>
</div>
</div>
<div class="hero ">
<div class="container hero__container">
<img class="img1" src="./image/hero-iamge.svg" alt="">
<div class="hero__luctus">
<h1 class="luctus__title">An excellent application for your contemporary lifestyle</h1>
<p class="luctus__description">Suspendisse potenti. In eget augue egestas, gravida libero eu, luctus
ipsum. Aliquam non pulvinar ex</p>
<div class="button">
<img src="./image/hero-button.svg" width="24" height="24" alt="hero-button icon">
<a class="click" href="#">Download the app now</a>
</div>
</div>
<img class="img2" src="./image/hero-iamge2.svg" alt="">
</div>
<div class="block"></div>
<div class="block2">
<img src="./image/hero-bottom_img.png" alt="">
</div>
</body>
</html>