-
Notifications
You must be signed in to change notification settings - Fork 187
/
index.html
43 lines (40 loc) · 1.7 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: Urban
---
<section class="hero diagonal">
<div class="container">
<h2 class="editable">We build websites</h2>
<p class="subtext editable">This is the <strong>Urban</strong> template from <a href="https://cloudcannon.com/">CloudCannon</a>. Urban is a strong foundation for the web presence of your agency.</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: 4 %}
<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">Latest software, greatest perfomance</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>