-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct-details.html
484 lines (362 loc) · 17.1 KB
/
product-details.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
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://kit.fontawesome.com/808e60b0d9.js" crossorigin="anonymous"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap" rel="stylesheet">
<title>MR.TRADERS- Produdct Details</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap.min.css" rel="stylesheet">
<!-- Additional CSS Files -->
<link rel="stylesheet" href="fontawesome.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="owl.css">
</head>
<body>
<!-- ***** Preloader Start ***** -->
<div id="preloader">
<div class="jumper">
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- ***** Preloader End ***** -->
<marquee direction="left" scrollamount="10" onMouseOver="this.stop();" onMouseOut="this.start();">
<ul class="ticker-left">
<li>Assalam O Alaikum And Welcome To <span style="color: crimson; font-weight: bold;">MR.TRADERS</span> Online Mobile Shop For Any Query Contact Us +92 316 2593157 OR If You Want To Place The Order Please Click On Contact us Page **Delivery Available All Over Pakistan**</li>
</ul>
</marquee>
<!-- Header -->
<div class="sub-header">
<div class="container">
<div class="row">
<div class="col-md-8 col-xs-12">
<ul class="left-info">
<li><a href="#"><i class="fa fa-envelope"></i>hussainanas46@gmail.com</a></li>
<li><a href="https://api.whatsapp.com/send?phone=+92 316 2593157" target="blank"><i class="fa fa-phone"></i>+92 316 2593157</a></li>
</ul>
</div>
<div class="col-md-4">
<ul class="right-icons">
<li><a href="https://www.facebook.com/anas.hussain.148"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.instagram.com/anashussain_46/"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://api.whatsapp.com/send?phone=+92 316 2593157" target="blank"><i class="fa fa-whatsapp"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<header class="">
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand" href="index.html"><h3>Mr.Traders</h3></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="products.html">Products Details</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- Page Content -->
<div class="page-heading header-text">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>Products Details</h2><br><br><br>
<h4>Here You Can See Every Single Specification About<br><br><br><br> <h4 style="color: crimson; font-weight: bold;">IPhone 12 Pro Max </h4></h4>
</div>
</div>
</div>
</div>
<div class="services">
<div class="container">
<div class="row">
<div class="col-md-4" style="margin-top: 150px;">
<div>
<img src="anas.jpg" alt="" class="magniflier" width="350" style="border-top: solid 6px crimson; border-bottom: solid 6px crimson; border-radius: 10px;">
</div>
</div>
<div class="col-md-5" style="margin-top: 150px;">
<div class="sidebar-item recent-posts">
<div class="sidebar-heading">
<h4>IPhone 12 Pro Max (SH Master Copy)</h4><br>
</div>
<div class="content">
<p style="color: black;">Brand: Mr.Traders</p><br>
</div>
<p style="color: black;">Ratings:</p>
<fieldset class="rating">
<input type="radio" id="star5" name="rating" value="5" /><label class = "full" for="star5" title="Awesome - 5 stars"></label>
<input type="radio" id="star4half" name="rating" value="4 and a half" /><label class="half" for="star4half" title="Pretty good - 4.5 stars"></label>
<input type="radio" id="star4" name="rating" value="4" /><label class = "full" for="star4" title="Pretty good - 4 stars"></label>
<input type="radio" id="star3half" name="rating" value="3 and a half" /><label class="half" for="star3half" title="Meh - 3.5 stars"></label>
<input type="radio" id="star3" name="rating" value="3" /><label class = "full" for="star3" title="Meh - 3 stars"></label>
<input type="radio" id="star2half" name="rating" value="2 and a half" /><label class="half" for="star2half" title="Kinda bad - 2.5 stars"></label>
<input type="radio" id="star2" name="rating" value="2" /><label class = "full" for="star2" title="Kinda bad - 2 stars"></label>
<input type="radio" id="star1half" name="rating" value="1 and a half" /><label class="half" for="star1half" title="Meh - 1.5 stars"></label>
<input type="radio" id="star1" name="rating" value="1" /><label class = "full" for="star1" title="Sucks big time - 1 star"></label>
<input type="radio" id="starhalf" name="rating" value="half" /><label class="half" for="starhalf" title="Sucks big time - 0.5 stars"></label>
</fieldset>
<br><br>
</div>
<br><br>
<h3 style="color: black;">Prices :</h3> <br>
<div>
<span> </del> 26500 <sup>PKR</sup> (3/32)<sup>RAM/ROM</sup> </span><BR><BR><BR>
<span> </del> 27500 <sup>PKR</sup> (4/64)<sup>RAM/ROM</sup> </span>
</div>
<br><br>
<p style="color: black;">Color Family : (White)</p>
</div>
</div>
<br><br>
<div id="buttonhoo">
<a href="contact.html" class="filled-button">Place Order</a>
</div>
<br>
<br>
<h4>Specifications</h4><br>
<p style="color: black;">| Key Features |<br><br>
6.5 INCH SCREEN
HDC INFINTY CURVE DISPLY<br>
● PTA APPROVED<br>
■ 12MP + 7MP CAMERA TIKTOK A+<br>
■ 3500MAH BATTERY<br>
■ 4G SUPPORTED<br>
■ FAST CHARGING <br>
■ SAME AS ORIGNAL<br>
■ SMOOTH TOUCH <br>
■ FACE UNLOCK<br>
■ NO HANG NO LAG<br>
■ BOX PACK <br>
■ 3 MONTHS WARRANTY <br>
■ PTA LIFE TIME<br>
■ DUAL SIM <br><br>
COLOUR FAMILY<br>
● PACIFIC BLUE <br>
● GOLD <br>
● BLACK <br>
● WHITE</p><br><br>
<p style="color: black; font-size: 20px; font-weight: bold;">**Note**</p>
<p style="color: black; font-size: 18px;">24/7 Delivery Available All Over Pakistan</p>
<p style="color: black; font-size: 16px;">To Place Your Order Click on The Button Above it Will Get You to the <a style="color: crimson; font-size: 18px;" href="contact.html">Contact Us</a> Page Just Fill that Form When We Recieve Your Email We'll Contact You By OurSelf.</p><br>
<p style="color: black; font-size: 16px;">Regards,</p>
<p style="color: crimson; font-size: 18px;">Mr.Traders</p>
<hr style="border: solid 2px black;">
<br>
<br>
<br>
</div>
</div>
<h1 class="container">Mobile Phone Prices in Pakistan :</h1><br>
<div class="container"><p style="color: black; margin-bottom: 80px; font-size: 16px;">Buying Mobile Phones Online in Pakistan
The process of buying a mobile phone often starts with researching the kind of mobile phone that is best suitable for you. The factors include camera, design, shape, weight, operating system, specifications, storage, display, etc. Apart from these, another important factor is the price. After deciding on which mobile phone you want to purchase, the question is where to buy it at the best price while not compromising on any other factor? The answer is <span style="color: crimson; font-weight: bold;">Mr.Traders!</span> You can buy mobile phones at the most reasonable price in Pakistan from Telemart. Our actual prices are low, that is for sure, but that is not it! We offer discounts on the actual prices, so you get the best deal only on <span style="color: crimson; font-weight: bold;">Mr.Traders</span>
</div>
<div class="promo-area">
<div class="zigzag-bottom"></div>
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="single-promo promo1">
<i class="fa fa-handshake"></i>
<p style="color: white; font-size: 17px;">Cash On Delivery</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="single-promo promo2">
<i class="fa fa-truck"></i>
<p style="color: white; font-size: 17px;">Free shipping</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="single-promo promo3">
<i class="fa fa-lock"></i>
<p style="color: white; font-size: 17px;">Secure payments</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="single-promo promo4">
<i class="fa fa-smile"></i>
<p style="color: white; font-size: 17px;">Happy Customers</p>
</div>
</div>
</div>
</div>
</div> <!-- End promo area -->
<!-- Footer Starts Here -->
<!-- Footer Starts Here -->
<div class="footer-basic">
<footer>
<div class="social"><a href="https://www.instagram.com/anashussain_46/"><i class="fa fa-instagram"></i></a><a href="https://www.snapchat.com/@anashussain6"><i class="fa fa-snapchat"></i></a></i></a><a href="https://www.facebook.com/anas.hussain.148"><i class="fa fa-facebook"></i></a></div>
<ul class="list-inline">
<li class="list-inline-item"><a href="index.html">Home</a></li>
<li class="list-inline-item"><a href="products.html">Products</a></li>
<li class="list-inline-item"><a href="contact.html">Contact Us</a></li>
</ul>
<br>
<p class="copyright"><a href="#">MR.TRADERS</a> © 2021</p>
<p style="text-align: center;">Developed And Designed By Sufyan Khan </p>
</footer>
</div>
<!-- Bootstrap core JavaScript -->
<script src="jquery.min.js"></script>
<script src="bootstrap.bundle.min.js"></script>
<!-- Additional Scripts -->
<script src="custom.js"></script>
<script src="owl.js"></script>
<script src="slick.js"></script>
<script src="accordions.js"></script>
<script language = "text/Javascript">
cleared[0] = cleared[1] = cleared[2] = 0; //set a cleared flag for each field
function clearField(t){ //declaring the array outside of the
if(! cleared[t.id]){ // function makes it static and global
cleared[t.id] = 1; // you could use true and false, but that's more typing
t.value=''; // with more chance of typos
t.style.color='#fff';
}
}
</script>
<script>
$(function() {
var native_width = 0;
var native_height = 0;
var mouse = {x: 0, y: 0};
var magnify;
var cur_img;
var ui = {
magniflier: $('.magniflier')
};
// Add the magnifying glass
if (ui.magniflier.length) {
var div = document.createElement('div');
div.setAttribute('class', 'glass');
ui.glass = $(div);
$('body').append(div);
}
// All the magnifying will happen on "mousemove"
var mouseMove = function(e) {
var $el = $(this);
// Container offset relative to document
var magnify_offset = cur_img.offset();
// Mouse position relative to container
// pageX/pageY - container's offsetLeft/offetTop
mouse.x = e.pageX - magnify_offset.left;
mouse.y = e.pageY - magnify_offset.top;
// The Magnifying glass should only show up when the mouse is inside
// It is important to note that attaching mouseout and then hiding
// the glass wont work cuz mouse will never be out due to the glass
// being inside the parent and having a higher z-index (positioned above)
if (
mouse.x < cur_img.width() &&
mouse.y < cur_img.height() &&
mouse.x > 0 &&
mouse.y > 0
) {
magnify(e);
}
else {
ui.glass.fadeOut(100);
}
return;
};
var magnify = function(e) {
// The background position of div.glass will be
// changed according to the position
// of the mouse over the img.magniflier
//
// So we will get the ratio of the pixel
// under the mouse with respect
// to the image and use that to position the
// large image inside the magnifying glass
var rx = Math.round(mouse.x/cur_img.width()*native_width - ui.glass.width()/2)*-1;
var ry = Math.round(mouse.y/cur_img.height()*native_height - ui.glass.height()/2)*-1;
var bg_pos = rx + "px " + ry + "px";
// Calculate pos for magnifying glass
//
// Easy Logic: Deduct half of width/height
// from mouse pos.
// var glass_left = mouse.x - ui.glass.width() / 2;
// var glass_top = mouse.y - ui.glass.height() / 2;
var glass_left = e.pageX - ui.glass.width() / 2;
var glass_top = e.pageY - ui.glass.height() / 2;
//console.log(glass_left, glass_top, bg_pos)
// Now, if you hover on the image, you should
// see the magnifying glass in action
ui.glass.css({
left: glass_left,
top: glass_top,
backgroundPosition: bg_pos
});
return;
};
$('.magniflier').on('mousemove', function() {
ui.glass.fadeIn(200);
cur_img = $(this);
var large_img_loaded = cur_img.data('large-img-loaded');
var src = cur_img.data('large') || cur_img.attr('src');
// Set large-img-loaded to true
// cur_img.data('large-img-loaded', true)
if (src) {
ui.glass.css({
'background-image': 'url(' + src + ')',
'background-repeat': 'no-repeat'
});
}
// When the user hovers on the image, the script will first calculate
// the native dimensions if they don't exist. Only after the native dimensions
// are available, the script will show the zoomed version.
//if(!native_width && !native_height) {
if (!cur_img.data('native_width')) {
// This will create a new image object with the same image as that in .small
// We cannot directly get the dimensions from .small because of the
// width specified to 200px in the html. To get the actual dimensions we have
// created this image object.
var image_object = new Image();
image_object.onload = function() {
// This code is wrapped in the .load function which is important.
// width and height of the object would return 0 if accessed before
// the image gets loaded.
native_width = image_object.width;
native_height = image_object.height;
cur_img.data('native_width', native_width);
cur_img.data('native_height', native_height);
//console.log(native_width, native_height);
mouseMove.apply(this, arguments);
ui.glass.on('mousemove', mouseMove);
};
image_object.src = src;
return;
} else {
native_width = cur_img.data('native_width');
native_height = cur_img.data('native_height');
}
//}
//console.log(native_width, native_height);
mouseMove.apply(this, arguments);
ui.glass.on('mousemove', mouseMove);
});
ui.glass.on('mouseout', function() {
ui.glass.off('mousemove', mouseMove);
});
});
</script>
</body>
</html>