-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
744 lines (672 loc) · 38.9 KB
/
index.html
File metadata and controls
744 lines (672 loc) · 38.9 KB
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
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
<!DOCTYPE html>
<html lang="en">
<head>
<title>Dealish - Savings on Groceries</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600,700,800,900" rel="stylesheet">
<link rel="stylesheet" href="home2/css/open-iconic-bootstrap.min.css">
<link rel="stylesheet" href="home2/css/animate.css">
<link rel="stylesheet" href="home2/css/owl.carousel.min.css">
<link rel="stylesheet" href="home2/css/owl.theme.default.min.css">
<link rel="stylesheet" href="home2/css/magnific-popup.css">
<link rel="stylesheet" href="home2/css/aos.css">
<link rel="stylesheet" href="home2/css/ionicons.min.css">
<link rel="stylesheet" href="home2/css/flaticon.css">
<link rel="stylesheet" href="home2/css/icomoon.css">
<link rel="stylesheet" href="home2/css/style.css">
</head>
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300">
<nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light site-navbar-target" id="ftco-navbar">
<div class="container">
<a class="navbar-brand" href="index.html"><img src = "https://github.com/Dealish/Dealish.github.io/blob/master/Photo%20Assets/Logos/low_res_logo/horizontal/menu_logo.png?raw=true"></a>
<button class="navbar-toggler js-fh5co-nav-toggle fh5co-nav-toggle" type="button" data-toggle="collapse" data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="oi oi-menu"></span> Menu
</button>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav nav ml-auto">
<li class="nav-item"><a href="#home-section" class="nav-link"><span>Home</span></a></li>
<li class="nav-item"><a href="#features-section" class="nav-link"><span>Features</span></a></li>
<li class="nav-item"><a href="#pricing-section" class="nav-link"><span>Pricing</span></a></li>
<li class="nav-item"><a href="#testimonials-section" class="nav-link"><span>Testimonials</span></a></li>
<li class="nav-item"><a href="#recipes-section" class="nav-link"><span>Recipes</span></a></li>
<li class="nav-item"><a href="#social-section" class="nav-link"><span>Social</span></a></li>
<li class="nav-item"><a href="#team-section" class="nav-link"><span>Team</span></a></li>
<li class="nav-item"><a href="#contact-section" class="nav-link"><span>Contact</span></a></li>
<li class="nav-item"><a href="https://dealish.github.io/demo/index.html" target="_blank" class="btn btn-primary px-1 py-1 mt-1"><span>Try</span></a></li>
</ul>
</div>
</div>
</nav>
<section id="home-section" class="hero">
<h3 class="vr">Cooking Up Savings</h3>
<div class="home-slider js-fullheight owl-carousel">
<div class="slider-item js-fullheight">
<div class="overlay"></div>
<div class="container-fluid p-0">
<div class="row d-md-flex no-gutters slider-text js-fullheight align-items-center justify-content-end" data-scrollax-parent="true">
<div class="one-third order-md-last img js-fullheight" style="background-image:url(https://github.com/Dealish/Dealish.github.io/blob/master/Photo%20Assets/Stock%20Pics/landing%20page/Mom-Cooking-Kids.jpg?raw=true);">
<div class="overlay"></div>
</div>
<div class="one-forth d-flex js-fullheight align-items-center ftco-animate" data-scrollax=" properties: { translateY: '70%' }">
<div class="text">
<span class="subheading">Welcome to the Dealish</span>
<h1 class="mb-4 mt-3">Small Prices Means Big <span>Savings</span></h1>
<p>Dealish finds the lowest price for fresh ingredients based on grocery stores nearest you.</p>
<p><a href="https://dealish.github.io/demo/index.html" target="_blank" class="btn btn-primary px-5 py-3 mt-3">Try It!</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section ftco-no-pb ftco-no-pt ftco-services bg-light" id="features-section">
<div class="container">
<div class="row no-gutters">
<div class="col-md-4 ftco-animate py-5 nav-link-wrap">
<div class="nav flex-column nav-pills" id="v-pills-tab" role="tablist" aria-orientation="vertical">
<a class="nav-link px-4 " id="v-pills-1-tab" data-toggle="pill" href="#v-pills-1" role="tab" aria-controls="v-pills-1" aria-selected="true"><span class="mr-2 flaticon-price"></span> Lowest Prices Guaranteed</a>
<a class="nav-link px-4" id="v-pills-2-tab" data-toggle="pill" href="#v-pills-2" role="tab" aria-controls="v-pills-2" aria-selected="false"><span class="mr-2 flaticon-delivery-truck"></span> Free Shipping*</a>
<a class="nav-link px-4" id="v-pills-3-tab" data-toggle="pill" href="#v-pills-3" role="tab" aria-controls="v-pills-3" aria-selected="false"><span class="mr-2 flaticon-destination"></span> Shop Multiple Locations</a>
<a class="nav-link px-4" id="v-pills-4-tab" data-toggle="pill" href="#v-pills-4" role="tab" aria-controls="v-pills-4" aria-selected="false"><span class="mr-2 flaticon-recipes"></span> Shop by Recipe</a>
<a class="nav-link px-4" id="v-pills-5-tab" data-toggle="pill" href="#v-pills-5" role="tab" aria-controls="v-pills-5" aria-selected="false"><span class="mr-2 flaticon-diet"></span> Meal Planning</a>
<a class="nav-link px-4" id="v-pills-6-tab" data-toggle="pill" href="#v-pills-6" role="tab" aria-controls="v-pills-6" aria-selected="false"><span class="mr-2 flaticon-brain"></span> Smart Cart Suggestions</a>
</div>
</div>
<div class="col-md-8 ftco-animate p-4 p-md-5 d-flex align-items-center">
<div class="tab-content pl-md-5" id="v-pills-tabContent">
<div class="tab-pane fade show active py-5" id="v-pills-1" role="tabpanel" aria-labelledby="v-pills-1-tab">
<span class="icon mb-3 d-block flaticon-price-1"></span>
<h2 class="mb-4">Lowest Prices Guaranteed</h2>
<p>Our special algorithms searches every second for the best priced groceries in your area.</p>
<p>Customers who use Dealish can save up to 55% on their grocery bills compared to when they don't use Dealish!</p>
<p><a href="https://dealish.github.io/comingsoon.html" target="_blank" class="btn btn-primary px-4 py-3">Learn More</a></p>
</div>
<div class="tab-pane fade py-5" id="v-pills-2" role="tabpanel" aria-labelledby="v-pills-2-tab">
<span class="icon mb-3 d-block flaticon-delivery-truck-1"></span>
<h2 class="mb-4">Free Shipping*</h2>
<p>Our delivery service makes it effortless for you and your family to receive your groceries at any time, form anywhere.</p>
<p>Most deliveries are completed within the hour!</p>
<p><a href="https://dealish.github.io/comingsoon.html" target="_blank" class="btn btn-primary px-4 py-3">Learn More</a></p>
</div>
<div class="tab-pane fade py-5" id="v-pills-3" role="tabpanel" aria-labelledby="v-pills-3-tab">
<span class="icon mb-3 d-block flaticon-destination-1"></span>
<h2 class="mb-4">Shop Multiple Locations</h2>
<p>To get the best prices for you, we shop at multiple locations where the lowest price is.</p>
<p>Don't want delivery? We can make smart grocery lists for you that tell you where to shop, and which aisle each ingredient is in.</p>
<p><a href="https://dealish.github.io/comingsoon.html" target="_blank" class="btn btn-primary px-4 py-3">Learn More</a></p>
</div>
<div class="tab-pane fade py-5" id="v-pills-4" role="tabpanel" aria-labelledby="v-pills-4-tab">
<span class="icon mb-3 d-block flaticon-recipes-1"></span>
<h2 class="mb-4">Shop by Recipe</h2>
<p>As easy as pie, you can add the ingredients from a whole recipe right into your cart with a click of a button.</p>
<p>Want to shop for a recipe online? Just paste the link into Dealish and we'll add it to your grocery cart!</p>
<p><a href="https://dealish.github.io/comingsoon.html" target="_blank" class="btn btn-primary px-4 py-3">Learn More</a></p>
</div>
<div class="tab-pane fade py-5" id="v-pills-5" role="tabpanel" aria-labelledby="v-pills-5-tab">
<span class="icon mb-3 d-block flaticon-diet"></span>
<h2 class="mb-4">Meal Planning</h2>
<p>Meal planning can be hard to do, but easy on the wallet. We help you plan your meals with recipes you plan to make in the future.</p>
<p>Schedule your delivery in advance and we'll make sure your meal plan arrives when you need it.</p>
<p><a href="https://dealish.github.io/comingsoon.html" target="_blank" class="btn btn-primary px-4 py-3">Learn More</a></p>
</div>
<div class="tab-pane fade py-5" id="v-pills-6" role="tabpanel" aria-labelledby="v-pills-6-tab">
<span class="icon mb-3 d-block flaticon-brain"></span>
<h2 class="mb-4">Smart Cart Suggestions</h2>
<p>To stretch your wallet further, our artificial intelligence helps find more use for the food you're purchasing.</p>
<p>When our AI senses when you have most of the ingredients for a particular recipe, it will suggest purchasing a few extra items so you can make it. Did someone say left overs?</p>
<p><a href="https://dealish.github.io/comingsoon.html" target="_blank" class="btn btn-primary px-4 py-3">Learn More</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section-2 img" style="background-image: url(https://github.com/Dealish/Dealish.github.io/blob/master/Photo%20Assets/Stock%20Pics/landing%20page/instacart__pass_flip.jpg?raw=true);">
<div class="container">
<div class="row d-md-flex justify-content-end">
<div class="col-md-6">
<div class="row">
<div class="col-md-12">
<a href="https://dealish.github.io/comingsoon.html" target="_blank" class="services-wrap ftco-animate">
<div class="icon d-flex justify-content-center align-items-center">
<span class="ion-ios-arrow-back"></span>
<span class="ion-ios-arrow-forward"></span>
</div>
<h2>Products You Love</h2>
<p>Find 1,000's of products from the stores you already shop at.</p>
</a>
<a href="https://dealish.github.io/comingsoon.html" target="_blank" class="services-wrap ftco-animate">
<div class="icon d-flex justify-content-center align-items-center">
<span class="ion-ios-arrow-back"></span>
<span class="ion-ios-arrow-forward"></span>
</div>
<h2>Same-day Delivery</h2>
<p>We make deliveries anywhere in Ottawa, and will be expanding to more cities soon.</p>
</a>
<a href="https://dealish.github.io/comingsoon.html" target="_blank" class="services-wrap ftco-animate">
<div class="icon d-flex justify-content-center align-items-center">
<span class="ion-ios-arrow-back"></span>
<span class="ion-ios-arrow-forward"></span>
</div>
<h2>Save Time & Money</h2>
<p>Find exclusive deals on popular products — delivered to your front door.</p>
</a>
<a href="https://dealish.github.io/comingsoon.html" target="_blank" class="services-wrap ftco-animate">
<div class="icon d-flex justify-content-center align-items-center">
<span class="ion-ios-arrow-back"></span>
<span class="ion-ios-arrow-forward"></span>
</div>
<h2>24/7 Help & Support</h2>
<p>We'll make sure you're taken care of, from beginning to end.</p>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section ftco-project bg-light" id="pricing-section">
<!-- Pricing Section -->
<div class="container px-md-5">
<div class="row justify-content-center pb-5">
<div class="col-md-12 heading-section text-center ftco-animate">
<span class="subheading">Dealish Plans</span>
<h2 class="mb-4">Pricing</h2>
<p class="w3-large">Choose a pricing plan that satisfies your hunger.</p>
<div class="w3-row-padding" style="margin-top:64px">
<div class="w3-half w3-section">
<ul class="w3-ul w3-white w3-hover-shadow">
<li class="w3-light-grey w3-xlarge w3-padding-32">FREE</li>
<li class="w3-padding-16"><b>Lowest Prices</b> Guaranteed</li>
<li class="w3-padding-16"><b>Paid</b> Shipping by Number of Locations</li>
<li class="w3-padding-16"><b>Shop</b> Recipes on Dealish</li>
<li class="w3-padding-16"><b>Endless</b> Support</li>
<li class="w3-padding-16">
<h2 class="w3-wide">$ 0</h2>
<span class="w3-opacity">per month</span>
</li>
<li class="w3-light-grey w3-padding-24">
<a href="https://dealish.github.io/comingsoon.html" target="_blank" class="btn btn-light px-4 py-3">Sign-Up</a>
</li>
</ul>
</div>
<div class="w3-half">
<ul class="w3-ul w3-white w3-hover-shadow">
<li class="w3-green w3-xxxlarge w3-padding-45">Value+</li>
<li class="w3-padding-16"><b>Lowest Prices</b> Guaranteed</li>
<li class="w3-padding-16"><b>Free</b> Shipping</li>
<li class="w3-padding-16"><b>Unlimited</b> Locations</li>
<li class="w3-padding-16"><b>Import</b> Recipes into Cart</li>
<li class="w3-padding-16"><b>Integrated</b> Meal Planning</li>
<li class="w3-padding-16"><b>Smart</b> Cart Suggestions</li>
<li class="w3-padding-16"><b>Endless</b> Support</li>
<li class="w3-padding-16">
<h2 class="w3-wide">$ 9.99</h2>
<span class="w3-opacity">per month</span>
</li>
<li class="w3-light-grey w3-padding-24">
<a href="https://dealish.github.io/comingsoon.html" target="_blank" class="btn btn-secondary px-4 py-3">Sign-Up</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="ftco-section testimony-section-light" id="testimonials-section">
<div class="container">
<div class="row justify-content-center pb-3">
<div class="col-md-7 text-center heading-section heading-section-green ftco-animate">
<h2 class="mb-4">Un-Hangry Customers</h2>
</div>
</div>
<div class="row ftco-animate justify-content-center">
<div class="col-md-12">
<div class="carousel-testimony owl-carousel ftco-owl">
<div class="item">
<div class="testimony-wrap text-center py-4 pb-5">
<div class="user-img" style="background-image: url(https://github.com/Dealish/Dealish.github.io/blob/master/Photo%20Assets/Stock%20Pics/Reviews/PRI_93321331-e1572286144618.jpg?raw=true)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text px-4 pb-5">
<p class="mb-4">So convenient. Especially if you dont know where to find certain items you can just order them to your door.</p>
<p class="name">Alyssia Lindsay</p>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap text-center py-4 pb-5">
<div class="user-img" style="background-image: url(https://github.com/Dealish/Dealish.github.io/blob/master/Photo%20Assets/Stock%20Pics/Reviews/Selfie_480-1600x0-c-default.jpg?raw=true)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text px-4 pb-5">
<p class="mb-4">This was very helpful during a time when my husband and I were both sick. Great service and very convenient! Saved at least $50 on my last order.</p>
<p class="name">Carol Mueller</p>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap text-center py-4 pb-5">
<div class="user-img" style="background-image: url(https://github.com/Dealish/Dealish.github.io/blob/master/Photo%20Assets/Stock%20Pics/Reviews/iphone_7_plus_selfie_2_thumb800.jpg?raw=true)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text px-4 pb-5">
<p class="mb-4">I used to order food boxes but Dealish is way easier and cheaper! I get more selection too. Lifetime customer now!</p>
<p class="name">Sadie Parrish</p>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap text-center py-4 pb-5">
<div class="user-img" style="background-image: url(https://github.com/Dealish/Dealish.github.io/blob/master/Photo%20Assets/Stock%20Pics/Reviews/r0_0_5826_3884_w1200_h678_fmax.jpg?raw=true)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text px-4 pb-5">
<p class="mb-4">We really like this service. The delivery fee is less than the subway fare it would cost me to travel to the grocery store. We use Dealish often and would definitely recommend to others.</p>
<p class="name">Judy B</p>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap text-center py-4 pb-5">
<div class="user-img" style="background-image: url(https://github.com/Dealish/Dealish.github.io/blob/master/Photo%20Assets/Stock%20Pics/Reviews/selfie.jpg?raw=true)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text px-4 pb-5">
<p class="mb-4">So easy to use and convenient. Perfect for the working mom or mom who doesn't want to take kids to the store. Makes planning meals for the kids easy! #MomGoals</p>
<p class="name">Brian Reynolds</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section bg-light" id="recipes-section">
<div class="container">
<div class="row justify-content-center mb-5 pb-5">
<div class="col-md-7 heading-section text-center ftco-animate">
<span class="subheading">Thyme to Cook</span>
<h2 class="mb-4">Recipes</h2>
</div>
</div>
<div class="row d-flex">
<div class="col-md-4 d-flex ftco-animate">
<div class="blog-entry justify-content-end">
<a href="single.html" class="block-20" style="background-image: url('https://github.com/Dealish/Dealish.github.io/blob/master/Photo%20Assets/Recipes/Whole_30_Chicken_Salad_007.jpg?raw=true');">
</a>
<div class="text mt-3 float-right d-block">
<h3 class="heading"><a href="single.html">Blackened Chicken and Avocado Salad</a></h3>
<p>Most of the flavors come from the chicken breast itself, coated in a spiced mixture of paprika, garlic powder, chili powder, and cumin. The savory juices coat the tomato, red onion, cucumber, and romaine thus doubling as a salad dressing. You can see our version, pictured right, which has so many enticing, bright elements.</p>
<div class="d-flex align-items-center mt-4 meta">
<p class="mb-0"><a href="https://www.brit.co/whole30-chicken-and-avocado-salad/" target="_blank" class="btn btn-primary">Read More <span class="ion-ios-arrow-round-forward"></span></a></p>
<p class="ml-auto mb-0">
<a href="#" class="meta-chat"><span class="icon-chat"></span> 4</a>
</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 d-flex ftco-animate">
<div class="blog-entry justify-content-end">
<a href="single.html" class="block-20" style="background-image: url('https://github.com/Dealish/Dealish.github.io/blob/master/Photo%20Assets/Recipes/greek-salad-pizza-finished-5.jpg?raw=true');">
</a>
<div class="text mt-3 float-right d-block">
<h3 class="heading"><a href="single.html">Greek Salad Pizza</a></h3>
<p>Not only does it taste amazing, it’s also pretty darn posh! Put the elastic waist pants away and make this creative pizza recipe for a movie night where you’ll actually be able to move at the end.</p>
<div class="d-flex align-items-center mt-4 meta">
<p class="mb-0"><a href="https://www.brit.co/greek-salad-pizza/" target="_blank" class="btn btn-primary">Read More <span class="ion-ios-arrow-round-forward"></span></a></p>
<p class="ml-auto mb-0">
<a href="#" class="meta-chat"><span class="icon-chat"></span> 7</a>
</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 d-flex ftco-animate">
<div class="blog-entry">
<a href="single.html" class="block-20" style="background-image: url('https://github.com/Dealish/Dealish.github.io/blob/master/Photo%20Assets/Recipes/Keto_Chicken_Salad_003-1.jpg?raw=true');">
</a>
<div class="text mt-3 float-right d-block">
<h3 class="heading"><a href="single.html">Chicken Salad Keto Lettuce Wraps</a></h3>
<p>For those times when slow-cooked chicken isn’t an option and you want to do better than eating five string cheeses, (again).</p>
<div class="d-flex align-items-center mt-4 meta">
<p class="mb-0"><a href="https://www.brit.co/keto-chicken-salad-lettuce-wraps/" target="_blank" class="btn btn-primary">Read More <span class="ion-ios-arrow-round-forward"></span></a></p>
<p class="ml-auto mb-0">
<a href="#" class="meta-chat"><span class="icon-chat"></span> 9</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section ftco-project bg-white" id="social-section">
<div class="container px-md-5">
<div class="row justify-content-center pb-5">
<div class="col-md-12 heading-section text-center ftco-animate">
<span class="subheading">Dealishous Dishes</span>
<h2 class="mb-4">Share Your Dishes with #DEALISH</h2>
<p>You're Lookin' Grape!</p>
</div>
</div>
<div class="row">
<div class="col-md-12 testimonial">
<div class="carousel-project owl-carousel">
<div class="item">
<div class="project">
<div class="img">
<img src="https://github.com/Dealish/Dealish.github.io/blob/master/Photo%20Assets/social/IMG_4114_1.jpg?raw=true" class="img-fluid" alt="Colorlib Template">
</div>
</div>
</div>
<div class="item">
<div class="project">
<div class="img">
<img src="https://github.com/Dealish/Dealish.github.io/blob/master/Photo%20Assets/social/IMG_4115-1.jpg?raw=true" class="img-fluid" alt="Colorlib Template">
</div>
</div>
</div>
<div class="item">
<div class="project">
<div class="img">
<img src="https://github.com/Dealish/Dealish.github.io/blob/master/Photo%20Assets/social/IMG_4117-1.jpg?raw=true" class="img-fluid" alt="Colorlib Template">
</div>
</div>
</div>
<div class="item">
<div class="project">
<div class="img">
<img src="https://github.com/Dealish/Dealish.github.io/blob/master/Photo%20Assets/social/IMG_4116-1.jpg?raw=true" class="img-fluid" alt="Colorlib Template">
</div>
</div>
</div>
<div class="item">
<div class="project">
<div class="img">
<img src="https://github.com/Dealish/Dealish.github.io/blob/master/Photo%20Assets/social/IMG_4118-1.jpg?raw=true" class="img-fluid" alt="Colorlib Template">
</div>
</div>
</div>
<div class="item">
<div class="project">
<div class="img">
<img src="https://github.com/Dealish/Dealish.github.io/blob/master/Photo%20Assets/social/IMG_4119-1.jpg?raw=true" class="img-fluid" alt="Colorlib Template">
</div>
</div>
</div>
<div class="item">
<div class="project">
<div class="img">
<img src="https://github.com/Dealish/Dealish.github.io/blob/master/Photo%20Assets/social/IMG_4120-1.jpg?raw=true" class="img-fluid" alt="Colorlib Template">
</div>
</div>
</div>
<div class="item">
<div class="project">
<div class="img">
<img src="https://github.com/Dealish/Dealish.github.io/blob/master/Photo%20Assets/social/IMG_4121-1.jpg?raw=true" class="img-fluid" alt="Colorlib Template">
</div>
</div>
</div>
<div class="item">
<div class="project">
<div class="img">
<img src="https://github.com/Dealish/Dealish.github.io/blob/master/Photo%20Assets/social/IMG_4122-1.jpg?raw=true" class="img-fluid" alt="Colorlib Template">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section" id="team-section">
<div class="container">
<div class="row justify-content-center pb-5">
<div class="col-md-6 heading-section text-center ftco-animate">
<span class="subheading">About Us</span>
<h2 class="mb-3">Who is in the Kitchen</h2>
<p>Cooking Up the Deals</p>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-4 ftco-animate">
<div class="staff">
<div class="img-wrap d-flex align-items-stretch">
<div class="img align-self-stretch" style="background-image: url(https://github.com/Dealish/Dealish.github.io/blob/master/Photo%20Assets/Team%20Photos/joey_sq_bw.jpg?raw=true;"></div>
</div>
<div class="text d-flex align-items-center pt-3 text-center">
<div>
<h3 class="mb-2">Joey Abonasara</h3>
<span class="position mb-4">Marketing, Founder</span>
<div class="faded">
<ul class="ftco-social text-center">
<li class="ftco-animate"><a href="https://www.linkedin.com/in/joseph-saliba-abonasara-a83356197" target=_"blank"><span class="icon-linkedin"></span></a></li>
<li class="ftco-animate"><a href="https://instagram.com/josephabonasara" target="_blank"><span class="icon-instagram"></span></a></li>
<li class="ftco-animate"><a href="https://github.com/josephabonasara" target=_"blank"><span class="icon-github"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 ftco-animate">
<div class="staff">
<div class="img-wrap d-flex align-items-stretch">
<div class="img align-self-stretch" style="background-image: url(https://github.com/Dealish/Dealish.github.io/blob/master/Photo%20Assets/Team%20Photos/henede_sq_bw.jpg?raw=true);"></div>
</div>
<div class="text d-flex align-items-center pt-3 text-center">
<div>
<h3 class="mb-2">Hened Saade</h3>
<span class="position mb-4">People and Culture, Founder</span>
<div class="faded">
<ul class="ftco-social text-center">
<li class="ftco-animate"><a href="https://www.linkedin.com/in/hened-saade-1b9b16195/" target=_"blank"><span class="icon-linkedin"></span></a></li>
<li class="ftco-animate"><a href="https://instagram.com/henedsaade" target="_blank"><span class="icon-instagram"></span></a></li>
<li class="ftco-animate"><a href="https://github.com/henedsaade" target=_"blank"><span class="icon-github"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 ftco-animate">
<div class="staff">
<div class="img-wrap d-flex align-items-stretch">
<div class="img align-self-stretch" style="background-image: url(https://github.com/Dealish/Dealish.github.io/blob/master/Photo%20Assets/Team%20Photos/billy_sq.jpg?raw=true);"></div>
</div>
<div class="text d-flex align-items-center pt-3 text-center">
<div>
<h3 class="mb-2">Billy Bolton</h3>
<span class="position mb-4">Business Relations, Founder</span>
<div class="faded">
<ul class="ftco-social text-center">
<li class="ftco-animate"><a href="https://linkedin.com/in//itsbillybolton" target=_"blank"><span class="icon-linkedin"></span></a></li>
<li class="ftco-animate"><a href="https://instagram.com/itsbillybolton" target=_"blank"><span class="icon-instagram"></span></a></li>
<li class="ftco-animate"><a href="https://github.com/alcauda" target=_"blank"><span class="icon-github"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-6 ftco-animate">
<div class="staff">
<div class="img-wrap d-flex align-items-stretch">
<div class="img align-self-stretch" style="background-image: url(https://github.com/Dealish/Dealish.github.io/blob/master/Photo%20Assets/Team%20Photos/quin_sq_bw.jpg?raw=true);"></div>
</div>
<div class="text d-flex align-items-center pt-3 text-center">
<div>
<h3 class="mb-2">Quin Meidinger</h3>
<span class="position mb-4">UX Design, Founder</span>
<div class="faded">
<ul class="ftco-social text-center">
<li class="ftco-animate"><a href="https://instagram.com/quin_meidinger" target="_blank"><span class="icon-instagram"></span></a></li>
<li class="ftco-animate"><a href="https://github.com/quinm2" target=_"blank"><span class="icon-github"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-6 ftco-animate">
<div class="staff">
<div class="img-wrap d-flex align-items-stretch">
<div class="img align-self-stretch" style="background-image: url(https://github.com/Dealish/Dealish.github.io/blob/master/Photo%20Assets/Team%20Photos/mustafa_sq_bw.jpg?raw=true);"></div>
</div>
<div class="text d-flex align-items-center pt-3 text-center">
<div>
<h3 class="mb-2">Mustafa Sarikaya</h3>
<span class="position mb-4">Product Development, Founder</span>
<div class="faded">
<ul class="ftco-social text-center">
<li class="ftco-animate"><a href="https://www.linkedin.com/in/mustafa-tayyar-s-069054159/" target="_blank"><span class="icon-linkedin"></span></a></li>
<li class="ftco-animate"><a href="https://instagram.com/mustfatayyar" target="_blank"><span class="icon-instagram"></span></a></li>
<li class="ftco-animate"><a href="https://github.com/MustafaSarikaya" target=_"blank"><span class="icon-github"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section contact-section ftco-no-pb" id="contact-section">
<div class="container">
<div class="row justify-content-center mb-5 pb-3">
<div class="col-md-7 heading-section text-center ftco-animate">
<span class="subheading">Let's Get in Touch</span>
<h2 class="mb-4">Contact Us</h2>
<p>or invite us over for dinner...</p>
</div>
</div>
<div class="row d-flex contact-info mb-5">
<div class="col-md-6 col-lg-3 d-flex ftco-animate">
<div class="align-self-stretch box p-4 text-center">
<div class="icon d-flex align-items-center justify-content-center">
<span class="icon-map-signs"></span>
</div>
<h3 class="mb-4">Address</h3>
<p>304 Dealishous Lane, Ottawa, Ontario, Canada</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex ftco-animate">
<div class="align-self-stretch box p-4 text-center">
<div class="icon d-flex align-items-center justify-content-center">
<span class="icon-phone2"></span>
</div>
<h3 class="mb-4">Contact Number</h3>
<p><a href="tel://1234567920">+1 613 282 1652</a></p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex ftco-animate">
<div class="align-self-stretch box p-4 text-center">
<div class="icon d-flex align-items-center justify-content-center">
<span class="icon-paper-plane"></span>
</div>
<h3 class="mb-4">Email Address</h3>
<p><a href="mailto:info@Dealish.com">info@Dealish.com</a></p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex ftco-animate">
<div class="align-self-stretch box p-4 text-center">
<div class="icon d-flex align-items-center justify-content-center">
<span class="icon-globe"></span>
</div>
<h3 class="mb-4">Website</h3>
<p><a href="https://dealish.github.io/comingsoon.html" target="_blank">Subscribe for Notifications</a></p>
</div>
</div>
</div>
<div class="row no-gutters block-9">
<div class="col-md-12 order-md-last d-flex">
<form action="#" class="bg-light p-5 contact-form">
<div class="form-group">
<input type="text" class="form-control" placeholder="Your Name">
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Your Email">
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Subject">
</div>
<div class="form-group">
<textarea name="" id="" cols="30" rows="7" class="form-control" placeholder="Message"></textarea>
</div>
<div class="form-group">
<input type="submit" value="Send Message" class="btn btn-primary py-3 px-5">
</div>
</form>
</div>
</div>
</div>
</section>
<footer class="ftco-footer ftco-section">
<div class="container">
<div class="row mb-5">
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">About Dealish</h2>
<p>On a mission to find fresh ingredients for the lowest price in your area.</p>
<ul class="ftco-footer-social list-unstyled float-md-left float-lft mt-5">
</ul>
</div>
</div>
<div class="col-md">
</div>
<div class="col-md">
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Have a Questions?</h2>
<div class="block-23 mb-3">
<ul>
<li><span class="icon icon-map-marker"></span><span class="text">304 Dealishous Lane, Ottawa, Ontario, Canada</span></li>
<li><a href="#"><span class="icon icon-phone"></span><span class="text">+1 613 282 1652</span></a></li>
<li><a href="#"><span class="icon icon-envelope"></span><span class="text">info@Dealish.com</span></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<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="icon-heart color-danger" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a> --!>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
</div>
</div>
</div>
</footer>
<!-- loader -->
<div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px"><circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee"/><circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10" stroke="#F96D00"/></svg></div>
<script src="home2/js/jquery.min.js"></script>
<script src="home2/js/jquery-migrate-3.0.1.min.js"></script>
<script src="home2/js/popper.min.js"></script>
<script src="home2/js/bootstrap.min.js"></script>
<script src="home2/js/jquery.easing.1.3.js"></script>
<script src="home2/js/jquery.waypoints.min.js"></script>
<script src="home2/js/jquery.stellar.min.js"></script>
<script src="home2/js/owl.carousel.min.js"></script>
<script src="home2/js/jquery.magnific-popup.min.js"></script>
<script src="home2/js/aos.js"></script>
<script src="home2/js/jquery.animateNumber.min.js"></script>
<script src="home2/js/scrollax.min.js"></script>
<script src="home2/js/google-map.js"></script>
<script src="home2/js/main.js"></script>
</body>
</html>