forked from ccommuneidee/ccommuneidee.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (48 loc) · 1.58 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
44
45
46
47
48
49
50
51
---
title: Comme Une Idée
---
<section class="hero diagonal">
<div class="container">
<h2 class="editable">
Accompagnement à la création de communs
</h2>
<p class="subtext editable">
Une marque collective basée à Lille
</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">
Nos réalisations
</h3>
<p class="editable">
Nous travaillons avec ...
</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>