Anxhelo Lushka
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
services.html
|
@ -50,7 +50,7 @@ steps: |
|
|
<div class="services"> |
|
|
<div class="services"> |
|
|
{% for service in page.services %} |
|
|
{% for service in page.services %} |
|
|
<div class="large-4 columns"> |
|
|
<div class="large-4 columns"> |
|
|
<a href="#process" class="icon-text"> |
|
|
<a href="javascript:void(0);" class="icon-text"> |
|
|
<i class="{{service.icon}}"></i><br /> |
|
|
<i class="{{service.icon}}"></i><br /> |
|
|
<h3>{{service.title}}</h3> |
|
|
<h3>{{service.title}}</h3> |
|
|
<p>{{service.desc}}</p> |
|
|
<p>{{service.desc}}</p> |
|
|