Sha256: 790c745a5b7c2d1559ef2892ad195e43a05ff5170a4ed6b1467fac62ec561d5b

Contents?: true

Size: 1.12 KB

Versions: 6

Compression:

Stored size: 1.12 KB

Contents

<!-- Services -->
  <section class="page-section" id="{{ site.data.sitetext.services.section | default: services }}">
    <div class="container">
	
      <div class="row">
        <div class="col-lg-12 text-center">
          <h2 class="section-heading text-uppercase">{{ site.data.sitetext.services.title | default: Services }}</h2>
          {% if site.data.sitetext.services.text %}
		  <h3 class="section-subheading text-muted">{{ site.data.sitetext.services.text }}</h3>
		  {% endif %}
        </div>
      </div>
	  
      <div class="row text-center">
	  {% for service in site.data.sitetext.services.list %}
        <div class="col-md-4">
          <span class="fa-stack fa-4x">
            <i class="fas fa-circle fa-stack-2x text-primary"></i>
            <i class="{{ service.icon | default: fas fa-shopping-cart }} fa-stack-1x fa-inverse"></i>
          </span>
          <h4 class="service-heading">{{ service.title | markdownify }}</h4>
          {% if service.desc %}<div class="text-muted">{{ service.desc | markdownify }}</div>{% endif %}
        </div>
	  {% endfor %}
      </div>
	  
    </div>
  </section>
<!-- End Services -->

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jekyll-agency-1.0.9 _includes/services.html
jekyll-agency-1.0.8 _includes/services.html
jekyll-agency-1.0.7 _includes/services.html
jekyll-agency-1.0.6 _includes/services.html
jekyll-agency-1.0.5 _includes/services.html
jekyll-agency-1.0.4 _includes/services.html