-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (56 loc) · 2.22 KB
/
index.html
File metadata and controls
63 lines (56 loc) · 2.22 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
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="main.css/index.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer"/>
</head>
<body>
<nav>
<div class="logo">
<img
src="https://raw.githubusercontent.com/yusuftomilola/Sallah-Assignment-css/ea08945c09c3e8848844d616fdd86980b08ddb27/DBZ_Icon_Only_white.svg"
alt="logo"
width="30"
height="auto"
/>
<h1>DECIBULLZ</h1>
</div>
<ul>
<li><a href="#">HEARING PROTECTION</a></li>
<li><a href="#">HEADPHONES</a></li>
<li><a href="#">EXPLORE</a></li>
<li><a href="#">SUPPORT</a></li>
</ul>
<div class="icons">
<i class="fa-solid fa-wallet" style="color: #000000"></i>
<i class="fa-solid fa-magnifying-glass" style="color: #000000"></i>
<i class="fa-solid fa-user" style="color: #000000"></i>
<i class="fa-solid fa-cart-shopping" style="color: #000000"></i>
</div>
</nav>
<main>
<i class="fa-solid fa-angle-left" style="color: #e8e8e893"></i>
<div class="middle">
<p>THE NEW</p>
<h1>HIGH FIDELITY EARPLUGS</h1>
<button>LEARN MORE</button>
</div>
<i class="fa-solid fa-angle-right" style="color: #e8e8e893"></i>
</main>
<aside>
<img src="https://github.com/yusuftomilola/Sallah-Assignment-css/blob/main/decibullz-email.JPG?raw=true" alt="man with glasses" />
<p>SUBSCRIBE FOR EXCLUSIVE DISCOUNT AND <br />DECIBULLZ NEWS</p>
<label for="email"
>Email address
<input type="email" name="email" id="emaikl" />
</label>
<button>SUBSCRIBE</button>
<div class="cancel">
<i class="fa-solid fa-xmark" style="color: #000000"></i>
</div>
</aside>
</body>
</html>