123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <div ng-controller="AboutUsController">
- <div class="about-us">
- <div class="about-us-main">
- <h3>Master Kitchen Food Delivery</h3>
- <div class="about-us-counter">
- <div class="about-us-description">
- <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>
- </div>
- <div class="about-us-timer-left">
- <div class="about-us-timer-brend">12</div>
- <p>BRENDS</p>
- </div>
- <div class="about-us-timer-right">
- <div class="about-us-timer-restaurant">18</div>
- <P>RESTAURANTS</P>
- </div>
- </div>
- </div>
- <div class="about-us-block_1"></div>
- <div class="about-us-block_2">
- <h2>Master Kitchen-live tasty!</h2>
- </div>
- <div class="about-us-block_3">
- <h2>PARTNERS</h2>
- <div class="slick-container about-us-slick">
- <slick
- infinite=true
- slides-to-show=3
- slides-to-scroll=1
- dots=true
- >
- <div class="about-us-slick-item" ng-repeat="image in images">
- <img src="{{ image.url }}" />
- </div>
- </slick>
- </div>
- </div>
- <div class="about-us-block_4">
- <h2>Master Kitchen - food with meaning.</h2>
- <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>
- </div>
- </div>
- <footer></footer>
- </div>
|