Quickeat - Restaurant & Food Delivery HTML5 Template

by: bslthemes

Thank you for your purchase. If you have any questions, mail me to - beshleyua@gmail.com

File structure

After unpacking archive, you'll see this structure:

						
html/
│
├──doc/
├──template/
│──│──css/
│──│──img/
│──│──js/
│──│──│──aos.js
│──│──│──beforeafter.js
│──│──│──custom.js
│──│──│──jquery-3.6.0.min.js
│──│──│──jquery-weekdays.min.js
│──│──│──jquery.fancybox.min.js
│──│──│──jquery.nice-select.min.js
│──│──│──jquery.quinn.min.js
│──│──│──jquery.slim.min.js
│──│──│──owl.carousel.min.js
│──│──│──range-slider.js
│──│──│──underscore-1.3.1.js
│──│──404.html
│──│──about.html
│──│──become-partner.html
│──│──blog.html
│──│──checkout.html
│──│──contacts.html
│──│──faq.html
│──│──index.html
│──│──pricing-table.html
│──│──restaurant-card.html
│──│──restaurants.html
│──│──services.html
│──│──single-blog.html
						
					
  • assets/css/ - all CSS styles for template
  • assets/css/style.css - main CSS styles for template
  • assets/js/ - all JS library for template
    • assets/js/custom.js - main JS for template

Settings

Include of fonts

To use fonts, you must add @import in '/css/style.css' file:

					
						@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
					
				

Next step is to replace "font-family: '...';" to your fonts names.

HTML structure

					
<!DOCTYPE html>
<html lang="zxx">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Quickeat - index</title>
  <link rel="icon" href="assets/img/fav-icon.png">
	<!-- CSS only -->
	<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
	<!-- owl carousel -->
  <link rel="stylesheet" href="assets/css/owl.carousel.min.css">
  <link rel="stylesheet" href="assets/css/owl.theme.default.min.css">
  <!-- nice-select -->
  <link rel="stylesheet" href="assets/css/nice-select.css">
  <!-- aos -->
  <link rel="stylesheet" href="assets/css/aos.css">
  <!-- style -->
  <link rel="stylesheet" href="assets/css/style.css">
  <!-- responsive -->
  <link rel="stylesheet" href="assets/css/responsive.css">
	<!-- color -->
  <link rel="stylesheet" href="assets/css/color.css">

	<!-- Font Awesome 5 -->
	<script src="https://kit.fontawesome.com/27a041baf1.js" crossorigin="anonymous"></script>
</head>
<body class="menu-layer">

	<!-- loader start-->
	<div class="page-loader">
		<div class="wrapper">
	        <div class="circle"></div>
	        <div class="circle"></div>
	        <div class="circle"></div>
	        <div class="shadow"></div>
	        <div class="shadow"></div>
	        <div class="shadow"></div>
	        <span>Loading</span>
	    </div>
	</div>
	<!-- loader end-->

	<!-- header -->
	<header>
		...
  </header>

  <!-- hero-section -->
	<section class="hero-section gap" style="background-image: url(assets/img/background-1.png);">
		...
	</section>

	<!-- works-section -->
	<section class="works-section gap no-top">
		...
	</section>

	<!-- best-restaurants -->
	<section class="best-restaurants gap" style="background:#fcfcfc">
		...
	</section>

	<!-- your-favorite-food -->
	<section class="your-favorite-food gap" style="background-image: url(assets/img/background-1.png);">
		...
	</section>

	<!-- counters-section -->
	<section class="counters-section">
		...
	</section>

	<!-- reviews-sections -->
	<section class="reviews-sections gap">
		...
	</section>

	<!-- join-partnership -->
	<section class="join-partnership gap" style="background-color: #363636;">
		...
	</section>

	<!-- news-section -->
	<section class="news-section gap">
		...
	</section>

	<!-- subscribe-section -->
	<section class="subscribe-section gap" style="background:#fcfcfc">
		...
	</section>

	<!-- footer -->
	<footer class="gap no-bottom" style="background-color: #363636;">
		...
	</footer>

	<!-- bootstrap -->
	<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2" crossorigin="anonymous"></script>
	<!-- jQuery -->
	<script src="assets/js/jquery-3.6.0.min.js"></script>
	<script src="assets/js/jquery.nice-select.min.js"></script>
	<!-- owl.carousel -->
	<script src="assets/js/owl.carousel.min.js"></script>
	<!-- aos -->
	<script src="assets/js/aos.js"></script>
	<!-- custom -->
	<script src="assets/js/custom.js"></script>
</body>
					
				

