-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct.html
182 lines (100 loc) · 5.62 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
177
178
179
180
181
182
<html>
<head>
<title>
bootstrap
</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="product.css" type="text/css">
</head>
<body>
<nav class="navbar navbar-default navbar-inverse ">
<div class="container, container_decor responsive" >
<div class="navbar-header"><h3><a href="#">lifestyle store</a></h3></div>
<div class="hw"><h4><span class="glyphicon glyphicon-shopping-cart"><a href="#" src="signup%20page.html"> cart</a></span> <span class="glyphicon glyphicon-cog"><a href="#" src="signup%20page.html"> settings</a></span> <span class="glyphicon glyphicon-log-in"><a href="#" src="login.php"> logout</a> </span></h4></div>
</div></nav>
<div class="box"><h1 align="center"><b>Welcome to our lifestyle store!</b></h1><p><center> <P>We have the best camera and watches for you.No need to hunt around,We have all at one place.</P></center> </div>
<div class="container">
<div class="item"><a><img src="camera.jpg" class="thumbnail">
<div class="caption">
<h2>canon dslr</h2>
<h5>Price: RS 80000</h5>
<div class="btn btn-primary btn-block">Add to cart</div>
</div>
</a>
</div>
<div class="item"><a><img src="sony.jpeg" class="thumbnail">
<div class="caption">
<h2>sony dslr</h2>
<h5>Price: RS 40000</h5>
<div class="btn btn-primary btn-block">Add to cart</div>
</div>
</a>
</div>
<div class="item"><a><img src="camera1.jpg" class="thumbnail">
<div class="caption">
<h2>canon dslr</h2>
<h5>Price: RS 70000</h5>
<div class="btn btn-primary btn-block">Add to cart</div>
</div>
</a>
</div>
</div>
<div class="container">
<div class="item"><a><img src="shirt.jpg" class="thumbnail">
<div class="caption">
<h2>H&W</h2>
<h5>Price: RS 800</h5>
<div class="btn btn-primary btn-block">Add to cart</div>
</div>
</a>
</div>
<div class="item"><a><img src="images11%20.jpeg" class="thumbnail">
<div class="caption">
<h2>luis phil</h2>
<h5>Price: RS 1200</h5>
<div class="btn btn-primary btn-block">Add to cart</div>
</div>
</a>
</div>
<div class="item"><a><img src="images11%20.jpeg" class="thumbnail">
<div class="caption">
<h2>jhon zok</h2>
<h5>Price: RS 700</h5>
<div class="btn btn-primary btn-block">Add to cart</div>
</div>
</a>
</div>
</div>
<div class="container">
<div class="item"><a><img src="tn_Longines_3.jpg" class="thumbnail">
<div class="caption">
<h2>Tissot</h2>
<h5>Price: RS 8000</h5>
<div class="btn btn-primary btn-block">Add to cart</div>
</div>
</a>
</div>
<div class="item"><a><img src="tn_Glashutte_1.jpg" class="thumbnail">
<div class="caption">
<h2>Titan model #301</h2>
<h5>Price: RS 4000</h5>
<div class="btn btn-primary btn-block">Add to cart</div>
</div>
</a>
</div>
<div class="item"><a><img src="tn_Longines_2.jpg" class="thumbnail">
<div class="caption">
<h2>Titan model#211</h2>
<h5>Price: RS 7000</h5>
<div class="btn btn-primary btn-block">Add to cart</div>
</div>
</a>
</div>
</div>
<div class="footer">
<h5 text align="center"> Copyright ©lifestyle store all rights reserved | Contact us +91 90000 00000</h5>
</div>
</body>
</html>