-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
227 lines (223 loc) · 7.27 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<!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>multiproject</title>
<!-- Css extenal link -->
<link rel="stylesheet" href="style.css" />
<!-- adding the poppins font -->
<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=Poppins:wght@200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<!-- nav left logo -->
<div class="left">
<img src="./Assest/Photos/beatsLogo.png" alt="1 Logo" />
</div>
<!-- middle logo -->
<div class="middle">
<img src="./Assest/Photos/mainImage.png" alt="black headset" />
</div>
<!-- nav right bar -->
<div id="navr" class="right">
<ul>
<li>Home</li>
<li>Specs</li>
<li>Case</li>
<li>Product</li>
</ul>
<button class="rightbtn">Shop</button>
</div>
<!-- main section one -->
<main>
<div class="mimg">
<img src="./Assest/Photos/onEar.png" alt="" />
</div>
<h1>Beats 3</h1>
<h4>Overview</h4>
<p>
Enjoy award-winning Beats sound with wireless listening freedom and a
sleek, streamlined design with comfortable padded earphones, delivering
first-rate playback.
</p>
<button>
<img src="./Assest/Icons/shoppingBag.png" alt="bag" />
<p>Add to bag</p>
<h1>N399k</h1>
</button>
</main>
<!-- main section two -->
<section id="imas" class="Images">
<div class="ima1">
<img src="./Assest/photos/appleLogo.png" alt="apple" />
</div>
<div class="ima2">
<img src="./Assest/Photos/spotifyLogo.png" alt="spotify" />
</div>
<div class="ima3">
<img src="./Assest/Photos/amazonLogo.png" alt="amazon" />
</div>
<div class="ima4">
<img src="./Assest/Photos/youtubeLogo.png" alt="youtube" />
</div>
</section>
<!-- main section three -->
<div class="mains3">
<img src="./Assest/Icons/specsLogo.png" alt="specs">
</div>
<section class="sec3">
<div class="secimg3">
<img src="./Assest/photos/specsImage.png" alt="blackheadset" />
</div>
<div class="icons">
<div class="s1">
<img src="./Assest/Icons/bluetooth.png" alt="bluetooth" />
<p>Connection</p>
<p>Bluetooth v5.2</p>
</div>
<div class="s2">
<img src="./Assest/Icons/battery.png" alt="battery" />
<p>Battery</p>
<p>Duration 40h</p>
</div>
<div class="s3">
<img src="./Assest/Icons/charger.png" alt="charger" /> </span>
<p>Load</p>
<p>Fast Charge 4.2-AAC</p>
><div class="s4">
<img src="./Assest/Icons/mic.png" alt="mic" />
<p>Microphone</p>
<p>Supports Apple Siri and Google</p>
</div>
</div>
</section>
<!-- main section four -->
<div class="mains4">
<img src="./Assest/Icons/caseLogo.png" alt="case">
</div>
<section class="sf">
<div class="sfimg">
<img src="./Assest/Photos/caseImage.png" alt="case">
</div>
<div class="sfdiv">
<p>With a comfortable and <br> adaptable case so that <br> you can store it
whenever <br> you want, and keep your <br> durability forever.</p>
<button class="btn">
<img src="./Assest/Icons/group.png" alt="group"> <p> More Info</p>
</button>
</div>
</section>
<!-- main section five -->
<section class="msf">
<div class="msfp">
<h1>Immense yourself in <br> your music</h1>
<p>Buy Now, up to 40% off.</p>
<button>
<img src="./Assest/Icons/shoppingBag.png" alt="shoppingbag">
<p>Buy Now</p>
</button>
</div>
<div class="msfimg">
<img src="./Assest/Photos/buyNowSectionImage.png" alt="buysection">
</div>
</section>
<!-- main section six -->
<div class="msimg">
<img src="./Assest/Icons/productLogo.png" alt="">
</div>
<!-- store products -->
<section class="mss">
<!-- nav product 1 -->
<nav class="mss1">
<div class="img1">
<img src="./Assest/Photos/black.png" alt="Black">
</div>
<div class="msss1">
<p>Black <br><span>N299K</span></p>
<button><img src="./Assest/Icons/shoppingBag.png" alt="shoppingBag"></button>
</div>
</nav>
<!-- nav product 2 -->
<nav class="mss2">
<div class="img2">
<img src="./Assest/Photos/redBlack.png" alt="Red black">
</div>
<div class="msss2">
<p>Red black <br><span>N299K</span></p>
<button><img src="./Assest/Icons/shoppingBag.png" alt="shoppingBag"></button>
</div>
<!-- nav product 3 -->
</nav>
<nav class="mss3">
<div class="img3">
<img src="./Assest/Photos/nightBlack.png" alt="Night black">
</div>
<div class="msss3">
<p>Night black <br><span>N299K</span></p>
<button><img src="./Assest/Icons/shoppingBag.png" alt="shoppingBag"></button>
</div>
<!-- nav product 4 -->
</nav>
<nav class="mss4">
<div class="img4">
<img src="./Assest/Photos/blue.png" alt="Blue">
</div>
<div class="msss4">
<p>Blue <br><span>N299K</span></p>
<button><img src="./Assest/Icons/shoppingBag.png" alt="shoppingBag"></button>
</div>
</nav>
<!-- nav product 5 -->
<nav class="mss5">
<div class="img5">
<img src="./Assest/Photos/twilightGray.png" alt="black">
</div>
<div class="msss5">
<p>Black <br><span>N299K</span></p>
<button><img src="./Assest/Icons/shoppingBag.png" alt="shoppingBag"></button>
</div>
</nav>
</section>
<!-- footer -->
<footer>
<div class="flogo">
<img src="./Assest/Photos/beatsLogo.png" alt="flogo" class="fl1">
</div>
<div class="fdiv1">
<a href="blank_" class="fa">Product</a>
<a href="blank_">Headphones</a>
<a href="blank_">Earphones</a>
<a href="blank_">Earbuds</a>
<a href="blank_">Accessories</a>
</ul>
</div>
<div class="fdiv2">
<a href="blank_" class="fa">Support</a>
<a href="blank_">Product help</a>
<a href="blank_">Register</a>
<a href="blank_">Updates</a>
<a href="blank_">Provides</a>
</ul>
</div>
<div class="email">
<p>Email</p>
<button>
<img src="./Assest/icons/rightarrow.png " alt="sub"> Subscribe
</button>
</div>
<div class="logos">
<img src="./Assest/Icons/facebook.png" class="l1" alt="facebook">
<img src="./Assest/Icons/twitter.png" alt="twitter" class="l2">
<img src="./Assest/Icons/instagram.png" alt="instagram" class="l3">
<img src="./Assest/Icons/linkedin.png" alt="linkedin" class="l4">
</div>
<img src="./Assest/Icons/uparrow.png" alt="up" class="uparrow">
</footer>
</body>
</html>