-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathiphone11pro.html
More file actions
220 lines (202 loc) · 6.56 KB
/
iphone11pro.html
File metadata and controls
220 lines (202 loc) · 6.56 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>iPhone se </title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
</head>
<body>
<!-- Navbar -->
<div class="container ">
<div class="navbar">
<div class="logo">
<i class="fab fa-apple fa-2x"></i>
</div>
<nav>
<ul id="menuItems">
<li><a href="index.html">Home</a></li>
<li><a href="#related_id">Products</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Account</a></li>
</ul>
</nav>
<img src="cart.png" width="30px" height="30px">
<img src="menu.png" class="menu-icon" onclick="menutoggle()">
</div>
</div>
<!-- single product details -->
<div class="small-container single-product">
<div class="row">
<div class="col-2">
<img src="iphone_11promax.png" width="100%" height="550px" id="productImg">
<div class="small-img-row">
<div class="small-img-col">
<img src="iPhone11_sideview.png" width="100%" class="small-img">
</div>
<div class="small-img-col">
<img src="iphone_11promax_2_.jpg" width="100%" style="top:4px;" class="small-img">
</div>
<div class="small-img-col">
<img src="iphone_11promax_3_.jpg" width="100%" class="small-img">
</div>
<div class="small-img-col">
<img src="iphone_11promax_4.jpg" width="100%" class="small-img">
</div>
</div>
</div>
<div class="col-2">
<h1>iPhone 11 pro </h1>
<h4>Starting from ₹42,500 MRP</h4>
Quantity: <input type="number" name="" value="1">
<a href="" class="btn">Add To Cart</a>
<h3>Product Details <i class="fa fa-indent"></i></h3>
<br>
<p>
For video, the device offers 4K capture at 24/30/60fps, as well as slo-mo 1080p footage at either 120 or 240fps. HDR processing is available on video capture up to 30fps, and you can snap 8K stills while recording 4K video, or capture a time lapse video with stabilization. Video formats include both HEVC and H. 264.>Up to 13 hours of video playback.>Water resistant to a depth of 1 metre for up to 30 minutes.
</p>
</div>
</div>
</div>
<!-- title -->
<div class="small-container">
<div class="row row-2">
<h2 class="text-center" id="related_id">Related Products</h2>
</div>
</div>
<div class="small-container">
<div class="row">
<div class="col-4">
<a href="iphone_se_buyoption.html"><img src="Apple_1.png"></a>
<h4 style="text-align: center;">iPhone <span style="border:2px solid black;border-radius:5px; padding:1px; font-size:15px;"><b>SE</b></span></h4>
<div class="rating " style="text-align:center; ">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-o"></i>
</div>
<p style="text-align: center;">
₹1,06,600 MRP
</p>
</div>
<div class="col-4">
<a href="iphone11.html"><img src="iphone_11.png"></a>
<h4 style="text-align: center;">iPhone 11</h4>
<div class="rating" style="text-align: center;">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-o"></i>
</div>
<p style="text-align: center;">
₹68,300 MRP
</p>
</div>
<div class="col-4">
<img src="iphone_xr.png">
<h4 style="text-align: center;">iPhone<span style="border:2px solid black;border-radius:5px; font-size:11px; font-weight: bold; padding-left:4px; padding-right:4px;"><b>R</b></span> </h4>
<div class="rating" style="text-align: center;">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-o"></i>
</div>
<p style="text-align: center;">
₹ 52,500 MRP
</p>
</div>
<div class="col-4">
<img src="iphone-xs-max.jpg">
<h4 style="text-align: center;">iPhoneXs max</h4>
<div class="rating" style="text-align: center;">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-o"></i>
</div>
<p style="text-align: center;">
₹ 72,500 MRP
</p>
</div>
</div>
</div>
<!-- footer -->
<div class="footer">
<div class="container">
<div class="row">
<div class="footer-col-1">
<h3>Download Our App</h3>
<p>
Download App for Android and ios mobile phones
</p>
<div class="app-logo">
<img src="play-store.png">
<img src="app-store.png">
</div>
</div>
<div class="footer-col-2 " style="margin-bottom: 90px;">
<i class="fab fa-apple fa-4x"></i>
<p>
Our Purpose is to sustainably make the pleasure and benifits to sports accessible to the many
</p>
</div>
<div class="footer-col-3">
<h3>Useful links</h3>
<ul>
<li>Coupons</li>
<li>Return Policy</li>
<li>tickets</li>
<li>Join affliate</li>
</ul>
</div>
<div class="footer-col-3">
<h3>Follow Us</h3>
<ul>
<li>FaceBook</li>
<li>Intagram</li>
<li>Twitter</li>
</ul>
</div>
</div>
<hr>
<p class="copyright">© 2020 - JAY SALUNKE</p>
</div>
</div>
<!-- Javascript menu -->
<script type="text/javascript">
var menuItems = document.getElementById("menuItems");
menuItems.style.maxHeight = "0px";
function menutoggle() {
if(menuItems.style.maxHeight == "0px"){
menuItems.style.maxHeight = "200px";
}else{
menuItems.style.maxHeight = "0px";
}
}
</script>
<!-- product gallery -->
<script type="text/javascript">
var productImg = document.getElementById("productImg");
var smallImg = document.getElementsByClassName("small-img");
smallImg[0].onclick = function(){
productImg.src = smallImg[0].src;
}
smallImg[1].onclick = function(){
productImg.src = smallImg[1].src;
}
smallImg[2].onclick = function(){
productImg.src = smallImg[2].src;
}
smallImg[3].onclick = function(){
productImg.src = smallImg[3].src;
}
</script>
</body>
</html>