-
Notifications
You must be signed in to change notification settings - Fork 0
/
led_light (7).html
247 lines (245 loc) · 9.38 KB
/
led_light (7).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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="product.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css">
<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>Document</title>
</head>
<body>
<nav>
<div class="nav">
<center><img class="logo" src="pictures/home/logo.png"></center>
<div class="search">
<input type="text" class="searchTerm" placeholder="What are you looking for?">
<button type="submit" class="searchButton">
<i class="fa fa-search"></i>
</button>
</div>
<div class="counter-container">
<h1 id="visitor-count">Visitor:</h1>
<p id="counter">0</p>
</div>
<script>
let count = 0;
// Increment the counter every second
setInterval(function() {
count++;
document.getElementById('counter').innerText = count;
},60000 );
</script>
</div>
<div class="topnav" id="myTopnav">
<a href="index.html#home" class="active">Home</a>
<a href="index.html#about">ABOUT</a>
<a href="index.html#ceiling-lights">CEILING LIGHTS</a>
<a href="index.html#lamps">LAMPS</a>
<a href="index.html#fan">FANS</a>
<a href="index.html#chandeilier">CHANDEILIER</a>
<a href="index.html#pendant">PENDANT</a>
<a href="index.html#ledlight">LED Lights</a>
<a href="index.html#gallery">GALLERY</a>
<a href="index.html#contact">Contact Us</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
</nav>
<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
<br><br><br><br>
<div class="wrapper">
<div class="img">
<img src="pictures/led_light/led-light (7).jpg">
</div>
<div class="text">
<h3>Pro Track® Zephyr 6-Light Satin Nickel LED Track Kit Fixture</h3>
<br> <h3> <center>Brand: LITHOLOGY</center></h3>
<br>
<center><h4>$269.99</h4></center>
<br>
<center>
<span class="fa fa-star checked" style="font-size: 30px;"></span>
<span class="fa fa-star checked" style="font-size: 30px;"></span>
<span class="fa fa-star checked" style="font-size: 30px;"></span>
<span class="fa fa-star" style="font-size: 30px;"></span>
<span class="fa fa-star" style="font-size: 30px;"></span></center>
<br>
<center><h6>PRODUCT DETAILS</h6></center>
<p>Product Details
Open frosted glass globes shine bright, energy-efficient LED lighting onto artwork, seating areas, and more.
</p>
<br>
<center><button id="myButton">BUY NOW</button> <button id="myButtons">FEEDBACK</button></center>
<br>
</div>
</div>
<footer class="footer"><br>
<center><h3>CHIC LIGHTNING</h3></center><br><br>
<div class="row">
<div class="footer-col">
<h4>GET HELP</h4>
<ul>
<li><a href="#about">About Us</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="sitemap.html">Site Map</a></li>
<li><a href="#contact">CONTACT US</a></li>
</ul>
</div>
<div class="footer-col">
<h4>BRANDS</h4>
<ul>
<li><a href="index.html#brand">LAMPPLUS</a></li>
<li><a href="index.html#brand">KICHLER</a></li>
<li><a href="index.html#brand">HORCHOW</a></li>
<li><a href="index.html#brand">LITHOLOGY</a></li>
</ul>
</div>
<div class="footer-col">
<h4>CATEGORIES</h4>
<ul>
<li><a href="index.html#ceiling-lights">CEILING LIGHTS</a></li>
<li><a href="index.html#lamps">LAMPS</a></li>
<li><a href="index.html#fan">FANS</a></li>
<li><a href="index.html#chandeilier">CHANDEILIER</a></li>
<li> <a href="index.html#pendant">PENDANT</a></li>
<li><a href="index.html#ledlight">LED Lights</a> </li>
</ul>
</div>
<div class="footer-col">
<h4>follow us</h4>
<div class="social-links">
<a href="https://www.facebook.com/"><i class="fab fa-facebook-f"></i></a>
<a href="https://twitter.com/"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</footer>
<div id="myPopup" class="popup">
<div class="billing">
<h1>BILLING ADRESS</h1>
<div class="input-box">
<label>NAME</label>
<br>
<input type="text" required placeholder="Name">
</div>
<br>
<div class="input-box">
<label>EMAIL</label>
<br>
<input type="email" required placeholder="Email">
</div>
<br>
<div class="input-box">
<label>ADRESS</label>
<br>
<input type="text" required placeholder="Adress">
</div>
<br>
<div class="input-box">
<label>CITY</label>
<br>
<input type="text" required placeholder="City">
</div>
<br>
<div class="input-box">
<label>ADDITIONAL INFO</label>
<br>
<input type="text" required style="height: 80px;">
</div>
</div>
<div class="payment">
<h1>PAYMENT</h1>
<h3>Card Accepted</h3>
<div class="card">
<img src="pictures/home/visa card.png" style="height: 70px; width: 80px;">
<img src="pictures/home/master card.png" style="height: 70px; width: 80px;">
<img src="pictures/home/paypak card.png" style="height: 70px; width: 80px;">
</div>
<br>
<div class="input-box">
<label>CERDITCARD NO</label>
<br>
<input type="text" required placeholder="enter card number">
</div>
<br>
<div class="input-box">
<label>Exp MONTH</label>
<br>
<input type="text" required placeholder="enter month">
</div>
<br>
<div class="input-box">
<label>Exp year</label>
<br>
<input type="text" required placeholder="enter year">
</div> <br>
<center> <button id="closePopup" class="btn">
SUBMIT
</button></center>
</div>
</div>
<div class="popup" id="myPopup1">
<div class="feedback">
<center><h1>DROP A FEEDBACK</h1></center>
<center>
<div class="info">
<br>
<h2>PERSONAL INFORMATION</h2>
<div class="input-box">
<label>NAME</label> <input type="text" required style="height: 25px; width: 200px;">
</div><br>
<div class="input-box">
<label>Email</label> <input type="email" required style="height: 25px; width: 200px;">
</div><br>
<div class="input-box">
<label>NUMBER</label> <input type="text" required style="height: 25px; width: 200px;">
</div><br>
</div>
<br>
<div class="feed">
<h2>YOUR FEEDBACK</h2>
<input type="text" placeholder="WRITE YOUR FEEDBACK">
</div>
<button id="closePopups" class="btn1">SUBMIT</button>
</div>
</center>
</div>
<script>
myButton.addEventListener("click", function () {
myPopup.classList.add("show");
});
closePopup.addEventListener("click", function () {
myPopup.classList.remove("show");
});
window.addEventListener("click", function (event) {
if (event.target == myPopup) {
myPopup.classList.remove("show");
}
});
myButtons.addEventListener("click", function () {
myPopup1.classList.add("show");
});
closePopups.addEventListener("click", function () {
myPopup1.classList.remove("show");
});
window.addEventListener("click", function (event) {
if (event.target == myPopup1) {
myPopup1.classList.remove("show");
}
});
</script>
</body>
</html>