-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
234 lines (233 loc) · 9.59 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link type="text/css" rel="stylesheet" href="images/index.css" />
<script type="text/javascript" src="images/index.js" ></script>
<title>index</title>
</head>
<body>
<!--The part of top -->
<div id="top">
<div id="addbackground">
<div id="header">
<p id="information">
<span>1-888-123-4567</span>
<span class="font1">Free Ground Shipping for Products over $100</span>
<a class="email" href="#">email</a>
<a class="facebook" href="#">facebook</a>
<a class="rss" href="#">rss</a>
<a class="twitter" href="#">email</a>
<span class="font2">My account</span>
<input type="button" name="myAccount" value="" />
</p>
<div id="nav">
<img src="images/logo.png" alt="logo" />
<ul>
<li><a href="#">Sepical</a></li>
<li><a href="#">Fruits & Veg</a></li>
<li><a href="#">Food Products</a></li>
<li><a href="#">Locate store</a></li>
<li><a href="#">Fan Club</a></li>
</ul>
<div id="search">
<table>
<tr>
<td><input type="text"/></td>
<td><button name="search">search</button></td>
</tr>
</table>
</div>
<div id="sign">
<button name="signIn" class="signIn">sign in</button>
<button name="register" class="register">register</button>
</div>
</div>
</div>
</div>
</div>
<!--The part of picture -->
<div id="picture">
<img src="images/img.png" alt="img" />
</div>
<!--The part of content -->
<div id="contect">
<div id="left">
<div id="categories">
<h2>categories</h2>
<ul>
<li><a href="#">Arts</a></li>
<li><a href="#">Beauty</a></li>
<li><a href="#">Books</a></li>
<li><a href="#">Cart Software</a></li>
<li><a href="#">Electronics</a></li>
<li><a href="#">Fashion / Clothing</a></li>
<li><a href="#">Food</a></li>
<li><a href="#">Furniture</a></li>
<li><a href="#">Home Goods</a></li>
<li><a href="#">Jewelry</a></li>
<li><a href="#">Lingerie</a></li>
<li><a href="#">Music</a></li>
<li><a href="#">Office Supplies</a></li>
<li><a href="#">Printing</a></li>
<li><a href="#">Software</a></li>
</ul>
</div>
<div id="productReviews">
<h2>Product Reviews</h2>
<div class="review">
<img src="#" alt=" " />
<a href="#">Lorem ipsum dolor sit amet, consectetur adipiscing elit. <em>Tue, June 2011 </em></a>
</div>
<div class="review">
<img src="#" alt=" " />
<a href="#">Lorem ipsum dolor sit amet, consectetur adipiscing elit. <em>Tue, June 2011 </em></a>
</div>
<div class="review">
<img src="#" alt=" " />
<a href="#">Lorem ipsum dolor sit amet, consectetur adipiscing elit. <em>Tue, June 2011 </em></a>
</div>
<button>MORE REVIEWS</button>
</div>
<div id="payment">
<h2>Payment Methods</h2>
</div>
</div>
<!--The part of right -->
<div id="right">
<div id="featuredPro">
<h2>Today's Featured Products</h2>
<div id="featuredPro_list">
<div class="product">
<img src="images/picture1.jpg" alt="picture1" />
<p class="introduce">Lorem ipsum dolor sit amet, cons ectetur adipiscing elit.</p>
<p class="money">Price: <span>$23.00</span></p>
<p class="buy"><a href="#">Buy Now</a></p>
</div>
<div class="product">
<img src="images/picture2.jpg" alt="picture2" />
<p class="introduce">Lorem ipsum dolor sit amet, cons ectetur adipiscing elit.</p>
<p class="money">Price: <span>$23.00</span></p>
<p class="buy"><a href="#">Buy Now</a></p>
</div>
<div class="product">
<img src="images/picture3.jpg" alt="picture3" />
<p class="introduce">Lorem ipsum dolor sit amet, cons ectetur adipiscing elit.</p>
<p class="money">Price: <span>$23.00</span></p>
<p class="buy"><a href="#">Buy Now</a></p>
</div>
</div>
</div>
<div id="propularPro">
<h2>Popular Product</h2>
<div id="propularPro_list">
<div class="propular">
<img src="images/picture4.jpg" alt="picture4" />
<p class="introduce">Lorem ipsum dolor sit amet cons</p>
<p class="money">Price: <span>$23.00</span></p>
<p class="buy"><button>BUY</button>120<a href="#">心</a></p>
</div>
<div class="propular">
<img src="images/picture5.jpg" alt="picture5" />
<p class="introduce">Lorem ipsum dolor sit amet cons</p>
<p class="money">Price: <span>$23.00</span></p>
<p class="buy"><button>BUY</button>120<a href="#">心</a></p>
</div>
<div class="propular">
<img src="images/picture6.jpg" alt="picture6" />
<p class="introduce">Lorem ipsum dolor sit amet cons</p>
<p class="money">Price: <span>$23.00</span></p>
<p class="buy"><button>BUY</button>120<a href="#">心</a></p>
</div>
<div class="propular">
<img src="images/picture7.jpg" alt="picture7" />
<p class="introduce">Lorem ipsum dolor sit amet cons</p>
<p class="money">Price: <span>$23.00</span></p>
<p class="buy"><button>BUY</button>120<a href="#">心</a></p>
</div>
<div class="propular">
<img src="images/picture4.jpg" alt="picture4" />
<p class="introduce">Lorem ipsum dolor sit amet cons</p>
<p class="money">Price: <span>$23.00</span></p>
<p class="buy"><button>BUY</button>120<a href="#">心</a></p>
</div>
<div class="propular">
<img src="images/picture5.jpg" alt="picture5" />
<p class="introduce">Lorem ipsum dolor sit amet cons</p>
<p class="money">Price: <span>$23.00</span></p>
<p class="buy"><button>BUY</button>120<a href="#">心</a></p>
</div>
<div class="propular">
<img src="images/picture6.jpg" alt="picture6" />
<p class="introduce">Lorem ipsum dolor sit amet cons</p>
<p class="money">Price: <span>$23.00</span></p>
<p class="buy"><button>BUY</button>120<a href="#">心</a></p>
</div>
<div class="propular">
<img src="images/picture7.jpg" alt="picture7" />
<p class="introduce">Lorem ipsum dolor sit amet cons</p>
<p class="money">Price: <span>$23.00</span></p>
<p class="buy"><button>BUY</button>120<a href="#">心</a></p>
</div>
</div>
<p class="page">
<a href="#">1</a>
<a href="#">2</a>
<a href="#">3</a>
<a href="#">4</a>
<a href="#">5</a>
<a href="#">NEXT></a>
<a href="#">LAST>></a>
</p>
</div>
</div>
</div>
<!--The part of footer -->
<div id="bottom">
<div id="footer">
<div class="footer_message">
<h3>Company</h3>
<a href="#">Home</a>
<a href="#">About Us</a>
<a href="#">Blog</a>
<a href="#">Latest News</a>
<a href="#">Login</a>
<a href="#">Join Us</a>
</div>
<div class="footer_message">
<h3>Categories</h3>
<a href="#">Lorem ipsum color sit</a>
<a href="#">Amet consectetur</a>
<a href="#">Adipiscin elit</a>
<a href="#">Cras suscipit lacus</a>
<a href="#">Dapibus ante mattis</a>
<a href="#">Adipiscing nibh placerat</a>
</div>
<div class="footer_message">
<h3>Information</h3>
<a href="#">My Account</a>
<a href="#">Rewards</a>
<a href="#">Terms & Conditions</a>
<a href="#">Buying Guide</a>
<a href="#">FAQ</a>
</div>
<div class="contect">
<h3>Let's be friends</h3>
<a class="email" href="#">email</a>
<a class="facebook" href="#">facebook</a>
<a class="rss" href="#">rss</a>
<a class="twitter" href="#">email</a>
<h3>Subscribe</h3>
<p>Get free product updates & specials!</p>
<input type="text" />
<button>submit</button>
</div>
<div class="permist">
<p>Shop online with us safely & securely</p>
<p class="special">We ship your orders anywhere</p>
<a href="#">Top</a>
</div>
</div>
</div>
</body>
</html>