-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
257 lines (256 loc) · 10.6 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
<!DOCTYPE html>
<html lang="ru">
<head>
<title></title>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="format-detection" content="telephone=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/custom.css">
<!-- <link rel="shortcut icon" href="favicon.ico"> -->
<!-- <meta name="robots" content="noindex, nofollow" /> -->
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
</head>
<body>
<div class="wrapper">
<header>
<div class="container">
<div class="header-top">
<div class="header-top-lang">
<a href="" class="header-top-lang__item active">EN</a>
<a href="" class="header-top-lang__item">RU</a>
<a href="" class="header-top-lang__item">ESP</a>
</div>
<a href="" class="header-top__link">Online ordering</a>
</div>
<div class="header-bottom">
<div class="header-bottom__column">
<nav class="header-bottom-menu">
<ul class="header-bottom-menu-list">
<li>
<a href="" class="header-bottom-menu__link">ABOUT</a>
</li>
<li>
<a href="" class="header-bottom-menu__link">Menus</a>
</li>
<li>
<a href="" class="header-bottom-menu__link">Service Info</a>
</li>
</ul>
</nav>
</div>
<div class="header-bottom__column">
<a href="" class="header-logo">
<span class="header-logo__text">NYC'S</span>
<span class="header-logo__image"><img src="img/logo.png" alt="" /></span>
<span class="header-logo__text">Catering</span>
</a>
</div>
<div class="header-bottom__column">
<nav class="header-bottom-menu header-bottom-menu--right">
<ul class="header-bottom-menu-list">
<li>
<a href="" class="header-bottom-menu__link">Gallery</a>
</li>
<li>
<a href="" class="header-bottom-menu__link">Friends</a>
</li>
<li>
<a href="" class="header-bottom-menu__link">Contact</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="header-menu__icon">
<span></span>
<span></span>
<span></span>
</div>
<div class="header-menu"></div>
</div>
</header>
<div class="content">
<div class="private">
<div class="private__column">
<div class="private__image ibg"><img src="img/private/01.jpg" alt="" /></div>
</div>
<div class="private__column">
<div class="private-body">
<div class="private-body-content">
<div class="private-body__title">Private catering</div>
<div class="private-body__text">Treat your guests to a beautifully plated dinner, hand-crafted canapes or a casual BBQ.</div>
<div class="private-body-buttons">
<a href="" class="private-body-buttons__item btn btn--w">Get a quote</a>
<a href="" class="private-body-buttons__link">View menus</a>
</div>
</div>
</div>
</div>
</div>
<div class="products">
<div class='container'>
<div class="products-body">
<div class="products__column">
<div class="products-item">
<a href="" class="products-item__image ibg"><img src="img/products/01.jpg" alt="" /></a>
<a href="" class="products-item__title">Corporate catering</a>
<div class="products-item__text">We are able to serve events from 2 to 2000 guests and always reasonable prices.</div>
<p><a href="" class="products-item__btn btn">Get a quote</a></p>
<p><a href="" class="products-item__link">View menus</a></p>
</div>
</div>
<div class="products__column">
<div class="products-item">
<a href="" class="products-item__image ibg"><img src="img/products/02.jpg" alt="" /></a>
<a href="" class="products-item__title">Private catering</a>
<div class="products-item__text">Fresh, seasonal and simple cuisine. Food is our business and our passion.</div>
<p><a href="" class="products-item__btn btn">Get a quote</a></p>
<p><a href="" class="products-item__link">View menus</a></p>
</div>
</div>
<div class="products__column">
<div class="products-item">
<a href="" class="products-item__image ibg"><img src="img/products/03.jpg" alt="" /></a>
<a href="" class="products-item__title">Wedding catering</a>
<div class="products-item__text">We use only the best organic ingredients and gluten and dairy free cooking.</div>
<p><a href="" class="products-item__btn btn">Get a quote</a></p>
<p><a href="" class="products-item__link">View menus</a></p>
</div>
</div>
<div class="products__column">
<div class="products-item">
<a href="" class="products-item__image ibg"><img src="img/products/04.jpg" alt="" /></a>
<a href="" class="products-item__title">Online Ordering</a>
<div class="products-item__text">Successful catering is about organisation, high quality service, and great food.</div>
<p><a href="" class="products-item__btn btn">Get a quote</a></p>
<p><a href="" class="products-item__link">View menus</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="why">
<div class="why-top">
<div class="why-top__column">
<div class="why-top__text">Why CHOOSE us?</div>
</div>
<div class="why-top__column">
<div class="why-top__image ibg"><img src="img/why/01.jpg" alt="" /></div>
</div>
</div>
<div class="why-body">
<div class='container'>
<div class="why-body-row">
<div class="why-body__column">
<div class="why-body-item">
<div class="why-body-item__icon"><img src="img/why/icons/01.svg" alt="" /></div>
<div class="why-body-item-body">
<div class="why-body-item-body__title">Always fresh</div>
<div class="why-body-item-body__text">Fresh, seasonal and simple cuisine. Food is our business and our passion.</div>
</div>
</div>
</div>
<div class="why-body__column">
<div class="why-body-item">
<div class="why-body-item__icon"><img src="img/why/icons/02.svg" alt="" /></div>
<div class="why-body-item-body">
<div class="why-body-item-body__title">Always fresh</div>
<div class="why-body-item-body__text">Fresh, seasonal and simple cuisine. Food is our business and our passion.</div>
</div>
</div>
</div>
<div class="why-body__column">
<div class="why-body-item">
<div class="why-body-item__icon"><img src="img/why/icons/03.svg" alt="" /></div>
<div class="why-body-item-body">
<div class="why-body-item-body__title">Always fresh</div>
<div class="why-body-item-body__text">Fresh, seasonal and simple cuisine. Food is our business and our passion.</div>
</div>
</div>
</div>
<div class="why-body__column">
<div class="why-body-item">
<div class="why-body-item__icon"><img src="img/why/icons/04.svg" alt="" /></div>
<div class="why-body-item-body">
<div class="why-body-item-body__title">fits any size and budget</div>
<div class="why-body-item-body__text">We are able to serve events from 2 to 2000 guests and always at reasonable prices.</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="contacts">
<div class="contacts-top">
<div class='container'>
<div class="contacts__title">Say hello</div>
<div class="contacts-body">
<div class="contacts-body__column">
<div class="contacts-body__item contacts-body__item--1">45-35 #B 39th St, Sunnyside, NY 11104</div>
</div>
<div class="contacts-body__column">
<a href="mailto:[email protected]" class="contacts-body__item contacts-body__item--2">[email protected]</a>
</div>
<div class="contacts-body__column">
<a href="tel:7187777777" class="contacts-body__item contacts-body__item--3">(718) 777-7777</a>
</div>
<div class="contacts-body__column">
<div class="contacts-social">
<a href="" class="contacts-social__item contacts-social__item--1"><img src="img/icons/social/01.png" alt="" /></a>
<a href="" class="contacts-social__item contacts-social__item--2"><img src="img/icons/social/02.png" alt="" /></a>
<a href="" class="contacts-social__item contacts-social__item--3"><img src="img/icons/social/03.png" alt="" /></a>
<a href="" class="contacts-social__item contacts-social__item--4"><img src="img/icons/social/04.png" alt="" /></a>
</div>
</div>
</div>
</div>
</div>
<div class="contacts-content">
<div class="contacts-content__column">
<div class="contacts-content__map" id="map"></div>
</div>
<div class="contacts-content__column">
<div class="contacts-content-form">
<div class="contacts-content-form__title">Get in touch</div>
<form action="#" class="contacts-content-form-body">
<div class="contacts-content-form-line">
<input autocomplete="off" type="text" name="form[]" data-value="Name" class="input req" />
</div>
<div class="contacts-content-form-line">
<input autocomplete="off" type="text" name="form[]" data-value="E-mail or phone number" class="input" />
</div>
<div class="contacts-content-form-line">
<textarea autocomplete="off" name="form[]" data-value="Your message" class="input"></textarea>
</div>
<div class="contacts-content-form-button">
<button type="submit" class="contacts-content-form__btn btn btn--w">Send message</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class='container'>
<div class="footer-body">
<div class="footer-body__column">
<div class="footer__text">© PrimeOne Catering 2014. <a href="" target="_blank">Terms & Conditions</a></div>
</div>
<div class="footer-body__column">
<a href="" class="footer__logo"><img src="img/logo.png" alt="" /></a>
</div>
</div>
</div>
</footer>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://maps.google.com/maps/api/js?sensor=false&key="></script>
<script src="js/vendors.js"></script>
<script src="js/main.js"></script>
<script src="js/custom.js" ></script>
</body>
</html>