Sha256: 024c6526571184f53fec93756bad9d51e2a7df6846144e3b0cfd0771bfaaa911

Contents?: true

Size: 1.17 KB

Versions: 9

Compression:

Stored size: 1.17 KB

Contents

{% assign lang = page.lang %} {% assign footerData = site.data.footer[lang].data
%}
<div class="appscms-product-footer mt,pt-5">
  <div class="container">
    <!-- product heading -->

    <div class="container heading">
      <div class="row">
        <div class="col-md-12 offset-md-1 offset-sm-0 pt-4 pt-sm-0 mx-auto">
          <div
            class="d-flex align-items-center justify-content-center footer-prducts-div-heading p-4"
          >
            <hr
              class="flex-grow-1 mx-4 mb-0 footer-product-line"
              style="height: 1px; background-color: #4b4b4b"
            />
            <h6 class="text-center appscms-h3 my-4">Products</h6>
            <hr
              class="flex-grow-1 mx-4 mb-0 footer-product-line"
              style="height: 1px; background-color: #4b4b4b"
            />
          </div>
        </div>
      </div>
    </div>

    <!--  -->
    <div class="row pb-4">
      {%- for item in footerData.product -%}
      <div class="col-md-3">
        <li>
          <a class="footer-product-link" href="{{item.url}}">{{item.name}}</a>
        </li>
      </div>
      {% endfor %}
    </div>
  </div>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
appscms-tools-theme-3.8.7 _includes/appscms/footer/products.html
appscms-tools-theme-3.8.6 _includes/appscms/footer/products.html
appscms-tools-theme-3.8.5 _includes/appscms/footer/products.html
appscms-tools-theme-3.8.4 _includes/appscms/footer/products.html
appscms-tools-theme-3.8.3 _includes/appscms/footer/products.html
appscms-tools-theme-3.8.2 _includes/appscms/footer/products.html
appscms-tools-theme-3.8.1 _includes/appscms/footer/products.html
appscms-tools-theme-3.8.0 _includes/appscms/footer/products.html
appscms-tools-theme-3.7.9 _includes/appscms/footer/products.html