-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome-appliances.html
311 lines (289 loc) · 15.4 KB
/
home-appliances.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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LG website home-appliances</title>
<link rel="stylesheet" href="./styles.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
</style>
</head>
<body>
<header>
<div class="logo">
<!-- index goes here -->
<a href="./index.html">
<!-- lg-logo big goes here -->
<img src="./images/logo-big.jpg" alt="lg-logo big goes here">
</a>
</div>
<nav class="primary-nav">
<ul>
<!-- tv and audio page goes here -->
<li><a href="./tv-audio.html">TV/AUDIO/VIDEO</a></li>
<li><a href="./home-appliances.html">HOME APPLIANCES</a></li>
<li>AIR CONDITIONERS</li>
<li>COMPUTER PRODUCTS</li>
<li>LG BRANDSHOP</li>
<li>SUPPORT HOME</li>
</ul>
</nav>
<nav class="secondary-nav">
<ul>
<!-- navigation images 1 -->
<li><img src="./images/nav-image1.svg" alt="navigation images 1"></li>
<!-- navigation images 2 -->
<li><a href="./signup.html"><img src="./images/nav-image-2.svg" alt="navigation images 2"></a></li>
<!-- navigation images 3 -->
<li><img src="./images/search-image.svg" alt="navigation images 3"></li>
</ul>
</nav>
</header>
<div class="header-text">
<h1>HOME APPLIANCES</h1>
</div>
<div class="welcome-text">
<p>Explore the range of LG home appliances. From our line of powerful home appliances to our assortment of washers, dryers and kitchen appliances, LG offers a full range of home appliances designed to help make your life a little easier. Learn more below.LG offers a variety of home appliances designed to make your life easier, such as our lineup of vacuums, washers, dryers, and kitchen appliances. Our LG appliances are environmentally responsible and creatively created to meet your every need!Learn more about our range of home appliances in Africa.... component-more component-less </p>
</div>
<section class="wide-image">
<!-- section 1 image -->
<img src="./images/section1-image.jpg" alt="section 1 image">
</section>
<div class="header-text">
<h1>HOME APPLIANCES</h1>
</div>
<section class="four-images">
<div class="image-container">
<img src="./images/section2-image1.jpg " alt="Image 1">
<div class="text-and-description">
<h2>HOME THEATRE SYSTEMS</h2>
<p>Upgrade your media centre</p>
</div>
</div>
<div class="image-container">
<img src="./images/section2-image2.jpg" alt="Image 2">
<div class="text-and-description">
<h2>Mini Hi Fi Systems.</h2>
<p>Bring Sound to life with mini hi-fi music systems from LG</p>
</div>
</div>
<div class="image-container">
<img src="./images/section2-image3.jpg" alt="Image 3">
<div class="text-and-description">
<h2>Portable Speakers.</h2>
<p>Discover audio and video solutions for an immersive entertainment experience.</p>
</div>
</div>
<div class="image-container">
<img src="./images/section2-image4.jpg" alt="Image 3">
<div class="text-and-description">
<h2>Portable Speakers.</h2>
<p>Discover audio and video solutions for an immersive entertainment experience.</p>
</div>
</div>
</section>
<section class="authorized-retailers">
<h2>OUR AUTHORIZED RETAILERS</h2>
<div class="retailers-images">
<div class="retailer">
<img src="./tv-audio-images/section4-image1.jpg" alt="Retailer 1">
<button class="buy-online">Buy Online</button>
</div>
<div class="retailer">
<img src="./tv-audio-images/section4-image2.jpg" alt="Retailer 2">
<button class="buy-online">Buy Online</button>
</div>
<div class="retailer">
<img src="./tv-audio-images/section4-image3.jpg" alt="Retailer 3">
<button class="buy-online">Buy Online</button>
</div>
<div class="retailer">
<img src="./tv-audio-images/section4-image4.jpg" alt="Retailer 4">
<button class="buy-online">Buy Online</button>
</div>
<div class="retailer">
<img src="./tv-audio-images/section4-image5.jpg" alt="Retailer 5">
<button class="buy-online">Buy Online</button>
</div>
<div class="retailer">
<img src="./tv-audio-images/section4-image6.jpg" alt="Retailer 6">
<button class="buy-online">Buy Online</button>
</div>
</div>
</section>
<section class="large-images">
<div class="large-image">
<img src="./images/section5-image.jpg" alt="ad Image 1">
</div>
<div class="large-image">
<img src="./images/section6-image.jpg" alt="ad Image 2">
</div>
<section class="join-conversation-section">
<h2>Join the Conversation</h2>
<p>Connect with us to be the first to hear the latest news.</p>
</section>
<section class="connect-with-us-section">
<h2>Connect with Us</h2>
<p>Be the first to hear the latest news, including exclusive competitions and fabulous prizes from LG.</p>
<div class="social-icons">
<a href="#" target="_blank"><img src="./images/section9-facebook.jpg" alt="Facebook">
<p>Facebook</p>
</a>
<a href="#" target="_blank"><img src="./images/section9-twitter.jpg" alt="Twitter">
<p>Twitter</p>
</a>
<a href="#" target="_blank"><img src="./images/section9-youtube.jpg" alt="YouTube">
<p>YouTube</p>
</a>
<a href="#" target="_blank"><img src="./images/section9-instagram.jpg" alt="Instagram">
<p>Instagram</p>
</a>
<a href="#" target="_blank"><img src="./images/section9-whatsapp.jpg" alt="WhatsApp">
<p>WhatsApp</p>
</a>
</div>
</section>
<section class="product-service-section">
<h2>LG Product Service and Support</h2>
<p>Get your questions answered about product setup, use and care, repair and maintenance issues. We can help.</p>
</section>
<section class="contact-icons-section">
<div class="contact-icon">
<img src="./images/section10-image1.jpg" alt="Phone Icon">
<p>Phone</p>
<div class="contact-text">
<p>Call an LG Support Representative on</p>
<p>Nigeria 0800 9811 5454 (Toll Free)</p>
<p>Angola +244 935 979 006</p>
<p>Benin+229 21 37 74 09</p>
<p></p>Benin+229 21 37 74 10
<p>Burkina Faso+226 25 40 17 40</p>
<p>Burkina Faso+226 25 40 81 51</p>
<p>Burkina Faso+226 60 67 33 33</p>
<p>Cameroon +237 670 906 906</p>
<p>Cameroon+237 671 385 050</p>
<p>Cape Verde+238 261 5659</p>
<p>Cote d Ivoire+225 7933 4251</p>
<p>DR Congo+243 999 555 999</p>
<p>DR Congo+243 999 977 774</p>
<p>Gabon+241 0172 1790</p>
<p>Gabon+241 01 747 765</p>
<p>Gambia+220 795 5815</p>
<p>Ghana 1+233 550 780 779</p>
<p>Ghana 2+233 551 545 454</p>
<p>Guinea Concakry+224 664 199 999</p>
<p>Guinea Concakry+224 642 89 354</p>
<p>Liberia+231 880 538 538</p>
<p>Liberia+231 770 000 391</p>
<p>Mali+223 2029 0058</p>
<p>Mauritania+222 45 24 24 24</p>
<p>Niger+227 97 66 26 85</p>
<p> +227 96 51 77 44</p>
<p>RP Congo+242 222 94 4500</p>
<p>RP Congo+242 055 18 9728</p>
<p>RP Congo+242 055 73 1575</p>
<p>Senegal 1+221 778 003 189</p>
<p>Senegal 2+221 781 845 454</p>
<p>Sierra Leone+232 77 000 200</p>
<p>Sierra Leone+232 77 000 203</p>
<p>Sierra Leone+232 77 000 202</p>
<p>Togo+228 70 42 32 24</p>
<p>Monday to Friday: Open</p>
<p>Saturday - Sunday: Closed</p>
<p>Bank Holidays: Closed</p>
</div>
</div>
<div class="contact-icon">
<img src="./images/section10-image2.jpg" alt="Email Icon">
<p>Email</p>
<div class="contact-text">
<p>Send an email to LG customer service and support to receive a response from LG support.</p>
<p>Send a message to LG customer service.</p>
</div>
</div>
</div>
<div class="contact-icon">
<img src="./images/section10-image3.svg" alt="Your Voice to LG CEO Icon">
<p>Your Voice to LG CEO</p>
</div>
</section>
<section class="long-text-section">
<p>LG TV, Computers, Appliances, and Air Conditioners. Life’s Good with LG and its range of products...</p>
<p>Life’s Good with LG and its range of products. Begin by transforming your TV viewing experience and enjoy the thrill of premium TV/Audio/Video, with LG Electronics superior TV viewing technology. Enjoy the next level TV viewing with the widest range of Nanocell TVs, LED and OLED TVs, 4K Resolution, and Smart TV.</p>
<p>Now, being in touch with your loved ones is easier with LG’s stylish and advanced mobile phones and accessories ranging from smartphones, tablets, mobile accessories, and smartwatches. Browse guilt-free with a powerful operating system to your rescue and shine professionally with the latest computer products powered by Blu-ray technology.</p>
<p>Your household chores will never seem a burden with LG’s premium home appliances. Choose from microwave ovens, Side By Side Refrigerators, Dishwashers, top and front load washing machines, including the revolutionary Twin Wash machines, air conditioners, air dehumidifiers, LED lighting, and a host of other efficient functional devices.</p>
<p>Keep track of every move and let LG’s professional equipment leave a lasting impression behind your back. The range includes LG commercial TVs, Commercial monitors, projectors, video conference call systems, and security cameras.</p>
<p>Breathe a sigh of relief and experience bacteria-free purified air with innovative air conditioner technology. Be it the mosquito repellent split air conditioner or superior functioning of commercial and floor-standing air conditioners, ceiling cassette, ceiling concealed duct type, and HRV cooling solutions.</p>
</section>
<div class="contact-item">
<h3>Telephone</h3>
<p>Nigeria0800 9811 5454</p>
<p>Nigeria+234 805 8899 908</p>
<p>Angola +244 935 979 006</p>
<p>Benin+229 21 37 74 09</p>
<p></p>Benin+229 21 37 74 10
<p>Burkina Faso+226 25 40 17 40</p>
<p>Burkina Faso+226 25 40 81 51</p>
<p>Burkina Faso+226 60 67 33 33</p>
<p>Cameroon +237 670 906 906</p>
<p>Cameroon+237 671 385 050</p>
<p>Cape Verde+238 261 5659</p>
<p>Cote d Ivoire+225 7933 4251</p>
<p>DR Congo+243 999 555 999</p>
<p>DR Congo+243 999 977 774</p>
<p>Gabon+241 0172 1790</p>
<p>Gabon+241 01 747 765</p>
<p>Gambia+220 795 5815</p>
<p>Ghana 1+233 550 780 779</p>
<p>Ghana 2+233 551 545 454</p>
<p>Guinea Concakry+224 664 199 999</p>
<p>Guinea Concakry+224 642 89 354</p>
<p>Liberia+231 880 538 538</p>
<p>Liberia+231 770 000 391</p>
<p>Mali+223 2029 0058</p>
<p>Mauritania+222 45 24 24 24</p>
<p>Niger+227 97 66 26 85</p>
<p> +227 96 51 77 44</p>
<p>RP Congo+242 222 94 4500</p>
<p>RP Congo+242 055 18 9728</p>
<p>RP Congo+242 055 73 1575</p>
<p>Senegal 1+221 778 003 189</p>
<p>Senegal 2+221 781 845 454</p>
<p>Sierra Leone+232 77 000 200</p>
<p>Sierra Leone+232 77 000 203</p>
<p>Sierra Leone+232 77 000 202</p>
<p>Togo+228 70 42 32 24</p>
<p>Monday to Friday: Open</p>
<p>Saturday - Sunday: Closed</p>
<p>Bank Holidays: Closed</p>
</div>
<div class="contact-item">
<h3>Email</h3>
</div>
<footer>
<div class="footer-content">
<div class="left-section">
<img src="./images/footer-image1.svg" alt="World Icon">
<p>West Africa English</p>
</div>
<div class="right-section">
<a href="#" target="_blank"><img src="./images/footer-image3-facebook.svg" alt="Facebook"></a>
<a href="#" target="_blank"><img src="./images/footer-imag4-twitter.svg" alt="Twitter"></a>
<a href="#" target="_blank"><img src="./images/footer-image5-youtube.svg" alt="YouTube"></a>
</div>
</div>
<div class="bottom-footer">
<ul>
<li><a href="#">Sitemap</a></li>
<li><a href="#">Legal</a></li>
<li><a href="#">LGE Service Terms of Use</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Cookie Policy</a></li>
<li><a href="#">Accessibility Help</a></li>
</ul>
<p class="copyright">Copyright © 2009-2023 LG Electronics. All Rights Reserved</p>
</div>
</footer>
</body>
</html>