HTML structure of "Header"

					
<!-- header -->
<header>
  <div class="container">
    <div class="row align-items-center">
      <div class="col-xl-2">
        <div class="header-style">
          <a href="index.html">
            <svg xmlns="http://www.w3.org/2000/svg" width="163" height="38" viewBox="0 0 163 38">
              <g id="Logo" transform="translate(-260 -51)">
                <g id="Logo-2" data-name="Logo" transform="translate(260 51)">
                  <g id="Elements">
                    <path id="Path_1429" data-name="Path 1429" d="M315.086,140.507H275.222v-.894c0-11.325,8.941-20.538,19.933-20.538s19.931,9.213,19.931,20.538Z" transform="translate(-270.155 -115.396)" fill="#f29f05" />
                    <path id="Path_1430" data-name="Path 1430" d="M301.13,133.517a1.488,1.488,0,0,1-1.394-.994,11.361,11.361,0,0,0-10.583-7.54,1.528,1.528,0,0,1,0-3.055,14.353,14.353,0,0,1,13.37,9.527,1.541,1.541,0,0,1-.875,1.966A1.444,1.444,0,0,1,301.13,133.517Z" transform="translate(-264.176 -113.935)" fill="#fff" />
                    <path id="Path_1431" data-name="Path 1431" d="M297.343,146.544a14.043,14.043,0,0,1-13.837-14.211h2.975a10.865,10.865,0,1,0,21.723,0h2.975A14.043,14.043,0,0,1,297.343,146.544Z" transform="translate(-266.247 -108.544)" fill="#363636" />
                    <path id="Path_1432" data-name="Path 1432" d="M302.183,132.519a7.064,7.064,0,1,1-14.122,0Z" transform="translate(-264.027 -108.446)" fill="#363636" />
                    <path id="Path_1433" data-name="Path 1433" d="M320.332,134.575H273.3a1.528,1.528,0,0,1,0-3.055h47.033a1.528,1.528,0,0,1,0,3.055Z" transform="translate(-271.815 -108.923)" fill="#f29f05" />
                    <path id="Path_1434" data-name="Path 1434" d="M289.154,123.4a1.507,1.507,0,0,1-1.487-1.528v-3.678a1.488,1.488,0,1,1,2.975,0v3.678A1.508,1.508,0,0,1,289.154,123.4Z" transform="translate(-264.154 -116.667)" fill="#f29f05" />
                    <path id="Path_1435" data-name="Path 1435" d="M284.777,138.133H275.3a1.528,1.528,0,0,1,0-3.055h9.474a1.528,1.528,0,0,1,0,3.055Z" transform="translate(-270.84 -107.068)" fill="#363636" />
                    <path id="Path_1436" data-name="Path 1436" d="M284.8,141.691h-6.5a1.528,1.528,0,0,1,0-3.055h6.5a1.528,1.528,0,0,1,0,3.055Z" transform="translate(-269.379 -105.218)" fill="#363636" />
                  </g>
                </g>
                <text id="Quickeat" transform="translate(320 77)" fill="#363636" font-size="20" font-family="Poppins" font-weight="700">
                  <tspan x="0" y="0">QUICK</tspan>
                  <tspan y="0" fill="#f29f05">EAT</tspan>
                </text>
              </g>
            </svg>
          </a>
          <div class="extras bag">
            <a href="javascript:void(0)" class="menu-btn">
              <i class="fa-solid fa-bag-shopping"></i>
            </a>
            <div class="bar-menu">
              <i class="fa-solid fa-bars"></i>
            </div>
          </div>
        </div>
      </div>
      <div class="col-lg-7">
        <nav class="navbar">
          <ul class="navbar-links">
            <li class="navbar-dropdown active">
              <a href="index.html">Home</a>
            </li>
            <li class="navbar-dropdown">
              <a href="about.html">About Us</a>
            </li>
            <li class="navbar-dropdown">
              <a href="#">Restaurants</a>
              <div class="dropdown">
                <a href="restaurants.html">Restaurants</a>
                <a href="restaurant-card.html">Restaurant Card</a>
                <a href="checkout.html">Checkout</a>
              </div>
            </li>
            <li class="navbar-dropdown">
              <a href="#">Pages</a>
              <div class="dropdown">
                <a href="blog.html">Blog</a>
                <a href="single-blog.html">Single Blog</a>
                <a href="services.html">Services</a>
                <a href="faq.html">FAQ</a>
                <a href="pricing-table.html">Pricing Table</a>
                <a href="become-partner.html">Become A Partner</a>
                <a href="404.html">404</a>
              </div>
            </li>
            <li class="navbar-dropdown">
              <a href="contacts.html">Contacts</a>
            </li>
          </ul>
        </nav>
      </div>
      <div class="col-lg-3">
        <div class="extras bag">
          <a href="javascript:void(0)" id="desktop-menu" class="menu-btn">
            <i class="fa-solid fa-bag-shopping"></i>
          </a>
          <a href="#" class="button button-2">Order Now</a>
        </div>
      </div>
      <div class="menu-wrap">
        <div class="menu-inner ps ps--active-x ps--active-y">
          <span class="menu-cls-btn">
            <i class="cls-leftright"></i>
            <i class="cls-rightleft"></i>
          </span>
          <div class="checkout-order">
            <div class="title-checkout">
              <h2>My Orders</h2>
            </div>
            <div class="banner-wilmington">
              <img alt="logo" src="https://via.placeholder.com/50x50">
              <h6>Kennington Lane Cafe</h6>
            </div>
            <ul>
              <li class="price-list">
                <i class="closeButton fa-solid fa-xmark"></i>
                <div class="counter-container">
                  <div class="counter-food">
                    <img alt="food" src="https://via.placeholder.com/100x67">
                    <h4>Pasta, kiwi and sauce chilli</h4>
                  </div>
                  <h3>$39</h3>
                </div>
                <div class="price">
                  <div>
                    <h2>$39</h2>
                    <span>Sum</span>
                  </div>
                  <div>
                    <div class="qty-input">
                      <button class="qty-count qty-count--minus" data-action="minus" type="button">-</button>
                      <input class="product-qty" type="number" name="product-qty" min="0" value="1">
                      <button class="qty-count qty-count--add" data-action="add" type="button">+</button>
                    </div>
                    <span>Quantity</span>
                  </div>
                </div>
              </li>
              <li class="price-list">
                <i class="closeButton fa-solid fa-xmark"></i>
                <div class="counter-container">
                  <div class="counter-food">
                    <img alt="food" src="https://via.placeholder.com/100x67">
                    <h4>Rice with shrimps and kiwi</h4>
                  </div>
                  <h3>$49</h3>
                </div>
                <div class="price">
                  <div>
                    <h2>$49</h2>
                    <span>Sum</span>
                  </div>
                  <div>
                    <div class="qty-input">
                      <button class="qty-count qty-count--minus" data-action="minus" type="button">-</button>
                      <input class="product-qty" type="number" name="product-qty" min="0" value="1">
                      <button class="qty-count qty-count--add" data-action="add" type="button">+</button>
                    </div>
                    <span>Quantity</span>
                  </div>
                </div>
              </li>
            </ul>
            <div class="totel-price">
              <span>Total order:</span>
              <h5>$137</h5>
            </div>
            <div class="totel-price">
              <span>To pay:</span>
              <h2>$137</h2>
            </div>
            <button class="button-price">Checkout</button>
          </div>
        </div>
      </div>
      <div class="mobile-nav hmburger-menu" id="mobile-nav" style="display:block;">
        <div class="res-log">
          <a href="index.html">
            <svg xmlns="http://www.w3.org/2000/svg" width="163" height="38" viewBox="0 0 163 38">
              <g id="Logo" transform="translate(-260 -51)">
                <g id="Logo-2" data-name="Logo" transform="translate(260 51)">
                  <g id="Elements">
                    <path id="Path_1429" data-name="Path 1429" d="M315.086,140.507H275.222v-.894c0-11.325,8.941-20.538,19.933-20.538s19.931,9.213,19.931,20.538Z" transform="translate(-270.155 -115.396)" fill="#f29f05" />
                    <path id="Path_1430" data-name="Path 1430" d="M301.13,133.517a1.488,1.488,0,0,1-1.394-.994,11.361,11.361,0,0,0-10.583-7.54,1.528,1.528,0,0,1,0-3.055,14.353,14.353,0,0,1,13.37,9.527,1.541,1.541,0,0,1-.875,1.966A1.444,1.444,0,0,1,301.13,133.517Z" transform="translate(-264.176 -113.935)" fill="#fff" />
                    <path id="Path_1431" data-name="Path 1431" d="M297.343,146.544a14.043,14.043,0,0,1-13.837-14.211h2.975a10.865,10.865,0,1,0,21.723,0h2.975A14.043,14.043,0,0,1,297.343,146.544Z" transform="translate(-266.247 -108.544)" fill="#363636" />
                    <path id="Path_1432" data-name="Path 1432" d="M302.183,132.519a7.064,7.064,0,1,1-14.122,0Z" transform="translate(-264.027 -108.446)" fill="#363636" />
                    <path id="Path_1433" data-name="Path 1433" d="M320.332,134.575H273.3a1.528,1.528,0,0,1,0-3.055h47.033a1.528,1.528,0,0,1,0,3.055Z" transform="translate(-271.815 -108.923)" fill="#f29f05" />
                    <path id="Path_1434" data-name="Path 1434" d="M289.154,123.4a1.507,1.507,0,0,1-1.487-1.528v-3.678a1.488,1.488,0,1,1,2.975,0v3.678A1.508,1.508,0,0,1,289.154,123.4Z" transform="translate(-264.154 -116.667)" fill="#f29f05" />
                    <path id="Path_1435" data-name="Path 1435" d="M284.777,138.133H275.3a1.528,1.528,0,0,1,0-3.055h9.474a1.528,1.528,0,0,1,0,3.055Z" transform="translate(-270.84 -107.068)" fill="#363636" />
                    <path id="Path_1436" data-name="Path 1436" d="M284.8,141.691h-6.5a1.528,1.528,0,0,1,0-3.055h6.5a1.528,1.528,0,0,1,0,3.055Z" transform="translate(-269.379 -105.218)" fill="#363636" />
                  </g>
                </g>
                <text id="Quickeat" transform="translate(320 77)" fill="#363636" font-size="20" font-family="Poppins" font-weight="700">
                  <tspan x="0" y="0">QUICK</tspan>
                  <tspan y="0" fill="#f29f05">EAT</tspan>
                </text>
              </g>
            </svg>
          </a>
        </div>
        <ul>
          <li>
            <a href="index.html">Home</a>
          </li>
          <li>
            <a href="about.html">About Us</a>
          </li>
          <li class="menu-item-has-children">
            <a href="JavaScript:void(0)">Restaurants</a>
            <ul class="sub-menu">
              <li>
                <a href="restaurants.html">Restaurants</a>
              </li>
              <li>
                <a href="restaurant-card.html">Restaurant Card</a>
              </li>
              <li>
                <a href="checkout.html">Checkout</a>
              </li>
            </ul>
          </li>
          <li class="menu-item-has-children">
            <a href="JavaScript:void(0)">Pages</a>
            <ul class="sub-menu">
              <li>
                <a href="blog.html">Blog</a>
              </li>
              <li>
                <a href="single-blog.html">Single Blog</a>
              </li>
              <li>
                <a href="services.html">Services</a>
              </li>
              <li>
                <a href="faq.html">FAQ</a>
              </li>
              <li>
                <a href="pricing-table.html">Pricing Table</a>
              </li>
              <li>
                <a href="become-partner.html">Become A Partner</a>
              </li>
              <li>
                <a href="404.html">404</a>
              </li>
            </ul>
          </li>
          <li>
            <a href="contact.html">contacts</a>
          </li>
        </ul>
        <a href="JavaScript:void(0)" id="res-cross"></a>
      </div>
    </div>
  </div>
