-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
368 lines (340 loc) · 14 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
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- SEO -->
<title>Barcelona Street Food</title>
<meta name="description" content="Barcelona Street Food">
<meta name="author" content="Barcelona Street Food">
<meta name="web_author" content="Barcelona Street Food">
<meta name="keywords" content="Barcelona, Street, Food, Spain, Tasty, Market, Perth, Australia, Yummy">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="canonical" href="https://barcelonastreetfood.com.au/" hreflang="en">
<link rel="alternate" href="https://www.barcelonastreetfood.com.au/" hreflang="en">
<!-- Styles -->
<link rel="stylesheet" href="assets/css/styles.css" data-finger-print>
<link rel="stylesheet" href="assets/css/fonts.css" data-finger-print>
<link rel="stylesheet" href="assets/css/buttons.css" data-finger-print>
<link rel="stylesheet" href="assets/css/animation.css" data-finger-print>
<link rel="stylesheet" href="assets/css/colors.css" data-finger-print>
<link rel="stylesheet" href="assets/css/social-media.css" data-finger-print>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Cutive+Mono|Montserrat|Pacifico|Staatliches&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="assets/img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/img/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/img/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#D0412A">
<meta name="msapplication-TileImage" content="assets/img/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#D0412A">
<!-- JSON-LD -->
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Restaurant",
"name": "Barcelona Street Food",
"acceptsReservations": "No",
"menu": "https://barcelonastreetfood.com.au/",
"servesCuisine": "Spanish Food",
"priceRange": "$",
"address": {
"@type": "PostalAddress",
"streetAddress": "350 Cambridge St",
"addressLocality": "Wembley",
"addressRegion": "WA",
"postalCode": "6014"
},
"telephone": "+61 401 156 009",
"image": "https://barcelonastreetfood.com.au/assets/img/logo-bg-primary.png"
}
</script>
<!--3rd party libraries-->
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/778ac0a8b4.js" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Semantic CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.css" />
<!-- Semantic JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.js"></script>
</head>
<body class="bg-white-color">
<header class="bg-primary-color">
<nav class="topnav bg-primary-color" id="myTopnav">
<div class="items-left">
<a class="nav-link tertiary-color" href="#about-us">About<span class="sr-only">(current)</span></a>
<a class="nav-link tertiary-color" href="#whats-on-the-menu">Menu</a>
<!-- <li class="nav-item space-right">
<a class="nav-link tertiary-color" href="#experience">Experience</a>
</li> -->
</div>
<div class="items-right">
<a class="nav-link tertiary-color" href="#social-media">Social Media</a>
<!-- <li class="nav-item">
<a class="nav-link tertiary-color" href="#where-can-you-find-us">Places</a>
</li> -->
<a class="nav-link tertiary-color" href="#get-in-touch">Get in touch</a>
</div>
<a href="javascript:void(0);" class="icon" onclick="responsiveNavBar()">
<i class="fa fa-bars"></i>
</a>
</nav>
<div class="content">
<div class="element">
<div class="cover-img">
<img src="assets/img/barcelona-header.svg" />
</div>
</div>
<div class="element element-button">
<button href="#get-in-touch" type="button" class="button-cover title-font">
Contact us
</button>
</div>
</div>
</header>
<div class="container section" id="about-us">
<div class="row">
<div class="col col-12 section-heading">
<div class="rectangle"></div>
<h3 class="section-title title-font">About us</h3>
<h5 class="section-subtitle subtitle-font">Get spain closer!</h5>
<div class="separator bg-gray-one-color"></div>
</div>
<div class="col col-12 section-body">
<div class="row">
<div class="col col-lg-6 col-md-12 paragraph-right">
<p class="text-font">
Originally from Barcelona, Spain, Barcelona Street Food team is passionate about food and
delighted to share our cuisine with you.
</p>
<p class="text-font">
After the successful opening of The Croquetas Bar, we are thrilled to share our second
street food concept with people from Perth.
</p>
<img class="section-photo" src="assets/img/about2.PNG"></img>
</div>
<div class="col col-lg-6 col-md-12 paragraph-left">
<img class="section-photo" src="assets/img/food1.jpeg"></img>
<p class="text-font">
Barcelona Street Food is about sharing Catalan modern cuisine fusionized with flavours of
around the globe.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="container section" id="whats-on-the-menu">
<div class="row">
<div class="col col-12 section-heading-right">
<div class="rectangle rectangle-right"></div>
<h3 class="section-title section-title-right title-font">What's on the menu?</h3>
<h5 class="section-subtitle section-subtitle-right subtitle-font">Best food from Barcelona</h5>
<div class="separator bg-gray-one-color"></div>
</div>
<div class="col col-12 section-body">
<div class="row">
<div class="col col-12">
<p class="text-font">We bring popular casserole style dishes, fueled on vegan bowls and some
exciting surprises. So is going to get tasty, cool and creative.</p>
</div>
<div class="col col-lg-3 col-md-6 col-sm-12 menu-item">
<img class="circle" src="assets/img/PLATO1.jpg">
</img>
<div class="title">Huevos rotos</div>
<div class="subtitle">Spicy Broken Eggs</div>
</div>
<div class="col col-lg-3 col-md-6 col-sm-12 menu-item">
<img class="circle" src="assets/img/PLATO2.jpg">
</img>
<div class="title">Pollo al ajillo</div>
<div class="subtitle">Spicy broken eggs</div>
</div>
<div class="col col-lg-3 col-md-6 col-sm-12 menu-item">
<img class="circle" src="assets/img/PLATO3.jpg">
</img>
<div class="title">Carne con guisantes</div>
<div class="subtitle">Meat with green peas</div>
</div>
<div class="col col-lg-3 col-md-6 col-sm-12 menu-item">
<img class="circle" src="assets/img/PLATO4.jpg">
</img>
<div class="title">Sanfaina</div>
<div class="subtitle">Veggie mixture with tomatoe </div>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="container section" id="experience">
<div class="row">
<div class="col col-12 section-heading">
<div class="rectangle"></div>
<h3 class="section-title title-font">Experience</h3>
<h5 class="section-subtitle subtitle-font">What people thinks about us :)</h5>
<div class="separator bg-gray-one-color"></div>
</div>
<div class="col col-12 section-body">
<div class="row">
<div class="col col-12">
<p class="text-font">We have been out there for a few years now, so you can find us at the most
popular events and stylish street food markets around Perth. </p>
</div>
</div>
</div>
</div>
</div> -->
<div class="container section" id="social-media">
<div class="row">
<div class="col col-12 section-heading-right">
<div class="rectangle rectangle-right"></div>
<h3 class="section-title section-title-right title-font">Social Media</h3>
<h5 class="section-subtitle section-subtitle-right subtitle-font">Instagram & Facebook</h5>
<div class="separator bg-gray-one-color"></div>
</div>
<div class="col col-12 section-body">
<div class="row">
<div class="col col-12">
<p class="text-font">A picture speaks a thousand words. We'd like to keep you tuned with our
social media pictures.</p>
</div>
<div class="col col-12">
<div id="instafeed" class="gallery"></div>
</div>
<div class="col col-12">
<button type="button" class="button-primary title-font primary-color">
FOLLOW US
</button>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="container section" id="where-can-you-find-us">
<div class="row">
<div class="col col-12 section-heading">
<div class="rectangle"></div>
<h3 class="section-title title-font">Where you can find us?</h3>
<h5 class="section-subtitle subtitle-font">Markets and festivals that we were on</h5>
<div class="separator bg-gray-one-color"></div>
</div>
<div class="col col-12 section-body">
<div class="row">
<div class="col col-12">
<p class="title-font title">Markets</p>
</div>
<div class="col col-12">
<p class="title-font title">Festivals</p>
</div>
</div>
</div>
</div>
</div> -->
<div class="container section" id="get-in-touch">
<div class="row">
<div class="col col-12 section-heading">
<h3 class="title-font section-title">Get in touch</h3>
<div class="separator bg-gray-one-color"></div>
</div>
<div class="col col-12 section-body">
<div class="row">
<div class="col col-lg-6 col-md-12">
<div class="top-info">
<div class="item">
<span class="secondary-color">
<i class="fas fa-map-marker-alt"></i>
</span>
<p class="text-font">350 Cambridge St, Wembley WA, Australia</p>
</div>
<div class="item">
<span class="secondary-color">
<i class="fas fa-phone"></i>
</span>
<p class="text-font">+61 401 156 009</p>
</div>
<div class="item">
<span class="secondary-color">
<i class="far fa-envelope"></i>
</span>
<p class="text-font">[email protected]</p>
</div>
</div>
<div class="bottom-info">
<span class="secondary-color">
<a href="https://instagram.com/barcelonastfood"><i class="fab fa-instagram"></i></a>
</span>
<span class="secondary-color">
<a href="https://facebook.com/barcelonastreetfood"><i class="fab fa-facebook"></i></a>
</span>
<p class="text-font">/barcelonastfood</p>
</div>
</div>
<div class="col col-lg-6 col-md-12 form">
<p class="subtitle-font">Leave us a message:</p>
<label class="text-font">Name</label>
<input></input>
<label class="text-font">Email</label>
<input></input>
<label class="text-font">Message</label>
<textarea class="multiple" rows="5"></textarea>
<button class="button-secondary">SEND</button>
</div>
</div>
</div>
</div>
</div>
<footer class="container-fluid bg-primary-color">
<div class="row first-row">
<div class="col-sm-12 col-md-12 col-lg-12 col-xl-6">
<div class="row">
<p><b>Discover our family</b></p>
</div>
<div class="row">
<a target="_blank" href="https://croquetasbar.com.au">TheCroquetasBar</a>
</div>
<div class="row">
<a target="_blank" href="https://elcaminocatering.com">ElCaminoCatering</a>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-12 col-xl-6 social-icons">
<div class="row">
<a class="btns" target="_blank" href="http://instagram.com/barcelonastfood"><i aria-hidden="true"
class="fab fa-instagram"></i></a>
<a class="btns" target="_blank" href="http://fb.com/barcelonastfood"><i aria-hidden="true"
class="fab fa-facebook"></i></a>
<a class="btns" target="_blank" href="mailto:[email protected]"><i aria-hidden="true"
class="far fa-envelope"></i></a>
</div>
<div class="row">
<p>
Made with ♡ by ® Barcelona Street Food
</p>
</div>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/main.js" defer async></script>
<script type="text/javascript" src="assets/js/instafeed.min.js"></script>
<script type="text/javascript" src="assets/js/social-media.js"></script>
</body>
</html>