-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
211 lines (209 loc) · 6.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>PSDtoHtml</title>
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/common.css">
<link rel="stylesheet" type="text/css" href="css/index.css">
</head>
<body>
<div class="public-header">
<div class="public-container clearfloat">
<div class="public-header-logo">
<a href=""></a>
</div>
<ul class="public-header-nav clearfloat">
<li class="item"><a>Our Story</a></li>
<li class="item"><a>Menu</a></li>
<li class="item"><a>Reservations</a></li>
<li class="item"><a>News</a></li>
<li class="item"><a>Rviews</a></li>
</ul>
</div>
</div>
<div class="index-banner">
<div class="banner-bg"><img src="images/index-banner-bg.jpg"></div>
<div class="banner-text">
<div class="text-logo"></div>
<p class="text-info">
<i class="info-line-l"></i>
<span class="txt">resto restaurant hone page website template</span>
<i class="info-line-r"></i>
</p>
</div>
</div>
<div class="index-menu">
<div class="menu-tips">
<div class="tips-btn">The Menu</div>
</div>
<div class="public-container menu-list">
<ul class="clearfloat">
<li class="menu-item clearfloat">
<a href="#" class="title">
<h4>Voluptate cillum fugiat.</h4>
<p class="comment">Cheese, tomato, mushrooms, onions.</p>
</a>
<div class="line"></div>
<div class="price">$50</div>
</li>
<li class="menu-item clearfloat">
<a href="#" class="title">
<h4>Voluptate cillum fugiat.</h4>
<p class="comment">Cheese, tomato, mushrooms, onions.</p>
</a>
<div class="line"></div>
<div class="price">$50</div>
</li>
<li class="menu-item clearfloat">
<a href="#" class="title">
<h4>Voluptate cillum fugiat.</h4>
<p class="comment">Cheese, tomato, mushrooms, onions.</p>
</a>
<div class="line"></div>
<div class="price">$50</div>
</li>
<li class="menu-item clearfloat">
<a href="#" class="title">
<h4>Voluptate cillum fugiat.</h4>
<p class="comment">Cheese, tomato, mushrooms, onions.</p>
</a>
<div class="line"></div>
<div class="price">$50</div>
</li>
<li class="menu-item clearfloat">
<a href="#" class="title">
<h4>Voluptate cillum fugiat.</h4>
<p class="comment">Cheese, tomato, mushrooms, onions.</p>
</a>
<div class="line"></div>
<div class="price">$50</div>
</li>
<li class="menu-item clearfloat">
<a href="#" class="title">
<h4>Voluptate cillum fugiat.</h4>
<p class="comment">Cheese, tomato, mushrooms, onions.</p>
</a>
<div class="line"></div>
<div class="price">$50</div>
</li>
<li class="menu-item clearfloat">
<a href="#" class="title">
<h4>Voluptate cillum fugiat.</h4>
<p class="comment">Cheese, tomato, mushrooms, onions.</p>
</a>
<div class="line"></div>
<div class="price">$50</div>
</li>
<li class="menu-item clearfloat">
<a href="#" class="title">
<h4>Voluptate cillum fugiat.</h4>
<p class="comment">Cheese, tomato, mushrooms, onions.</p>
</a>
<div class="line"></div>
<div class="price">$50</div>
</li>
</ul>
</div>
<div class="load-more-btn">
<span>load more</span> <span> | </span><span class="load-more-icon"></span>
</div>
</div>
<div class="index-panel public-container">
<div class="index-panel-header clearfloat">
<h3>Featured Dishes</h3>
<div class="line"></div>
<div class="btn-group">
<a href="" class="active btn"></a>
<a href="" class="btn"></a>
<a href="" class="btn"></a>
<a href="" class="btn"></a>
</div>
</div>
<div class="index-panel-body index-food-list">
<ul class="clearfloat">
<li class="food-item"><a href="">
<img src="images/food-demo1.png">
<div class="name">Fugiat nulla sint<span class="price">$30</span></div>
<div class="star-bar">
<span class="star"></span>
<span class="star"></span>
<span class="star"></span>
<span class="star"></span>
<span class="star nostar"></span>
</div>
</a></li>
<li class="food-item"><a href="">
<img src="images/food-demo1.png">
<div class="name">Fugiat nulla sint<span class="price">$30</span></div>
<div class="star-bar">
<span class="star"></span>
<span class="star"></span>
<span class="star"></span>
<span class="star"></span>
<span class="star nostar"></span>
</div>
</a></li>
<li class="food-item"><a href="">
<img src="images/food-demo1.png">
<div class="name">Fugiat nulla sint<span class="price">$30</span></div>
<div class="star-bar">
<span class="star"></span>
<span class="star"></span>
<span class="star"></span>
<span class="star"></span>
<span class="star nostar"></span>
</div>
</a></li>
<li class="food-item"><a href="">
<img src="images/food-demo1.png">
<div class="name">Fugiat nulla sint<span class="price">$30</span></div>
<div class="star-bar">
<span class="star"></span>
<span class="star"></span>
<span class="star"></span>
<span class="star"></span>
<span class="star nostar"></span>
</div>
</a></li>
</ul>
</div>
</div>
<div class="index-panel public-container">
<div class="index-panel-header clearfloat">
<h3>The Gallery</h3>
<div class="line"></div>
</div>
<div class="index-panel-body panel-pics clearfloat">
<div class="panel-pic panel-pic-m"><img src="images/pics-demo1.png"></div>
<div class="panel-pic panel-pic-l">
<div class="panel-pic-lt"><img src="images/pics-demo2.png" alt=""></div>
<div class="panel-pic-lb"><img src="images/pics-demo3.png" alt=""></div>
</div>
<div class="panel-pic panel-pic-b"><img src="images/pics-demo4.png"></div>
</div>
</div>
<div class="public-footer">
<div class="public-container">
<div class="footer-col">
<p>New York Restaurant<br>3926 Anmoore Road<br>New York, NY 10014<br>
<a href="tel:718-749-1714">718-749-1714</a>
</p>
</div>
<div class="footer-col">
<p>France Restaurant<br>68, rue de la Couronne<br>75002 PARIS<br>02.94.23.69.56</p>
</div>
<div class="footer-col">
<a href="#">Blog</a>
<a href="#">Careers</a>
<a href="#">Privacy Policy</a>
<a href="#">Contact</a>
</div>
<div class="footer-col">
<div class="footer-logo"></div>
<div class="footer-info">©All Rights Reserved 2018.<br>Find More at PixelHint.com</div>
</div>
</div>
</div>
</body>
</html>