</header>
					
				

HTML structure of "Home" pages

					
<!-- hero-section -->
<section class="hero-section gap" style="background-image: url(assets/img/background-1.png);">
  ...
</section>

<!-- works-section -->
<section class="works-section gap no-top">
  ...
</section>

<!-- best-restaurants -->
<section class="best-restaurants gap" style="background:#fcfcfc">
  ...
</section>

<!-- your-favorite-food -->
<section class="your-favorite-food gap" style="background-image: url(assets/img/background-1.png);">
  ...
</section>

<!-- counters-section -->
<section class="counters-section">
  ...
</section>

<!-- reviews-sections -->
<section class="reviews-sections gap">
  ...
</section>

<!-- join-partnership -->
<section class="join-partnership gap" style="background-color: #363636;">
  ...
</section>

<!-- news-section -->
<section class="news-section gap">
  ...
</section>

<!-- subscribe-section -->
<section class="subscribe-section gap" style="background:#fcfcfc">
  ...
</section>
					
				

HTML structure of "Inner" pages

					
<!-- hero-section -->
<section class="hero-section about gap" style="background-image: url(assets/img/background.png);">
	...
</section>

<!-- our-mission-section -->
<section class="our-mission-section gap">
	...
</section>

<!-- cards-section -->
<section class="cards-section gap no-top">
	...
</section>

<!-- video-section -->
<section class="video-section gap">
	...
</section>

<!-- about-counters-section -->
<section class="about-counters-section gap" style="background-image: url(assets/img/background-1.png);">
	...
</section>

<!-- Our Team Section -->
<section class="our-team-section gap">
	...
</section>

<!-- Our partners Section -->
<section class="our-partners-section gap" style="background:#fcfcfc" data-aos="fade-up"  data-aos-delay="200" data-aos-duration="300">
	...
</section>

<!-- Our partners Section -->
<section class="service-shows gap" data-aos="fade-up"  data-aos-delay="200" data-aos-duration="300">
	...
</section>

<!-- subscribe-section -->
<section class="subscribe-section about gap" style="background-image: url(https://via.placeholder.com/1920x423);" >
	...
</section>
					
				

Icons

In this template are defined some of classes for icons, your can see all icons here - https://fontawesome.com/icons?d=gallery&s=brands,solid&m=free