-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (47 loc) · 2.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Solar & Electric ZaZa</title>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/all.min.css">
<link rel="stylesheet" href="css/normalize.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=Cairo:wght@200;300;400;500;600&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600&family=Pushster&family=Roboto:ital,wght@0,300;0,400;0,500;1,300&display=swap"
rel="stylesheet">
</head>
<body>
<div class="zaza">
<!-- Start Introduction -->
<header class="header-area">
<div class="logoheader">ZAZA BUSINESS</div>
<ul class="linkes">
<li><a href="html/about.html">ABOUT</a></li>
<li><a href="html/productBatt.html" target="_blank">BATTRIES PRODUCTS</a></li>
<li><a href="html/productElec.html" target="_blank">ELECTRICAL PRODUCTS</a></li>
<li><a href="html/productCell.html" target="_blank">CELL PRODUCTS</a></li>
</ul>
</header>
<section class="introduction-text">
<h2>ZAZA BUSINESS <span>TOOLS ELECTRIC & SOLAR</span></h2>
<p>We walk with world always</p>
<i class="fas fa-solar-panel"></i>
<i class="fas fa-tools"></i>
<i class="fas fa-hammer"></i>
<i class="fas fa-car-battery"></i>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Ipsa, ipsam reiciendis. Tempora consectetur
ducimus recu</p>
<div class="btn">
<button class="sginup"><a href="html/registeration.html">Sign Up</a> </button>
<button class="login"><a href="html/login.html">Log in</a></button>
</div>
</section>
<!-- End Introduction -->
</div>
<script src="js/main.js"></script>
</body>
</html>