-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathipad9-1.html
184 lines (184 loc) · 11.1 KB
/
ipad9-1.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
<!DOCTYPE html>
<html lang="en">
<head>
<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>iPad - Zone Electronics</title>
<script src="https://code.jquery.com/jquery-3.6.1.min.js" integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,700&subset=latin-ext" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/product.css" />
</head>
<body class="pt-2 pb-2" id="body">
<header id="header">
<div class="container">
<div class="row align-items-center">
<div class="col-2">
<a href="index.html"><img src="/image/logo.png" width="100px" height="80px" alt=""></a>
</div>
<div class="col-8">
<nav class="navbar ">
<li class="nav-link"><a href="iphone.html">Iphone</a></li>
<li class="nav-link"><a href="mac.html">Mac</a></li>
<li class="nav-link"><a href="ipad.html">Ipad</a></li>
<li class="nav-link"><a href="watch.html">Watch </a></li>
<li class="nav-link"><a href="zonecompare.html">Zone Compare</a></li>
<li class="nav-link"><a href="contactus.html">Contact Us</a></li>
</nav>
</div>
<div class="col-2">
<div class="dropdown">
<span>Connect</span>
<div class="dropdown-content">
<a href="register.html" style="color: black;">Register</a><br>
<a href="login.html" style="color: black;">Login</a>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="container">
<div class="container-fluid">
<div class="row">
<div class="col-6" style="text-align: center;">
<div class="product">
<div class="product__images">
<img src="/image/ipadp1.png" alt="" class="product__main-image" id="main-image"/>
<div class="product__slider-wrap">
<div class="product__slider">
<img src="/image/ipadp1.png" alt="" class="product__image product__image--active"/>
<img src="/image/ipad9-1-1.jpg"alt=""class="product__image"/>
<img src="/image/ipad9-1-2.jpg"alt=""class="product__image"/>
<img src="/image/ipad9-1-3.jpg" alt="" class="product__image"/>
<img src="/image/ipad9-1-4.jpg" alt="" class="product__image"/>
<img src="/image/ipad9-1-5.jpg" alt="" class="product__image"/>
<img src="/image/ipad9-1-6.jpg" alt="" class="product__image"/>
</div>
</div>
</div>
</div>
</div>
<div class="col-6">
<h1>iPad 9 10.2 inch WiFi 64GB</h1>
<label for="mac13">Prices and promotions at:</label>
<select id="mac13" style="color: black;">
<option value="1" selected style="color: black;">Ho Chi Minh City</option>
<option value="2" style="color: black;">Ha Noi</option>
<option value="3" style="color: black;">Da Nang</option>
<option value="4" style="color: black;">Da Lat</option>
</select>
<h3><b>8.790.000₫ *</b> <del>9.990.000₫</del> -12%</h3>
<p style="border-style: none; border-radius: 10%; background-color: black; width: 140px; text-align: center; padding: 10px;">64GB Capacity</p>
<p>Color: Silver</p>
<p style="text-align: center; border-style: none; border-radius: 10%; background-color: black; width: 100px; padding: 10px;">Buy Now</p>
<div style="border: none; background-color: rgb(89, 86, 86); padding: 12px; border-radius: 5%;">
<p><b>Promotions</b></p>
<small>Prices and promotions are expected to apply until 23:00 | 25/10</small>
<hr>
<li>Free genuine 24 month warranty</li>
<li>Old collection Renewal: Discount up to 1.5 million (Depending on old model, not applicable with payment gateway discount)<span style="color: red;">(click to see details)</span></li>
<li>15% off 6-month broken insurance package <span style="color: red;">(click to see details)</span></li>
<li>20% off 12 Months Extended Warranty <span style="color: red;">(click for details)</span> </li>
<li>Enter code SPPMWG 10% off up to 100,000 VND when paying via ShopeePay Wallet <span style="color: red;">(click for details)</span> </li>
<li>Enter code TGDD to reduce 4% up to 200,000 VND for orders of 500,000 VND or more when paying via Moca Wallet on Grab app <span style="color: red;">(click for details)</span> </li>
<hr>
<small>(*) Prices or promotions do not apply special interest installment installments (0%, 0.5%, 1%)</small>
</div>
<hr>
<h4>Package includes: Box, Instuction Book, Sim Tree, Lightning Cable - Type C</h4>
<h4>Whatever it is, change it for 12 months at 3432 supermarkets nationwide <span style="color: red;">View details of warranty, exchange and return policy</span></h4>
<h4>Genuine 1 year warranty</h4>
<h4>Fast delivery nationwide <span style="color: red;">View details</span></h4>
<h4 style="text-align: center;"><a href="/word/iPad 9 10.2 inch WiFi.docx">Click here to dowload details</a></h4>
</div>
</div>
</div>
</div>
<hr>
<footer class="footer-area bg-gray pt-100 pb-70">
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-4 col-sm-4">
<div class="copyright mb-30">
<div class="footer-logo">
<a href="index.html">
<img alt="" src="/image/logo.png" width="120px" height="100px"> </a>
</a>
</div>
<p>© 2022 <a href="index.html" style="color: white;">Zone Electronics</a>.<br> All Rights Reserved</p>
</div>
</div>
<div class="col-lg-2 col-md-4 col-sm-4">
<div class="footer-widget mb-30 ml-30">
<div class="footer-title">
<h3><b>SITE MAP</b></h3>
</div>
<div class="footer-list">
<ul>
<li class="nav-link"><a href="index.html" style="color: white;">Homepage</a></li>
<li class="nav-link"><a href="index.html" style="color: white;">Shop</a></li>
<li class="nav-link"><a href="zonecompare.html" style="color: white;">Zone Compare</a></li>
<li class="nav-link"><a href="contactus.html" style="color: white;">Contact Us</a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-2 col-md-4 col-sm-4">
<div class="footer-widget mb-30 ml-50">
<div class="footer-title">
<h3><b>CATEGORIES</b></h3>
</div>
<div class="footer-list">
<ul>
<li class="nav-link"><a href="iphone.html" style="color: white;">iPhone</a></li>
<li class="nav-link"><a href="mac.html" style="color: white;">Mac</a></li>
<li class="nav-link"><a href="ipad.html" style="color: white;">iPad</a></li>
<li class="nav-link"><a href="watch.html" style="color: white;">Watch</a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 col-sm-6">
<div class="footer-widget mb-30 ml-75">
<div class="footer-title">
<h3><b>FOLLOW US</b></h3>
</div>
<div class="footer-list">
<ul>
<li class="nav-link"><a href="https://www.facebook.com/" style="color: white;">Facebook</a></li>
<li class="nav-link"><a href="https://twitter.com/?lang=vi" style="color: white;">Twitter</a></li>
<li class="nav-link"><a href="https://www.instagram.com/" style="color: white;">Instagram</a></li>
<li class="nav-link"><a href="https://www.youtube.com/" style="color: white;">Youtube</a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="footer-widget mb-30 ml-70">
<div class="footer-title">
<h3><B>SUBSCRIBE</B></h3>
</div>
<div class="subscribe-style">
<p>Get E-mail updates about our latest shop and special offers.</p>
<input type="email" placeholder="Enter your email"/>
<input type="text" placeholder="Enter your comment"/><br>
<input type="submit" value="Subscrise"/>
</div>
</div>
</div>
</div>
</div>
</footer>
</body>
<script src="/scripts/mainZone.js"></script>
<script src="/scripts/productslider.js"></script>
</html>