Browse Source

Update services.html

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
64f8821713
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      services.html

4
services.html

@ -58,7 +58,7 @@ steps:
{% for service in page.services %}
<div class="large-4 columns">
<a href="#" class="icon-text">
<i class="{{service.icon}}"></i>
<i class="{{service.icon}}"></i><br />
<h3>{{service.title}}</h3>
<p>{{service.desc}}</p>
</a>
@ -95,7 +95,7 @@ steps:
<div class="large-12 columns">
<h2>Have a project in mind?</h2>
<div class="two spacing"></div>
<a href="{{site.url}}/contact.html" class="button brown boxed">Let's talk</a>
<a href="mailto:hello@ura.design" class="button blue boxed">Let's talk</a>
</div>
</div>
<div class="two spacing"></div>

Loading…
Cancel
Save