-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
310 lines (297 loc) · 16.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>DAR Electronics - Home</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" type="image/png" href="imgs/d-logo.png">
<!--Bootstrap-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="https://use.fontawesome.com/releases/v5.0.8/js/all.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!--Bootstrap-->
<!-- custom-->
<link rel="stylesheet" href="main.css" />
<!-- custom-->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-md navbar-light bg-light sticky-top">
<div class="container-fluid nav">
<a href="index.html" class="no_style navbar-brand">
<h1 class="logo"><span class="prim_blue">Dar</span>Electronics</h1>
</a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#navbarResponsive">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav mr-auto" id="nav_links">
<li class="nav-item active"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="cart.html">Cart</a></li>
<li class="nav-item"><a class="nav-link" href="products.html">Products</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">About</a></li>
<li class="nav-item"><a class="nav-link" href="faq.html">FAQ</a></li>
<li class="nav-item" id="contactBtn"><a class="nav-link"><i class="fa fa-phone orient"></i></a></li>
</ul>
<form class="form-inline mt-2 mt-md-0">
<input id="searchInput" class="form-control mr-sm-2" type="text" placeholder="Search"
aria-label="Search" readonly>
<button id="searchbtn" class="btn btn-outline-success my-2 my-sm-0 prim_blue_bg" type="button"><i
class="fa fa-search"></i></button>
</form>
</div>
</div>
</nav>
<!-- End Navigation -->
<!--Hero Image-->
<div id="slides" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="imgs/heroimage3.jpg" class="hero">
<div class="carousel-caption">
<h1 class="heroheader">get everything you need</h1>
<p class="hero_p">Technology At Your Fingertips!</p>
<a href="products.html"><button type="button" style=" text-transform: uppercase;" class="btn btn-primary prim_blue_bg">shop now</button></a>
</div>
</div>
</div>
</div>
<!--End Hero Image-->
<!--Top Categories-->
<div class="container-fluid padding text-center categoriescol">
<h1 class="display-4 heading">Top Categories</h1>
<hr class="white">
<div class="row padding">
<div class="col-md-4">
<a href = "products.html" class="linkcol" name="laptops">
<div class="img_card imgtop">
<img class="adj_img" src="imgs/laptop.png">
<h5 class="topcatcaption">Laptops</h5>
</div>
</a>
</div>
<div class="col-md-4">
<a href = "products.html" class="linkcol" name="laptops">
<div class="img_card imgtop">
<img class="adj_img" src="imgs/pc.jpg">
<h5 class="topcatcaption">PCs</h5>
</div>
</a>
</div>
<div class="col-md-4">
<a href = "products.html" class="linkcol" name="headphones">
<div class="img_card imgtop">
<img class="adj_img" src="imgs/hphones.jpg">
<h5 class="topcatcaption ">Headphones</h5>
</div>
</a>
</div>
</div>
</div>
<!--Top Categories End-->
<!--- VIDEO -->
<div class="container-fluid padding vid">
<div class="row welcome text-center">
<div class="col-12">
<video controls autoplay loop muted src="DARElectronics.mp4" poster="imgs/portfolio-1-3.png" id="DarVideo">
Your browser does not support the video source.
</video>
</div>
<hr />
</div>
</div>
<!--- VIDEO END -->
<!--Reviews-->
<div class="container-fluid padding text-center rev">
<h1 class="display-4 heading2">Reviews</h1>
<p></p>
<hr class="dark">
<br>
<div class="row padding">
<div class="MultiCarousel" data-items="1,2,3,3" data-slide="1" id="MultiCarousel" data-interval="1000">
<div class="MultiCarousel-inner">
<div class="col-md-4 item img_card2 ">
<div class="img_container">
<img class="card-img-top round_photo" src="imgs/elizeu-dias-2EGNqazbAMk-unsplash.jpg">
</div>
<div>
<h3>Michael Jackson</h3>
<p>DAR Electronics offered awesome service. I purchased a laptop for my wife Gillian and I
cant get her off the computer. When purchasing the laptop I used their phone app and it
was a great experience. The app was easy to use, navigate and it was visually pleasing.
Their delivery service was excellent and on time which was surprising seeing I live in
St. John. I definitely recommend them to everyone.</p>
</div>
</div>
<div class="col-md-4 item img_card2 ">
<div class="img_container">
<img class="card-img-top round_photo" src="imgs/christian-buehner-DItYlc26zVI-unsplash.jpg">
</div>
<div>
<h3>Robert Robertson</h3>
<p>DAR Electronics offered awesome service. I purchased a laptop for my daughter Richan and I
cant get her off the computer. When purchasing the laptop I used their phone app and it
was a great experience. The app was easy to use, navigate and it was visually pleasing.
Their delivery service was excellent and on time which was surprising seeing I live in
St. Joseph. I definitely recommend them to everyone.</p>
</div>
</div>
<div class="col-md-4 item img_card2">
<div class="img_container">
<img class="card-img-top round_photo" src="imgs/rafaella-mendes-diniz-AoL-mVxprmk-unsplash.jpg">
</div>
<div>
<h3>Nikita Burgerss</h3>
<p>To keep this short and sweet, visit DAR for your EVERY electronics need. Whatever you want
they have it. Customer service? Execellent. Delivery? Fast and Reliable. Prices? Affordable.</p>
</div>
</div>
<div class="col-md-4 item img_card2 ">
<div class="img_container">
<img class="card-img-top round_photo" src="imgs/popcaan.jpeg">
</div>
<div>
<h3>Bob Marley</h3>
<p>DAR Electronics offered awesome service. I purchased a gaming headset for my son Roger
and I cant get him off the computer. When purchasing the headset I used their phone app
and it was a great experience. The app was easy to use, navigate and it was visually
pleasing. Their delivery service was excellent and on time which was surprising seeing I
live in St. Lucy. 5 Stars in my books. ONE LOVE!</p>
</div>
</div>
<div class="col-md-4 item img_card2 ">
<div class="img_container">
<img class="card-img-top round_photo" src="imgs/vybz-kartel-beyond-the-pale.jpg">
</div>
<div>
<h3>Mavado</h3>
<p>Where do I start? DAR Electronics have such a wide range of products that when I shop I
cannot stop. Their prices are affordable and their staff are extremely well mannered.
When I had a problem I was contacted by the CEO herself. So would I recommend DAR to
anyone else? The answer is yes 100 times. I cant wait to shop at DAR again. GAZA MI SEH!</p>
</div>
</div>
<div class="col-md-4 item img_card2 ">
<div class="img_container">
<img class="card-img-top round_photo" src="imgs/r.png">
</div>
<div>
<h3>Sarah Ann Gill</h3>
<p>DAR Electronics offered awesome service. I purchased a laptop for my husband Bob and I
cant get him off the computer. When purchasing the laptop I used their phone app and it
was a great experience. The app was easy to use, navigate and it was visually pleasing.
Their delivery service was excellent and on time which was surprising seeing I live in
St. Philip. I definitely recommend them to everyone.</p>
</div>
</div>
<div class="col-md-4 item img_card2 ">
<div class="img_container">
<img class="card-img-top round_photo" src="imgs/ga-RBerxXPnZPE-unsplash.jpg">
</div>
<div>
<h3>Kylie Jenner</h3>
<p>DAR Electronics offered awesome service. I purchased a laptop for my husband Jeff and I
cant get him off the computer. When purchasing the laptop I used their phone app and it
was a great experience. The app was easy to use, navigate and it was visually pleasing.
Their delivery service was excellent and on time which was surprising seeing I live in
St. John. I definitely recommend them to everyone.</p>
</div>
</div>
<div class="col-md-4 item img_card2 ">
<div class="img_container">
<img class="card-img-top round_photo" src="imgs/meritt-thomas-aoQ4DYZLE_E-unsplash.jpg">
</div>
<div>
<h3>Sussy Crabgrass</h3>
<p>Where do I start? DAR Electronics have such a wide range of products that when I shop I
cannot stop. Their prices are affordable and their staff are extremely well mannered.
When I had a problem I was contacted by the CEO herself. So would I recommend DAR to
anyone else? The answer is yes 10000 times. I cant wait to shop at DAR again.</p>
</div>
</div>
</div>
<button class="btn btn-primary leftLst"><</button>
<button class="btn btn-primary rightLst">></button>
</div>
</div>
</div>
</div>
<footer>
<div class="container-fluid padding text-white">
<div class="row text-center">
<div class="col-md-4">
<hr class="light">
<h5>Contact Us</h5>
<hr class="light">
<p>246-494-4993</p>
<p>[email protected]</p>
<p>Bridgetown, Barbados</p>
</div>
<div class="col-md-4">
<hr class="light">
<h5>Opening Hours</h5>
<hr class="light">
<p>Monday - Friday: 8am - 5pm</p>
<p>Saturday: Closed</p>
<p>Sunday: Closed</p>
</div>
<div class="col-md-4">
<hr class="light">
<h5>Locations</h5>
<hr class="light">
<p>Sheraton Mall</p>
<p>Sky Mall</p>
<p>Limegrove</p>
</div>
<div class="col-12">
<hr class="light">
<h5>© DarElectronics 2021</h5>
</div>
</div>
</div>
</footer>
<!--- End Footer -->
<div id="contactModal" class="modal">
<div class="modalContent">
<header class="modal_header prim_blue_bg">
<div class="modal_title">contact us today</div>
<div id="closeBtn">×</span>
</header>
<form>
<div class="form-group">
<label for="name">Name</label>
<input type="text" class="form-control" name="name" aria-describedby="emailHelp"
placeholder="Enter your name" readonly />
</div>
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" iname="email" aria-describedby="emailHelp"
placeholder="Enter email" readonly>
</div>
<div class="form-group">
<label for="name">Number</label>
<input type="tel" class="form-control" name="name" aria-describedby="emailHelp"
placeholder="Enter your number" readonly />
</div>
<div class="form-group">
<label for="exampleFormControlTextarea1">Question</label>
<textarea class="form-control" name="message" rows="3" readonly></textarea>
</div>
<button type="submit" class="btn btn-primary prim_blue_bg">Submit</button>
</form>
<footer class="prim_blue_bg modal_footer"></footer>
</div>
</div>
<script src="js/script.js"></script>
<script src="js/multi_carousel.js"></script>
<script>
Array.from(document.getElementsByClassName("linkcol")).forEach(item => {
if (item.nodeName == "A")
item.addEventListener("click", (e) => localStorage.setItem("category", item.name))
})
</script>
</body>
</html>