-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
546 lines (486 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
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Флип Флоп— Спаси любимото си заведение</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Free HTML5 Template by FREEHTML5.CO" />
<meta name="keywords" content="free html5, free template, free bootstrap, html5, css3, mobile first, responsive" />
<meta name="author" content="FREEHTML5.CO" />
<!--
//////////////////////////////////////////////////////
FREE HTML5 TEMPLATE
DESIGNED & DEVELOPED by FREEHTML5.CO
Website: http://freehtml5.co/
Email: info@freehtml5.co
Twitter: http://twitter.com/fh5co
Facebook: https://www.facebook.com/fh5co
//////////////////////////////////////////////////////
-->
<!-- Facebook and Twitter integration -->
<meta property="og:title" content=""/>
<meta property="og:image" content=""/>
<meta property="og:url" content=""/>
<meta property="og:site_name" content=""/>
<meta property="og:description" content=""/>
<meta name="twitter:title" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="favicon.ico">
<!-- <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,300' rel='stylesheet' type='text/css'> -->
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Superfish -->
<link rel="stylesheet" href="css/superfish.css">
<link rel="stylesheet" href="css/style.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="fh5co-wrapper">
<div id="fh5co-page">
<!-- <div class="header-top">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6 text-left fh5co-link">
<a href="#">FAQ</a>
<a href="#">Forum</a>
<a href="#">Contact</a>
</div>
<div class="col-md-6 col-sm-6 text-right fh5co-social">
<a href="#" class="grow"><i class="icon-facebook2"></i></a>
<a href="#" class="grow"><i class="icon-twitter2"></i></a>
<a href="#" class="grow"><i class="icon-instagram2"></i></a>
</div>
</div>
</div>
</div> -->
<header id="fh5co-header-section" class="sticky-banner">
<div class="container">
<div class="nav-header">
<a href="#" class="js-fh5co-nav-toggle fh5co-nav-toggle dark"><i></i></a>
<h1 id="fh5co-logo"><a href="index.html">LocalSupport</a></h1>
<!-- START #fh5co-menu-wrap -->
<nav id="fh5co-menu-wrap" role="navigation">
<ul class="sf-menu" id="fh5co-primary-menu">
<li class="active">
<a href="index.html">Начало</a>
</li>
<!-- <li>
<a href="#" class="fh5co-sub-ddown">Get Involved</a>
<ul class="fh5co-sub-menu">
<li><a href="#">Donate</a></li>
<li><a href="#">Fundraise</a></li>
<li><a href="#">Campaign</a></li>
<li><a href="#">Philantrophy</a></li>
<li><a href="#">Volunteer</a></li>
</ul>
</li> -->
<li>
<a href="#places" class="fh5co-sub-ddown">Обекти</a>
<!-- <ul class="fh5co-sub-menu">
<li><a href="#">Water World</a></li>
<li><a href="#">Cloth Giving</a></li>
<li><a href="#">Medical Mission</a></li>
</ul> -->
</li>
<li><a href="about.html">За нас</a></li>
<!-- <li><a href="blog.html">Blog</a></li> -->
<li><a href="contact.html">Контакт</a></li>
</ul>
</nav>
</div>
</div>
</header>
<div class="fh5co-hero">
<div class="fh5co-overlay"></div>
<div class="fh5co-cover text-center" data-stellar-background-ratio="0.5" style="background-image: url(images/ff.jpg);">
<div class="desc animate-box">
<h2><strong>Flip Flap</strong></h2>
<!-- <span>HandCrafted by <a href="http://frehtml5.co/" target="_blank" class="fh5co-site-name">FreeHTML5.co</a></span> -->
<span><a class="btn btn-primary btn-lg" href="#fh5co-features">Подкрепи</a></span>
</div>
</div>
</div>
<!-- end:header-top -->
<div id="fh5co-features">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="feature-left">
<span class="icon">
<i class="icon-thumbs-up"></i>
</span>
<div class="feature-copy">
<h3>Плати 20 лв., консумирай за 30 лв.</h3>
<p>Купи ваучер за консумация на стойност 30 лв. и можеш да го консумираш когато отворим отново. Плати само 20лв.!</p>
<span><script src="https://gumroad.com/js/gumroad.js"></script>
<a class="gumroad-button" href="https://gum.co/flapplap" target="_blank">Купи за 20 лв.</a></span>
<!-- <p><a href="#">Learn More</a></p> -->
</div>
</div>
</div>
<div class="col-md-4">
<div class="feature-left">
<span class="icon">
<i class="icon-thumbs-up"></i>
</span>
<div class="feature-copy">
<h3>Плати 40 лв., консумирай за 60 лв.</h3>
<p>Купи ваучер за консумация на стойност 60 лв. и можеш да го консумираш когато отворим отново. Плати само 40лв.!</p>
<span><a class="gumroad-button" href="https://gum.co/flapplap" target="_blank">Купи за 20 лв.</a></span>
<!-- <p><a href="#">Learn More</a></p> -->
</div>
</div>
</div>
<div class="col-md-4">
<div class="feature-left">
<span class="icon">
<i class="icon-thumbs-up"></i>
</span>
<div class="feature-copy">
<h3>Плати 80 лв., консумирай за 120 лв.</h3>
<p>Купи ваучер за консумация на стойност 120 лв. и можеш да го консумираш когато отворим отново.</p>
<span><a class="gumroad-button" href="https://gum.co/flapplap" target="_blank">Купи за 20 лв.</a></span>
<!-- <p><a href="#">Learn More</a></p> -->
</div>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-feature-product" class="fh5co-section-gray">
<div class="container">
<div class="row">
<div class="col-md-12 text-center heading-section">
<h3>За флип флап</h3>
<p>Той се намира на улица Оборище и е малко, уютно и много шарено място. Бях впечатлена от интериора: толкова е новаторски и оригинален! Личи си, че мястото е обзаведено с желание. И познайте какво – менютата са написани на гърба на истинска джапанка. Не е ли забавно?!</p>
</div>
</div>
<div class="row row-bottom-padded-md">
<div class="col-md-12 text-center animate-box">
<p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2932.440543993326!2d23.342999215499017!3d42.69439177916582!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x40aa859c964f9feb%3A0xce0c72a3166b8f5a!2sFlipFlop!5e0!3m2!1sen!2sbg!4v1585161606517!5m2!1sen!2sbg" width="1200" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe></p>
</div>
<!-- <div class="col-md-6 text-center animate-box">
<p><img src="images/cover_bg_2.jpg" alt="Free HTML5 Bootstrap Template" class="img-responsive"></p>
</div>
<div class="col-md-6 text-center animate-box">
<p><img src="images/cover_bg_3.jpg" alt="Free HTML5 Bootstrap Template" class="img-responsive"></p>
</div> -->
</div>
<!-- <div class="row">
<div class="col-md-4">
<div class="feature-text">
<h3>Love</h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-text">
<h3>Compassion</h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-text">
<h3>Charity</h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
</div>
</div>
</div> -->
</div>
</div>
<!-- <div id="fh5co-portfolio">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center heading-section animate-box">
<h3>Our Gallery</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Velit est facilis maiores, perspiciatis accusamus asperiores sint consequuntur debitis.</p>
</div>
</div>
<div class="row row-bottom-padded-md">
<div class="col-md-12">
<ul id="fh5co-portfolio-list">
<li class="two-third animate-box" data-animate-effect="fadeIn" style="background-image: url(images/cover_bg_1.jpg); ">
<a href="#" class="color-3">
<div class="case-studies-summary">
<span>Give Love</span>
<h2>Donation is caring</h2>
</div>
</a>
</li>
<li class="one-third animate-box" data-animate-effect="fadeIn" style="background-image: url(images/cover_bg_3.jpg); ">
<a href="#" class="color-4">
<div class="case-studies-summary">
<span>Give Love</span>
<h2>Donation is caring</h2>
</div>
</a>
</li>
<li class="one-third animate-box" data-animate-effect="fadeIn" style="background-image: url(images/cover_bg_1.jpg); ">
<a href="#" class="color-5">
<div class="case-studies-summary">
<span>Give Love</span>
<h2>Donation is caring</h2>
</div>
</a>
</li>
<li class="two-third animate-box" data-animate-effect="fadeIn" style="background-image: url(images/cover_bg_3.jpg); ">
<a href="#" class="color-6">
<div class="case-studies-summary">
<span>Give Love</span>
<h2>Donation is caring</h2>
</div>
</a>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-4 text-center animate-box">
<a href="#" class="btn btn-primary btn-lg">See Gallery</a>
</div>
</div>
</div>
</div> -->
<div id="fh5co-services-section">
<div class="container" id="places">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center heading-section animate-box">
<h3>Други обекти</h3>
<p>Не виждате любимото си място? Свържете се с тях и им предложете да се включат!</p>
</div>
</div>
</div>
<div class="container">
<div class="row text-center">
<div class="col-md-4 col-sm-4">
<a href='#'><div class="services animate-box">
<span><i class="icon-heart"></i></span>
<p><img src="images/cover_bg_2.jpg" alt="Restaurant" class="img-responsive"></p>
<h3>Hlebar</h3>
<p>ул. Иван Шишман / ул. Оборище</p>
<div class="col-md-12 text-center animate-box">
</div>
</div></a>
</div>
<div class="col-md-4 col-sm-4">
<a href='#'><div class="services animate-box">
<span><i class="icon-heart"></i></span>
<p><img src="images/cover_bg_2.jpg" alt="Restaurant" class="img-responsive"></p>
<h3>La Bottega</h3>
<p>ул. Иван Шишман</p>
<div class="col-md-12 text-center animate-box">
</div>
</div>
</div></a>
<div class="col-md-4 col-sm-4">
<a href='#'><div class="services animate-box">
<span><i class="icon-heart"></i></span>
<p><img src="images/cover_bg_2.jpg" alt="Restaurant" class="img-responsive"></p>
<h3>The Little Things</h3>
<p>ул. Иван Шишман</p>
<div class="col-md-12 text-center animate-box">
</div>
</div></a>
</div>
<div class="col-md-4 col-sm-4">
<a href='#'><div class="services animate-box">
<span><i class="icon-heart"></i></span>
<p><img src="images/cover_bg_2.jpg" alt="Restaurant" class="img-responsive"></p>
<h3>Rolling Dogs</h3>
<p>ул. Иван Шишман</p>
<div class="col-md-12 text-center animate-box">
</div>
</div></a>
</div>
<div class="col-md-4 col-sm-4">
<a href='#'><div class="services animate-box">
<span><i class="icon-heart"></i></span>
<p><img src="images/cover_bg_2.jpg" alt="Restaurant" class="img-responsive"></p>
<h3>Street Chefs</h3>
<p>ул. Ангел Кънчев</p>
<div class="col-md-12 text-center animate-box">
</div>
</div></a>
</div>
<div class="col-md-4 col-sm-4">
<a href='#'><div class="services animate-box">
<span><i class="icon-heart"></i></span>
<div class="col-md-12 text-center animate-box">
<p><img src="images/cover_bg_2.jpg" alt="Restaurant" class="img-responsive"></p>
</div>
<h3>Flip Flop</h3>
<p>ул. Оборище</p>
</div></a>
</div>
</div>
</div>
</div>
<div id="fh5co-content-section" class="fh5co-section-gray">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center heading-section animate-box">
<h3>Те вече ги подкрепиха</h3>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Velit est facilis maiores, perspiciatis accusamus asperiores sint consequuntur debitis.</p> -->
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="fh5co-testimonial text-center animate-box">
<figure>
<img src="images/person_1.jpg" alt="user">
</figure>
<blockquote>
<p>“С приятелката ми обожаваме да ходим в La Bottega. Ще бъде ужасно ако затвори, за това реших да купя ваучер сега и да го използвам когато нещата се нормализират. ”</p>
</blockquote>
<span>Георги И.</span>
</div>
</div>
<div class="col-md-4">
<div class="fh5co-testimonial text-center animate-box">
<figure>
<img src="images/person_2.jpg" alt="user">
</figure>
<blockquote>
<p>“Имаме традиция с компанията, всеки петък да се събираме във Flip Flop - още от едно време. Надявам се, че ще можем да го правим и след като всичко премине.”</p>
</blockquote>
<span>Петър Г.</span>
</div>
</div>
<div class="col-md-4">
<div class="fh5co-testimonial text-center animate-box">
<figure>
<img src="images/person_3.jpg" alt="user">
</figure>
<blockquote>
<p>“Едно от любимите ми места в София е Hlebar. Често обядвам там, тъй като до офиса ми няма много други варианти. Радвам се, че мога да им помогна в труден момент.”</p>
</blockquote>
<span>Радина Г.</span>
</div>
</div>
</div>
</div>
</div>
<!-- fh5co-content-section -->
<!-- END What we do -->
<!-- <div id="fh5co-blog-section" class="fh5co-section-gray">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center heading-section animate-box">
<h3>Recent From Blog</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Velit est facilis maiores, perspiciatis accusamus asperiores sint consequuntur debitis.</p>
</div>
</div>
</div>
<div class="container">
<div class="row row-bottom-padded-md">
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="fh5co-blog animate-box">
<a href="#"><img class="img-responsive" src="images/cover_bg_1.jpg" alt=""></a>
<div class="blog-text">
<div class="prod-title">
<h3><a href=""#>Medical Mission in Southern Kenya</a></h3>
<span class="posted_by">Sep. 15th</span>
<span class="comment"><a href="">21<i class="icon-bubble2"></i></a></span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p><a href="#">Learn More...</a></p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="fh5co-blog animate-box">
<a href="#"><img class="img-responsive" src="images/cover_bg_2.jpg" alt=""></a>
<div class="blog-text">
<div class="prod-title">
<h3><a href=""#>Medical Mission in Southern Kenya</a></h3>
<span class="posted_by">Sep. 15th</span>
<span class="comment"><a href="">21<i class="icon-bubble2"></i></a></span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p><a href="#">Learn More...</a></p>
</div>
</div>
</div>
</div>
<div class="clearfix visible-sm-block"></div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="fh5co-blog animate-box">
<a href="#"><img class="img-responsive" src="images/cover_bg_3.jpg" alt=""></a>
<div class="blog-text">
<div class="prod-title">
<h3><a href=""#>Medical Mission in Southern Kenya</a></h3>
<span class="posted_by">Sep. 15th</span>
<span class="comment"><a href="">21<i class="icon-bubble2"></i></a></span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p><a href="#">Learn More...</a></p>
</div>
</div>
</div>
</div>
<div class="clearfix visible-md-block"></div>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-4 text-center animate-box">
<a href="#" class="btn btn-primary btn-lg">Our Blog</a>
</div>
</div>
</div>
</div> -->
<!-- fh5co-blog-section -->
<footer>
<div id="footer">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<p class="fh5co-social-icons">
<a href="#"><i class="icon-twitter2"></i></a>
<a href="#"><i class="icon-facebook2"></i></a>
<a href="#"><i class="icon-instagram"></i></a>
<a href="#"><i class="icon-dribbble2"></i></a>
<a href="#"><i class="icon-youtube"></i></a>
</p>
<p>Copyright 2016 Free Html5 <a href="#">Charity</a>. All Rights Reserved. <br>Made with <i class="icon-heart3"></i> by <a href="http://freehtml5.co/" target="_blank">Freehtml5.co</a> / Demo Images: <a href="https://unsplash.com/" target="_blank">Unsplash</a></p>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- END fh5co-page -->
</div>
<!-- END fh5co-wrapper -->
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/sticky.js"></script>
<!-- Stellar -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Superfish -->
<script src="js/hoverIntent.js"></script>
<script src="js/superfish.js"></script>
<!-- Main JS -->
<script src="js/main.js"></script>
</body>
</html>