summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html11
1 files changed, 3 insertions, 8 deletions
diff --git a/index.html b/index.html
index edb373e..e6bc8d0 100644
--- a/index.html
+++ b/index.html
@@ -34,20 +34,15 @@
{% for page in site.pages|sort(attribute='title') %}
{% if page.path.startswith('services/') %}
<li class="grid_8 {{ loop.cycle('omega', 'alpha') }} link">
- <div class="grid_2 alpha">
+ <a href="{{page.get_url()}}" class="box">
<img src="{{page.logo_url}}" alt="{{page.title}}" />
- </div>
- <div class="grid_6 omega">
- <a href="{{page.get_url()}}">
- <span class="link"></span>
- {{page.title}}
- </a>
+ <h4>{{page.title}}</h4>
<p>
{{page.description}}
</p>
- </div>
+ </a>
</li>
{% endif %}
{% endfor %}