-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathZEBRONICSGamingCPU.html
More file actions
191 lines (175 loc) · 9.54 KB
/
ZEBRONICSGamingCPU.html
File metadata and controls
191 lines (175 loc) · 9.54 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>ZEBRONICS Gaming CPU</title>
<link rel="stylesheet" href="productmain.css">
<link href='https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css' rel='stylesheet'>
<link href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css' rel='stylesheet'>
<script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js'></script>
<link rel='stylesheet' href='https://sachinchoolur.github.io/lightslider/dist/css/lightslider.css'>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
</head>
<body oncontextmenu='return false' class='snippet-body'>
<div class="container-fluid mt-2 mb-3">
<div class="row no-gutters">
<div class="col-md-5 pr-2">
<div class="card">
<div class="demo">
<ul id="lightSlider">
<!-- <h2 class="w3-center">Manual Slideshow</h2> -->
<div class="w3-content w3-display-container">
<img class="mySlides" src="images/products/best selling/cpu.jpg" style="height: 600px; width:100%">
<img class="mySlides" src="images/products/best selling/cpu1.jpg" style="height: 600px; width:100%">
<img class="mySlides" src="images/products/best selling/cpu2.jpg" style="height: 600px; width:100%">
<img class="mySlides" src="images/products/best selling/cpu3.jpg" style="height: 600px; width:100%">
<img class="mySlides" src="images/products/best selling/cpu4.jpg" style="height: 600px; width:100%">
<img class="mySlides" src="images/products/best selling/cpu5.jpg" style="height: 600px; width:100%">
<button class="w3-button w3-black w3-display-left" onclick="plusDivs(-1)">❮</button>
<button class="w3-button w3-black w3-display-right" onclick="plusDivs(1)">❯</button>
</div>
<script>
var slideIndex = 1;
showDivs(slideIndex);
function plusDivs(n) {
showDivs(slideIndex += n);
}
function showDivs(n) {
var i;
var x = document.getElementsByClassName("mySlides");
if (n > x.length) {slideIndex = 1}
if (n < 1) {slideIndex = x.length}
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
x[slideIndex-1].style.display = "block";
}
</script>
</div>
</div>
<!-- <div class="card mt-2">
<div class="stars">
<span>★</span>
<span>★</span>
<span>★</span>
<span>★</span>
<span>★</span>
</div>
</div> -->
</div>
<div class="col-md-7">
<div class="card">
<div class="d-flex flex-row align-items-center">
<!-- <div class="p-ratings"> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> </div> <span class="ml-1">5.0</span> -->
</div>
<div class="about"> <span class="font-weight-bold"> ZEBRONICS Glass Raptor Mid-Tower Premium Gaming Cabinet CPU</span><br>
<h4 class="font-weight-bold">₹8,829 <del style="font-size: 15px; color: rgb(88, 87, 87);">₹12,050</del> </h4>
</div>
<div class="buttons" style="display: flex; gap: 10px;">
<form action="cart1.jsp" method="post">
<input type="hidden" name="prodId" value="3657" style="border:none;" readonly>
<button class="btn btn-outline-warning btn-long cart">Add to Cart</button>
</form>
<form action="" method="">
<input type="hidden" name="prodId" value="3657" style="border:none;" readonly>
<button class="btn btn-warning btn-long buy">Buy it Now</button>
</form>
<form action="wishlist1.jsp" method="post">
<input type="hidden" name="prodId" value="3657" style="border:none;" readonly>
<button class="btn btn-light wishlist"> <i class="fa fa-heart"></i> Wishlist</button>
</form>
</div>
<hr>
<div class="product-description">
<div class="mt-2"> <span class="font-weight-bold">Product Description</span>
<p>ZEBRONICS Glass Raptor Mid-Tower Premium Gaming Cabinet Eatx/ATX/Matx, 3X 120Mm Front + 2X 120Mm Bottom Fan + 1X 120Mm Rear Fan, Argb Inner Glow, RGB Led Control, (White).</p>
<div class="bullets">
<div class="d-flex align-items-center"> <span class="dot"></span> <span class="bullet-text">Brand: ZEBRONICS</span> </div>
<div class="d-flex align-items-center"> <span class="dot"></span> <span class="bullet-text">Motherboard Compatibility: Micro ATX</span> </div>
<div class="d-flex align-items-center"> <span class="dot"></span> <span class="bullet-text">Case Type: Mid Tower</span> </div>
<div class="d-flex align-items-center"> <span class="dot"></span> <span class="bullet-text">Colour: White</span> </div>
<div class="d-flex align-items-center"> <span class="dot"></span> <span class="bullet-text">Material: Tempered Glass</span> </div>
<div class="d-flex align-items-center"> <span class="dot"></span> <span class="bullet-text">Number of USB 2.0 Ports: 2</span> </div>
<div class="d-flex align-items-center"> <span class="dot"></span> <span class="bullet-text">Number of USB 3.0 Ports: 2</span> </div>
</div>
</div>
</div>
</div>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<span class="heading">User Rating</span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star"></span>
<p>4.0 average based on 101 reviews.</p>
<hr style="border:3px solid #f1f1f1">
<div style="padding: 15px; margin-left: 10px;" class="row">
<div class="side">
<div>5 star</div>
</div>
<div class="middle">
<div class="bar-container">
<div class="bar-5"></div>
</div>
</div>
<div class="side right">
<div>50</div>
</div>
<div class="side">
<div>4 star</div>
</div>
<div class="middle">
<div class="bar-container">
<div class="bar-4"></div>
</div>
</div>
<div class="side right">
<div>25</div>
</div>
<div class="side">
<div>3 star</div>
</div>
<div class="middle">
<div class="bar-container">
<div class="bar-3"></div>
</div>
</div>
<div class="side right">
<div>8</div>
</div>
<div class="side">
<div>2 star</div>
</div>
<div class="middle">
<div class="bar-container">
<div class="bar-2"></div>
</div>
</div>
<div class="side right">
<div>6</div>
</div>
<div class="side">
<div>1 star</div>
</div>
<div class="middle">
<div class="bar-container">
<div class="bar-1"></div>
</div>
</div>
<div class="side right">
<div>11</div>
</div>
</div>
</div>
</div>
</div>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js'></script>
<script src='https://sachinchoolur.github.io/lightslider/dist/js/lightslider.js'></script>
<script>
</script>
<script type='text/javascript' src='https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js'></script>
<script type='text/javascript' src=''></script>
<script type='text/javascript' src=''></script>
<script type='text/Javascript'></script>