Sha256: af3084fcb7b446331f0355d9979f7f04d9a1f60136ef295440d3a032fe815839

Contents?: true

Size: 1.49 KB

Versions: 26

Compression:

Stored size: 1.49 KB

Contents

{% assign path = page.jsonFile %} {% assign jsonPath = site.data[path] %} {%
assign dataToShow = jsonPath %}
<div class="container-fluid">
  <div class="row">
    <div class="col-xl-3 col-lg-12">
      <div class="row">
        <div class="col-xl-3 p-0">
          <div class="feature">
            <img
              src="/assets/images/left_obj_01.png"
              alt=""
              {%-
              if
              site.crossorigin
              -%}
              crossorigin
              {%-
              endif
              -%}
            />
            <span class="site-no"> {{dataToShow.featureNo}}</span>
            <h5 class="title">{{dataToShow.feature_title}}</h5>
            <p class="description">{{dataToShow.feature_description}}</p>
          </div>
        </div>
      </div>
    </div>
    <div class="col-xl-9 col-lg-12">
      <div class="row text-center">
        {% for entry in dataToShow.featureList %}
        <div class="col-lg-4 col-md-6 my-3">
          <div class="card-body h-100">
            <i loading="lazy" class="{{ entry.fa_class }} FA"></i>
            <h5 class="card-title">{{ entry.feature_heading }}</h5>
            <p class="card-text" style="color: #a7a7a7; font-size: 14px">
              {{ entry.feature_text}}
            </p>
          </div>
        </div>
        {% endfor %}
      </div>
    </div>
  </div>
</div>
<link
  rel="stylesheet"
  href="{{ 'css/feature.css' | relative_url }}"
  {%-
  if
  site.crossorigin
  -%}
  crossorigin
  {%-
  endif
  -%}
/>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
appscms-tools-theme-3.3.5 _includes/feature.html
appscms-tools-theme-3.3.4 _includes/feature.html
appscms-tools-theme-3.3.3 _includes/feature.html
appscms-tools-theme-3.3.2 _includes/feature.html
appscms-tools-theme-3.3.1 _includes/feature.html
appscms-tools-theme-3.3.0 _includes/feature.html
appscms-tools-theme-3.2.9 _includes/feature.html
appscms-tools-theme-3.2.8 _includes/feature.html
appscms-tools-theme-3.2.7 _includes/feature.html
appscms-tools-theme-3.2.6 _includes/feature.html
appscms-tools-theme-3.2.5 _includes/feature.html
appscms-tools-theme-3.2.4 _includes/feature.html
appscms-tools-theme-3.2.2 _includes/feature.html
appscms-tools-theme-3.2.1 _includes/feature.html
appscms-tools-theme-3.2.0 _includes/feature.html
appscms-tools-theme-3.1.9 _includes/feature.html
appscms-tools-theme-3.1.8 _includes/feature.html
appscms-tools-theme-3.1.7 _includes/feature.html
appscms-tools-theme-3.1.6 _includes/feature.html
appscms-tools-theme-3.1.5 _includes/feature.html