Sha256: cbd21796dd31b05fd19a26c4f9184fd310428e66e69f723b186d93bf8b51de7c

Contents?: true

Size: 858 Bytes

Versions: 7

Compression:

Stored size: 858 Bytes

Contents

<div class="container" id="appscms-tools-section">
  <div class="row">
    <div class="col-md-10 mx-auto">
      <div class="row" id="appscms-tools-section-row">
        {% for item in pageData.features %}
        <div class="col-xl-4 col-lg-6 col-md-6 col-3 appscms-tool-container">
          <a href="{{item.url}}">
            <div class="appscms-tool">
              <div class="tool-top" style="background-color: {{item.color}};">
                <div class="tool-img">
                  <img crossorigin="anonymous" src="{{item.icon}}" alt="img" />
                </div>
                <div class="tool-text">{{item.description}}</div>
              </div>
              <div class="tool-heading">{{item.name}}</div>
            </div>
          </a>
        </div>
        {% endfor %}
      </div>
    </div>
  </div>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
appscms-tools-theme-3.9.6 _includes/appscms/home/feature-boxes.html
appscms-tools-theme-3.9.5 _includes/appscms/home/feature-boxes.html
appscms-tools-theme-3.9.4 _includes/appscms/home/feature-boxes.html
appscms-tools-theme-3.9.3 _includes/appscms/home/feature-boxes.html
appscms-tools-theme-3.9.2 _includes/appscms/home/feature-boxes.html
appscms-tools-theme-3.9.1 _includes/appscms/home/feature-boxes.html
appscms-tools-theme-3.9.0 _includes/appscms/home/feature-boxes.html