-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·294 lines (267 loc) · 14.1 KB
/
index.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
<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE html>
<html>
<head>
<script src="js/jquery.min.js"></script>
<!--<link href="css/jquery-ui-1.10.3.custom.css" rel="stylesheet">-->
<link rel="stylesheet" href="css/jquery-ui-1.10.3.custom.css">
<!-- <link href="css/jquery.ui-core.min.css" rel="stylesheet">
<link href="css/jquery.ui.theme.min.css" rel="stylesheet">
<link href="css/jquery.ui.button.min.css" rel="stylesheet">-->
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/Shopping.css" type="text/css"/>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- <link type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/themes/ui-darkness/jquery-ui.css" rel="stylesheet" />-->
</head>
<body>
<div class="Fullpage">
<div class="Search">
<div id="searchpattern"></div>
<input id="searchinput" type="text">
<button id="searchbutton">SEARCH</button>
<ul id="log">
<li id="signup">Sign Up </li>
<li id="login"> Login</li>
</ul>
<div class="Menu">
<ul>
<li id="menuelectronics">Electronics <img src="images/down.png"> </td>
<li> Men <img src="images/down.png"> </li>
<li> Women <img src="images/down.png"> </li>
<li> Baby & Kids <img src="images/down.png"> </li>
<li> Books & Media <img src="images/down.png"> </li>
<li> Home & Kitchen <img src="images/down.png">  </li>
<li> Sports <img src="images/down.png"> </li>
</ul>
</div>
<div id="clickcart" class="Cart">
<img id="cart" src="images/cartempty.png">
CART
</div>
<div id="electronics">
<div id="listelectronics" class="List">
<h3>Categories</h3>
<div class="field"><label id="clickmobiles">Mobiles</label></div>
<div class="field"><label id="clicktablets">Tablets</label></div>
<div class="field"><label id="clickcameras">Cameras</label></div>
</div>
</div>
<div id="logindiv" class="form-container">
<form id="loginform">
<h3>Login</h3>
<div class="field"><input type="text" name="email" title="Email" placeholder="Email Address"/></div>
<div class="field"><input type="password" name="password" title="Password" placeholder="Password"/></div>
<div class="field"><label id="loginfailed">Login failed! Enter correct email & password!</label></div>
<div class="submit"><button id="loginbutton" type="submit">Login</button></div>
</form>
</div>
<div id="registerdiv" class="form-container">
<form id="registerform">
<h3>Sign Up</h3>
<div class="field"><input type="text" name="username" title="Username" placeholder="User Name"/></div>
<div class="field"><input type="text" name="email" title="Email Address" placeholder="Email Address"/></div>
<div class="field"><input type="password" name="password" title="Password" id="password" placeholder="Password" /></div>
<div class="field"><input type="password" name="confirmpassword" title="Confirm Password" placeholder="Confirm Password" /></div>
<div class="field" id="registersuccess"><label >Registered successfully!</label></div>
<div class="field" id="registerfailure"><label >Registration failed!</label></div>
<div class="submit"><button id="registerbutton" type="submit">Submit</button></div>
</form>
</div>
</div>
<div class="Body">
<!--<button id="opener">open the dialog</button>-->
<div id="dialog" title="Dialog Title">I'm a dialog</div>
<div class="ImageContain">
<div id="imagebox" class="ImageBox">
<img id="special" src="images/lastminute.jpg">
<img id="i1" src="images/image1.jpg">
<img id="i2" src="images/image2.jpg">
<img id="i3" src="images/image3.jpg">
</div>
<div id="image1" class="ImageSelect">Rs.500 CASHBACK</div>
<div id="image2" class="ImageSelect">25% OFF FOOTWEAR</div>
<div id="image3" class="ImageSelect">5% OFF LAPTOPS</div>
</div>
<div class="Guarantee">
<!-- <div class="GauranteeDescription">
SHOP WITH CONFIDENCE
</div>
<div class="GauranteeImage">
<img id="satisfaction" src="images/satisfaction.png">
</div>
<div class="GauranteeContent">100% BUYER PROTECTION</div>
<div class="GauranteeImage">
<img id="cash" src="images/cash.png">
</div>
<div class="GauranteeContent">CASH ON </br>DELIVERY</div>
<div class="GauranteeImage">
<img id="return" src="images/return.png">
</div>
<div class="GauranteeContent">FREE & EASY </br>RETURNS</div>
<div class="GauranteeImage">
<img id="original" src="images/original.jpeg">
</div>
<div class="GauranteeContent">100% ORIGINAL </br>PRODUCTS</div>
<div class="display">
<img class="display" src="images/cameras.jpeg"/>
<img class="display" src="images/games.jpg"/>
</div>-->
<ul>
<li id="gauranteedescription">SHOP WITH CONFIDENCE</li>
<li><img id="satisfaction" src="images/satisfaction.png"> 100% BUYER PROTECTION</li>
<li><img id="cash" src="images/cash.png"> CASH ON DELIVERY</li>
<li><img id="return" src="images/return.png"> FREE & EASY RETURNS</li>
<li><img id="original" src="images/original.jpeg"> 100% ORIGINAL PRODUCTS</li>
</ul>
<div class="display">
<img class="display" src="images/cameras.jpeg"/>
<img class="display" src="images/games.jpg"/>
</div>
<!-- <marquee width="100px;" marquee-style="3" float="right">
Hello
</marquee>-->
<marquee behavior="slide " direction="left" class="Marquee"">Your scrolling text goes here</marquee>
</div>
<div id="DisplayBox">
<div class="ImageList">
<div id="clothing" class="SubImage">
<div class="blackbox"></div>
<div id="clothing1" class="Caption">CLOTHING
<img src="images/right.png"/>
</div>
</div>
<div id="footwear" class="SubImage">
<div class="blackbox"></div>
<div id="footwear1" class="Caption">FOOTWEAR
<img src="images/right.png">
</div>
</div>
<div id="watches" class="SubImage">
<div class="blackbox"></div>
<div id ="watches1" class="Caption">WATCHES
<img src="images/right.png">
</div>
</div>
</div>
<div class="ImageList">
<div id="mobiles" class="SubImage">
<div class="blackbox"></div>
<div id="mobiles1" class="Caption">MOBILES
<img src="images/right.png"/>
</div>
</div>
<div id="cameras" class="SubImage">
<div class="blackbox"></div>
<div id="cameras1" class="Caption">CAMERAS
<img src="images/right.png">
</div>
</div>
<div id="kitchen" class="SubImage">
<div class="blackbox"></div>
<div id ="kitchen1" class="Caption">KITCHEN
<img src="images/right.png">
</div>
</div>
</div>
<div class="ImageList">
<div id="tablets" class="SubImage">
<div class="blackbox"></div>
<div id="tablets1" class="Caption">TABLETS
<img src="images/right.png"/>
</div>
</div>
<div id="living" class="SubImage">
<div class="blackbox"></div>
<div id="living1" class="Caption">LIVING
<img src="images/right.png">
</div>
</div>
<div id="tvshows" class="SubImage">
<div class="blackbox"></div>
<div id ="tvshows1" class="Caption">TV SHOWS
<img src="images/right.png">
</div>
</div>
</div>
<div class="ImageList">
<div id="laptops" class="SubImage">
<div class="blackbox"></div>
<div id="laptops1" class="Caption">LAPTOPS
<img src="images/right.png"/>
</div>
</div>
<div id="music" class="SubImage">
<div class="blackbox"></div>
<div id="music1" class="Caption">MUSIC
<img src="images/right.png">
</div>
</div>
<div id="games" class="SubImage">
<div class="blackbox"></div>
<div id ="games1" class="Caption">GAMES
<img src="images/right.png">
</div>
</div>
</div>
</div>
</div>
<div class="Footer">
<div class="FooterContent">
<div class="subfoot1">
<span style="font-size: 20px;">Keep In Touch</span><br><br>
<img src="images/fb.png">
<img src="images/twitter.png"">
<img src="images/gmail.png">
<img src="images/youtube.png"><br><br>
<b>On-Line Shopping</b><br>
<span style="color: #546d7a;">
© 2013 | privacy policy<br>
All Rights Reserved
</span>
</div>
<div class="subfoot2">
Help<br>
<ul>
<li>Payments</li>
<li>Saved Cards</li>
<li>Shipping</li>
<li>Cancellation & Returns</li>
<li>FAQ</li>
</ul>
</div>
<div class="subfoot2">
On-Line Shopping<br>
<ul>
<li>About Us</li>
<li>Carrers</li>
<li>Blog</li>
<li>Press</li>
<li>Slash N</li>
<li>First Class Flights</li>
</ul>
</div>
<div class="subfoot3">
<span style="font-size:20px;color:white;">Contact Us</span><br><br>
Customer Support</br>
<span id="teleno" style="font-size: 30px;color: #1179d8;font-weight: 400;"> 1-866-599-6674</span><br/>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="js/jquery.cycle.all.js"></script>
<script src="js/jquery-ui-1.10.3.custom.js"></script>
<script src="js/jquery.validate.min.js"></script>
<script src="js/shopping.js"></script>
<script>
$( "#dialog" ).dialog({ autoOpen: false });
$( "#clickcart" ).click(function() {
$( "#dialog" ).dialog( "open" );
});
</script>
</body>
</html>