-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct.html
176 lines (152 loc) · 5.94 KB
/
product.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
<!DOCTYPE HTML>
<html>
<head>
<meta charset=utf-8">
<meta name="description" content="Ecommerce Website">
<meta name="author" content="Fawaz ahamed">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="An HTML Based Electronic Ecommerce Store">
<link rel="stylesheet" href="main.css" type="text/css">
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css" type="text/css">
<title>Product</title>
</head>
<body>
<header>
<nav>
<!-- navigation -->
<div class="top-nav-bar">
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html">
<img src="Includes/Image/gadgetmac.png" class="logo" alt="IMG-LOGO">
</a>
</div>
<form class="navbar-form navbar-left" action="">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search">
</div>
</form>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="userregister.html"><span class="glyphicon glyphicon-user"></span> Sign Up</a></li>
<li><a href="login.html"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
</ul>
</div>
</div>
</nav>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item"><a href="#">Mobiles</a></li>
<li class="breadcrumb-item active" aria-current="page">Apple IPhone X</li>
</ol>
</nav>
</header>
<main>
<div class="product-container">
<div class="card">
<div class="row">
<aside class="col-sm-5 border-right">
<article class="gallery-wrap">
<div class="img-big-wrap">
<div> <a href="#"><img src="Includes/Image/x2.jpg" id="big-img"></a></div>
</div>
<div class="img-small-wrap">
<div class="item-gallery"> <img onclick="changeimage(this)" src="Includes/Image/x2.jpg" class="sub-images"> </div>
<div class="item-gallery"> <img onclick="changeimage(this)" src="Includes/Image/x2back.jpg" class="sub-images"> </div>
<div class="item-gallery"> <img onclick="changeimage(this)" src="Includes/Image/x2side.jpg" class="sub-images"> </div>
</div>
</article>
</aside>
<aside class="col-sm-7">
<article class="card-body p-5">
<h3 class="title mb-3">Apple iPhone X (Space Grey, 3GB RAM, 64GB Storage, 12 MP Dual Camera, 458 PPI Display)</h3>
<p class="price-detail-wrap">
<span class="price h3 text-warning">
<span class="currency">MRP </span><span class="num">74,999</span>
</span>
<span>Inclusive of all tax</span>
</p>
<dl class="item-property">
<dt>Description</dt>
<dd><p>Camera: 12+12 MP Dual rear camera with Dual optical image stabilization, Portrait Mode, Digital zoom up to 10x, Quad-LED True tone flash and Slow sync, 4K Video recording at 24 fps or 30 fps or 60 fps and Slow-motion video recording in 1080p at 120 fps | 7 MP front TrueDepth camera with Retina Flash and Animoji feature
Display: 14.73 centimeters (5.8-inch) Full HD+ capacitive touchscreen display with 2436x1125 pixels
Memory, Storage & SIM: 3GB RAM | 64GB storage | Single nano SIM
Operating System and Processor: iOS v11.1.1 operating system with 1.3GHz Apple A11 Bionic hexa core processor
Battery: 2716 mAH lithium ion battery providing talk-time of 21 hours
Warranty: 1 year manufacturer warranty for device and in-box accessories including batteries from the date of purchase
Included in box: Ear pods with Lightning connector (wired), Lightning to 3.5mm Headphone jack adaptor, Lightning to USB Cable and USB Power adaptor
Other features: Face ID, Wireless charging, Splash, Water and Dust resistant </p></dd>
</dl>
<dl class="param param-feature">
<dt>Size</dt>
<dd>64 GB</dd>
</dl>
<dl class="param param-feature">
<dt>Color</dt>
<dd>Space Grey</dd>
</dl>
<dl class="param param-feature">
<dt>Delivery</dt>
<dd>All Over INDIA</dd>
</dl>
<dl class="param param-feature">
<dt>Quantity: </dt>
<dd>
<select class="param param-feature" style="width:70px;">
<option> 1 </option>
<option> 2 </option>
<option> 3 </option>
</select>
</dd>
</dl>
<a href="#" class="btn btn-lg btn-primary text-uppercase"> Buy now </a>
<a href="#" class="btn btn-lg btn-outline-primary text-uppercase"> <i class="fas fa-shopping-cart"></i> Add to cart </a>
</article>
</aside>
</div>
</div>
</div>
</article>
</div>
</main>
<footer>
<div class="footer">
<div class="contain">
<div class="col">
<h4>Company</h4>
<ul>
<li>About Us</li>
<li>Contact Us</li>
<li>Get in touch</li>
</ul>
</div>
<div class="col">
<h4>Copyrights to The Gadget Store</h1>
</div>
<div class="col social">
<h4>Social</h1>
<ul>
<li><img src="https://svgshare.com/i/5fq.svg" width="32" style="width: 32px;"></li>
<li><img src="https://svgshare.com/i/5f_.svg" width="32" style="width: 32px;"></li>
</ul>
</div>
<div class="clearfix"></div>
</div>
</div>
</footer>
<script type="text/javascript">
var container=document.getElementById('big-img');
function changeimage(image) {
container.src=image.src;
// body...
}
</script>
</body>
</html>