-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (40 loc) · 1.55 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
title: Welcome
---
<section class="hero diagonal">
<div class="container">
<h2 class="editable">We are Armlab</h2>
<p class="subtext editable">Hello, we are glad to see you.</p>
<p><a class="button alt" href="{{ site.baseurl }}/contact/">Contact Us</a></p>
</div>
</section>
<section class="diagonal patterned">
<div class="container halves">
<div>
<h3 class="editable">Some of our work</h3>
<p class="editable">We take pride in our previous work and our happy customers. We cater to any sector to boost business and increase exposure.</p>
<p class="editable"><a href="{{ site.baseurl }}/portfolio/">View Full Portfolio →</a></p>
</div>
<div>
<ul class="image-grid">
{% for client in site.clients limit: 6 %}
<li><a href="{{ site.baseurl }}{{ client.url }}"><img src="{% include relative-src.html src=client.image_path %}"></a></li>
{% endfor %}
</ul>
</div>
</div>
</section>
<section class="diagonal alternate">
<div class="container halves">
<div>
<ul class="image-list">
<li><img src="{{ site.baseurl }}/images/cloudcannon-logo-blue.svg" width="250" style="margin-bottom: 40px;"></li>
<li><img src="{{ site.baseurl }}/images/jekyll-logo-black-red-transparent.png" width="300"></li>
</ul>
</div>
<div>
<h3 class="editable">Our services</h3>
<p class="editable">As a new agency we get reap the benefits of the latest and greatest. We build our websites with the most up to date technology. This ensures your website is fast, efficient and reliable for many years.</p>
</div>
</div>
</section>