about-us.html 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <div ng-controller="AboutUsController">
  2. <div class="about-us">
  3. <div class="about-us-main">
  4. <h3>Master Kitchen Food Delivery</h3>
  5. <div class="about-us-counter">
  6. <div class="about-us-description">
  7. <p>Gourmet dishes of Italian, American, Japanese, Ukrainian and Georgian cuisines - this is the hospitable world of Master Kitchen, a world of delicious food and a pleasant stay! </p>
  8. </div>
  9. <div class="about-us-timer-left">
  10. <div class="about-us-timer-brend">12</div>
  11. <p>BRENDS</p>
  12. </div>
  13. <div class="about-us-timer-right">
  14. <div class="about-us-timer-restaurant">18</div>
  15. <P>RESTAURANTS</P>
  16. </div>
  17. </div>
  18. </div>
  19. <div class="about-us-block_1"></div>
  20. <div class="about-us-block_2">
  21. <h2>Master Kitchen-live tasty!</h2>
  22. </div>
  23. <div class="about-us-block_3">
  24. <h2>PARTNERS</h2>
  25. <div class="slick-container about-us-slick">
  26. <slick
  27. infinite=true
  28. slides-to-show=3
  29. slides-to-scroll=1
  30. dots=true
  31. >
  32. <div class="about-us-slick-item" ng-repeat="image in images">
  33. <img src="{{ image.url }}" />
  34. </div>
  35. </slick>
  36. </div>
  37. </div>
  38. <div class="about-us-block_4">
  39. <h2>Master Kitchen - food with meaning.</h2>
  40. <p>Master Kitchen provides the client with a balanced diet for each day. This is more than delivering a healthy meal. Ordering from us, you get not just a menu, but exquisite gastronomic dishes: delicious and very useful! Master Kitchen Eat Easy provides customers with the highest quality and fresh food.</p>
  41. </div>
  42. </div>
  43. <footer></footer>
  44. </div>