Sha256: 095fccafeef13e81691b87feb008da2fb99f867a5518bc21a5ad01e9b49b8378

Contents?: true

Size: 1.17 KB

Versions: 6

Compression:

Stored size: 1.17 KB

Contents

{% assign lang = page.lang %} {% assign footerData = site.data.footer[lang].data
%}
<div class="appscms-product-footer">
  <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

6 entries across 6 versions & 1 rubygems

Version Path
appscms-tools-theme-3.9.3 _includes/appscms/footer/products.html
appscms-tools-theme-3.9.2 _includes/appscms/footer/products.html
appscms-tools-theme-3.9.1 _includes/appscms/footer/products.html
appscms-tools-theme-3.9.0 _includes/appscms/footer/products.html
appscms-tools-theme-3.8.9 _includes/appscms/footer/products.html
appscms-tools-theme-3.8.8 _includes/appscms/footer/products.html