-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
401 lines (338 loc) · 20.4 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
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
<!DOCTYPE html>
<html lang="it">
<head>
<title id="title">Food Mule - Ricerca Ristoranti e attività</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="title" content="Food Mule - Ricerca Ristoranti">
<meta name="description" content="Cerca e condividi i ristoranti e le attività che effettuano consegne a domicilio durante il Covid-19">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://foodmule.me">
<meta property="og:title" content="Food Mule - Ricerca Ristoranti">
<meta property="og:description" content="Cerca e condividi i ristoranti e le attività che effettuano consegne a domicilio durante il Covid-19">
<meta property="og:image" content="https://foodmule.me/img/tumb.png?1234">
<meta property="fb:app_id" content="272712390409431">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://foodmule.me">
<meta property="twitter:title" content="Food Mule - Ricerca Ristoranti">
<meta property="twitter:description" content="Cerca e condividi i ristoranti e le attività che effettuano consegne a domicilio durante il Covid-19">
<meta property="twitter:image" content="https://foodmule.me/img/tumb.png">
<!-- Matomo -->
<script type="text/javascript">
var _paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//statistics.foodmule.me/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
<!-- Add This removed for privacy -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800|DM+Serif+Display:400,400i&display=swap" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?12345">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?12345">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?12345">
<link rel="manifest" href="/site.webmanifest?12345">
<link rel="mask-icon" href="/safari-pinned-tab.svg?12345">
<meta name="msapplication-TileColor" content="#ff0000">
<meta name="theme-color" content="#ffffff">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="fonts/ionicons/css/ionicons.min.css">
<link rel="stylesheet" href="fonts/fontawesome/css/font-awesome.min.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<!-- Theme Style -->
<link rel="stylesheet" href="css/style.css">
<!--Cookies-->
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js"></script>
<script>
window.addEventListener("load", function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#aa0000",
"text": "#ffdddd"
},
"button": {
"background": "#ff0000"
}
},
"content": {
"message": "Questo sito è stato realizzato con un sacco di caffè ☕, quindi utilizza i cookie 🍪. Chiudendo questo banner, scorrendo questa pagina o cliccando qualunque suo elemento acconsenti all'uso dei cookie.",
"dismiss": "Ok !",
"link": "Scopri di più",
"href": "/cookies.html"
}
})});
</script>
<!--End-->
</head>
<body>
<header role="banner">
<nav class="navbar navbar-expand-md">
<div class="container">
<a class="navbar-brand" href="index.html"><img src="img/foodmule.png" height="80px"></a>
</div>
</nav>
</header>
<!-- END header -->
<div class="slider-wrap">
<div class="slider-item" style="background-image: url('img/hero_1.jpg');">
<div class="container">
<div class="row slider-text align-items-center justify-content-center">
<div class="col-md-8 text-center col-sm-12 ">
<h1 data-aos="fade-up mb-5">Ristoranti e attività che Consegnano a Domicilio durante il Covid-19</h1>
<p data-aos="fade-up" data-aos-delay="200"><a href="#cerca" class="btn btn-white btn-outline-white">Trova</a></p>
</div>
</div>
</div>
</div>
<!-- END slider -->
</div>
<!-- other slider
<div class="slider-item" style="background-image: url('img/hero_2.jpg');">
<div class="container">
<div class="row slider-text align-items-center justify-content-center">
<div class="col-md-8 text-center col-sm-12 ">
<h1 data-aos="fade-up mb-5">Enjoy delicious food at Gourmet</h1>
<p data-aos="fade-up" data-aos-delay="200"><a href="#" class="btn btn-white btn-outline-white">Get Started</a></p>
</div>
</div>
</div>
</div>
-->
<!-- END slider -->
<section class="section bg-light py-5 bottom-slant-gray">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<img src="https://media2.giphy.com/media/3o85xIn6LuQV8POyre/source.gif" alt="Image" class="img-fluid">
</div>
<div class="col-lg-5 ml-auto">
<div class="text-left heading-wrap">
<h2 data-aos="fade-up">Cos'è ?</h2>
</div>
<!-- <h3 class="mb-4">Welcome To Our Restaurant</h3> -->
<p>Un sito web gratuito per raccogliere l'elenco dei ristoranti e le attività che in questo momento effettuano consegne a domicilio </p>
</div>
</div>
</div>
</section>
<section class="section pb-0 bottom-slant-gray">
<div class="container">
<div class="row mb-5 justify-content-center" data-aos="fade">
<div class="col-md-7 text-center heading-wrap">
<h2 data-aos="fade-up">Come Funziona</h2>
</div>
</div>
<div class="row align-items-center text-center">
<div class="col-md-4 col-lg-4">
<h3 data-aos="fade-up">Condividi</h3>
<p data-aos="fade-up" data-aos-delay="100">Comunicaci i ristoranti e le attività che offrono il servizio di consegna nella tua zona</p>
<img src="img/come-funziona/checklist.png" height="200px" alt="Image" data-aos="fade" data-aos-delay="100">
</div>
<div class="col-md-4 col-lg-4">
<h3 data-aos="fade-up">Ordina</h3>
<p data-aos="fade-up" data-aos-delay="200">Contatta il ristorante che preferici per effettuare il tuo ordine</p>
<img src="img/come-funziona/order.png" height="200px" alt="Image" data-aos="fade" data-aos-delay="200">
</div>
<div class="col-md-4 col-lg-4">
<h3 data-aos="fade-up">Gusta</h3>
<p data-aos="fade-up" data-aos-delay="500">Gusta il tuo cibo direttamnente a casa tua <strong>#iorestoacasa</strong></p>
<img src="img/come-funziona/food-delivery.png" height="200px" alt="Image" data-aos="fade" data-aos-delay="500">
</div>
</div>
</div>
</section>
<!--
<section class="section ">
<div class="clearfix mb-5 pb-5">
<div class="container-fluid mb-5">
<div class="row" data-aos="fade">
<div class="col-md-12 text-center heading-wrap">
<h2>Special Menu</h2>
</div>
</div>
</div>
<div class="owl-carousel centernonloop">
<a href="#" class="item-dishes" data-aos="fade-right" data-aos-delay="100">
<div class="text">
<p class="dishes-price">$11.50</p>
<h2 class="dishes-heading">Organic tomato salad, gorgonzola cheese, capers</h2>
</div>
<img src="img/dishes_1.jpg" alt="" class="img-fluid">
</a>
<a href="#" class="item-dishes" data-aos="fade-right" data-aos-delay="200">
<div class="text">
<p class="dishes-price">$12.00</p>
<h2 class="dishes-heading">Baked broccoli</h2>
</div>
<img src="img/dishes_2.jpg" alt="" class="img-fluid">
</a>
<a href="#" class="item-dishes" data-aos="fade-right" data-aos-delay="300">
<div class="text">
<p class="dishes-price">$11.00</p>
<h2 class="dishes-heading">Spicy meatballs</h2>
</div>
<img src="img/dishes_3.jpg" alt="" class="img-fluid">
</a>
<a href="#" class="item-dishes" data-aos="fade-right" data-aos-delay="400">
<div class="text">
<p class="dishes-price">$12.00</p>
<h2 class="dishes-heading">Eggplant parmigiana</h2>
</div>
<img src="img/dishes_4.jpg" alt="" class="img-fluid">
</a>
</div>
</div>
</section> <!-- .section -->
<!-- Regioni -->
<section class="section bg-light pb-0 bottom-slant-gray">
<div class="clearfix mb-5 pb-5">
<div class="container-fluid">
<div class="row" data-aos="fade">
<div class="col-md-12 text-center heading-wrap" id="cerca">
<h2>Ricerca</h2>
</div>
</div>
</div>
</div>
<div class="container">
<div class="container">
<div class="row no-gutters" id="regioni">
<div class="col-md-6" id="remove">
<div class="sched-r d-block d-lg-flex">
<div class="text order-1">
<h3>Errore di caricamento</h3>
<p class="text-primary h3"> Riprova </p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section bottom-slant-gray">
<div class="container">
<div class="row mb-5 justify-content-center aos-init aos-animate" data-aos="fade">
<div class="col-md-7 text-center heading-wrap">
<h2 data-aos="fade-up" class="aos-init aos-animate">Food Delivery Online</h2>
</div>
</div>
<div class="row align-items-center text-center">
<div class="col-md-12 col-lg-12">
<h2 data-aos="fade-up" class="aos-init aos-animate">Sistema per consegne gratuito</h2>
<br>
<h4 data-aos="fade-up" data-aos-delay="100" class="aos-init aos-animate">Stiamo lavorando ad un sistema per semplficare le consegne gratuito <a href="https://partner.foodmule.me">scopri di piu...</a> cerchiamo tester per la versione beta <a href="mailto:[email protected]?subject=Beta%20tester">scrivici</a></h4>
<h4 data-aos="fade-up" data-aos-delay="100" class="aos-init aos-animate">Sei uno sviluppatore <a href="https://dev.foodmule.me">scopri come aiutarci...</a></h4>
</div>
</div>
</div>
</section>
<section class="section bg-light">
<div class="clearfix mb-5 pb-5">
<div class="container-fluid">
<div class="row" data-aos="fade">
<div class="col-md-12 text-center heading-wrap">
<h2>Funziona grazie a:</h2>
<span class="back-text"></span>
</div>
</div>
</div>
</div>
<!-- da importare il css -->
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12">
<div class="row client_logo_slider owl-carousel d-flex justify-content-center">
<div class="single_client_logo col-xs-12">
<a href="https://binco.me" class="nav-link active"><img src="img/logo/binco.png" alt="Binco" height="50px"></a>
</div>
<div class="single_client_logo col-xs-12">
<a href="https://typeform.com" class="nav-link active"><img src="img/logo/typeform.png" alt="Typeform" height="120px"></a>
</div>
<div class="single_client_logo col-xs-12">
<a href="https://porkbun.com/binco" class="nav-link active"><img src="img/logo/porkbun.png" alt="Porkbun" height="80px"></a>
</div>
</div>
</div>
</div>
</div>
</section> <!-- .section -->
<footer class="site-footer" role="contentinfo">
<div class="container">
<div class="row mb-5">
<div class="col-md-4 mb-5">
<h3>Informazioni</h3>
<p class="mb-5">Piccolo progetto open source creato per permettere di trovare i ristorati e le attività che effettuano consegne nella propria zona durante il Coronavirus.</p>
<img src="img/foodmule-logo.png" height="100px">
<br>
<ul class="list-unstyled footer-link d-flex footer-social h4">
<li><a href="https://twitter.com/foodmule" class="p-2"><span class="fa fa-twitter"></span></a></li>
<li><a href="https://facebook.com/foodmule" class="p-2"><span class="fa fa-facebook"></span></a></li>
<li><a href="https://instagram.com/foodmule" class="p-2"><span class="fa fa-instagram"></span></a></li>
</ul>
</div>
<div class="col-md-5 mb-5">
<div class="mb-5">
<h3>Contribuisci</h3>
<p><a href="https://github.com/foodfighters/ricerca-ristorante"><strong class="d-block font-weight-normal"><i class="fa fa-github"></i> Github</strong></a></p>
<p><a class="typeform-share link" href="https://binco.typeform.com/to/eBtaMu" data-mode="popup" target="_blank">Condividi attività </a> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script></p>
</div>
<div>
<h3>Contatti</h3>
<ul class="list-unstyled footer-link">
<li class="d-block">
<span class="d-block text-black">Segnala errori:</span>
<span><a href="https://github.com/foodfighters/ricerca-ristorante/issues/new"><strong class="d-block font-weight-normal"><i class="fa fa-github"></i> Github Issue</strong></a></span></li>
<li class="d-block"><span class="d-block text-black">Email:</span><span><a href="mailto:[email protected]">[email protected]</a></span></li>
</ul>
</div>
</div>
<div class="col-md-3 mb-5">
<h3>Link</h3>
<ul class="list-unstyled footer-link">
<li><a href="disclaimer.html">Disclaimer</a></li>
</ul>
</div>
<div class="col-md-3">
</div>
</div>
<div class="row">
<div class="col-12 text-md-center text-left">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a> Icons from <a href="https://www.flaticon.com/" title="Flaticon">Flaticon</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div>
</footer>
<!-- END footer -->
<!-- loader -->
<div id="loader" class="show fullscreen"><svg class="circular" width="48px" height="48px" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><circle cx="32" cy="32" fill="#ff9811" r="30"/><circle cx="32" cy="32" fill="#ffda44" r="25"/><path d="m11.494 11.494 41.012 41.012" fill="#ff5023"/><path d="m11.494 52.506 41.012-41.012" fill="#ff5023"/><circle cx="25" cy="15" fill="#ab2300" r="4"/><circle cx="14" cy="23" fill="#ff5023" r="2"/><circle cx="20" cy="27" fill="#ff5023" r="2"/><circle cx="15.5" cy="39.5" fill="#ab2300" r="4"/><circle cx="23.5" cy="50.5" fill="#ff5023" r="2"/><circle cx="27.5" cy="44.5" fill="#ff5023" r="2"/><circle cx="39" cy="49" fill="#ab2300" r="4"/><circle cx="50" cy="41" fill="#ff5023" r="2"/><circle cx="44" cy="37" fill="#ff5023" r="2"/><circle cx="48.5" cy="24.5" fill="#ab2300" r="4"/><circle cx="40.5" cy="13.5" fill="#ff5023" r="2"/><circle cx="36.5" cy="19.5" fill="#ff5023" r="2"/><g fill="#231f20"><path d="m32 1a31 31 0 1 0 31 31 31.035 31.035 0 0 0 -31-31zm28.975 30h-3a25.9 25.9 0 0 0 -6.909-16.652l2.121-2.121a28.885 28.885 0 0 1 7.788 18.773zm-11.323-18.066a25.9 25.9 0 0 0 -16.652-6.909v-3a28.885 28.885 0 0 1 18.773 7.788zm-18.652 16.652-15.239-15.239a23.91 23.91 0 0 1 15.239-6.322zm0 26.389a23.91 23.91 0 0 1 -15.239-6.322l15.239-15.239zm2-21.561 15.239 15.239a23.91 23.91 0 0 1 -15.239 6.322zm0-26.389a23.91 23.91 0 0 1 15.239 6.322l-15.239 15.239zm-2-2a25.9 25.9 0 0 0 -16.652 6.909l-2.121-2.121a28.885 28.885 0 0 1 18.773-7.788zm-1.414 24.975h-21.561a23.91 23.91 0 0 1 6.322-15.239zm0 2-15.239 15.239a23.91 23.91 0 0 1 -6.322-15.239zm-15.238 18.066a25.9 25.9 0 0 0 16.652 6.909v3a28.885 28.885 0 0 1 -18.773-7.788zm18.652 6.909a25.9 25.9 0 0 0 16.652-6.909l2.121 2.121a28.885 28.885 0 0 1 -18.773 7.788zm1.414-24.975h21.561a23.91 23.91 0 0 1 -6.322 15.239zm0-2 15.239-15.239a23.91 23.91 0 0 1 6.322 15.239zm-23.6-18.773 2.121 2.121a25.9 25.9 0 0 0 -6.91 16.652h-3a28.885 28.885 0 0 1 7.788-18.773zm-7.789 20.773h3a25.9 25.9 0 0 0 6.909 16.652l-2.121 2.121a28.885 28.885 0 0 1 -7.788-18.773zm50.162 18.773-2.121-2.121a25.9 25.9 0 0 0 6.909-16.652h3a28.885 28.885 0 0 1 -7.788 18.773z"/><path d="m25 20a5 5 0 1 0 -5-5 5.006 5.006 0 0 0 5 5zm0-8a3 3 0 1 1 -3 3 3 3 0 0 1 3-3z"/><path d="m14 26a3 3 0 1 0 -3-3 3 3 0 0 0 3 3zm0-4a1 1 0 1 1 -1 1 1 1 0 0 1 1-1z"/><path d="m20 30a3 3 0 1 0 -3-3 3 3 0 0 0 3 3zm0-4a1 1 0 1 1 -1 1 1 1 0 0 1 1-1z"/><path d="m15.5 44.5a5 5 0 1 0 -5-5 5.006 5.006 0 0 0 5 5zm0-8a3 3 0 1 1 -3 3 3 3 0 0 1 3-3z"/><path d="m23.5 53.5a3 3 0 1 0 -3-3 3 3 0 0 0 3 3zm0-4a1 1 0 1 1 -1 1 1 1 0 0 1 1-1z"/><path d="m27.5 47.5a3 3 0 1 0 -3-3 3 3 0 0 0 3 3zm0-4a1 1 0 1 1 -1 1 1 1 0 0 1 1-1z"/><path d="m13 28h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2z"/><path d="m29 21h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2z"/><path d="m23 37h1a1 1 0 0 0 0-2h-1a1 1 0 0 0 0 2z"/><path d="m28.293 49.293-1 1a1 1 0 1 0 1.414 1.414l1-1a1 1 0 0 0 -1.414-1.414z"/><path d="m39 44a5 5 0 1 0 5 5 5.006 5.006 0 0 0 -5-5zm0 8a3 3 0 1 1 3-3 3 3 0 0 1 -3 3z"/><path d="m50 38a3 3 0 1 0 3 3 3 3 0 0 0 -3-3zm0 4a1 1 0 1 1 1-1 1 1 0 0 1 -1 1z"/><path d="m44 34a3 3 0 1 0 3 3 3 3 0 0 0 -3-3zm0 4a1 1 0 1 1 1-1 1 1 0 0 1 -1 1z"/><path d="m48.5 19.5a5 5 0 1 0 5 5 5.006 5.006 0 0 0 -5-5zm0 8a3 3 0 1 1 3-3 3 3 0 0 1 -3 3z"/><path d="m40.5 10.5a3 3 0 1 0 3 3 3 3 0 0 0 -3-3zm0 4a1 1 0 1 1 1-1 1 1 0 0 1 -1 1z"/><path d="m36.5 16.5a3 3 0 1 0 3 3 3 3 0 0 0 -3-3zm0 4a1 1 0 1 1 1-1 1 1 0 0 1 -1 1z"/><path d="m51 36h1a1 1 0 0 0 0-2h-1a1 1 0 0 0 0 2z"/><path d="m35 43h1a1 1 0 0 0 0-2h-1a1 1 0 0 0 0 2z"/><path d="m41 27h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2z"/><path d="m35 15a1 1 0 0 0 .707-.293l1-1a1 1 0 0 0 -1.414-1.414l-1 1a1 1 0 0 0 .707 1.707z"/></g></svg></div>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<script src="js-list/regioni.js"></script>
<script src="js/main.js"></script>
</body>
</html>