Sha256: 69e029c89afb1897b89741774b8cf2493e82a31fdf9ce4db8324fcebae937184

Contents?: true

Size: 914 Bytes

Versions: 3

Compression:

Stored size: 914 Bytes

Contents

<!-- Services Section -->
<section id="services">
    <div class="container">
        <div class="row">
            <div class="col-lg-12 text-center">
                <h2 class="section-heading">Services</h2>
                <h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>
            </div>
        </div>
        <div class="row text-center">
          {% for service in site.data.services %}
            <div class="col-md-4">
                <span class="fa-stack fa-4x">
                    <i class="fa fa-circle fa-stack-2x text-primary"></i>
                    <i class="fa fa-{{ service.icon }} fa-stack-1x fa-inverse"></i>
                </span>
                <h4 class="service-heading">{{ service.name }}</h4>
                <p class="text-muted">{{ service.description }}</p>
            </div>
          {% endfor %}

        </div>
    </div>
</section>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
agency-jekyll-theme-1.0.0 _includes/services.html
agency-jekyll-theme-0.1.0.1 _includes/services.html
agency-jekyll-theme-0.1.0 _includes/services.html