forked from constructors/constructors.nl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (45 loc) · 1.37 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
---
layout: default
title: titles.home
body: front-page
---
<div class="backdrop backstretched-background" data-background="/img/eindhoven.jpg"></div>
<section class="container eindhoven-header">
<div class="text-container img-rounded">
{% tf front_page/slogan.html %}
</div>
</section>
<section class="content">
{% tf front_page/customers.html %}
{% tf front_page/holy_trinity.html %}
<div class="backstretched-background" data-background="/img/people-woman-coffee-meeting.jpg">
<div class="container">
<div class="row feature">
<div class="col-md-7">
{% tf front_page/feature_1.html %}
</div>
</div>
</div>
</div>
<div class="spacer hidden-xs"></div>
<div class="backstretched-background" data-background="/img/laptop-notebook-technology-computer.jpg">
<div class="container">
<div class="row feature">
<div class="col-md-7 col-md-offset-5">
{% tf front_page/feature_2.html %}
</div>
</div>
</div>
</div>
<div class="spacer hidden-xs"></div>
<div class="backstretched-background" data-background="/img/smartphone-friends-internet-connection.jpg">
<div class="container">
<div class="row feature">
<div class="col-md-7">
{% tf front_page/feature_3.html %}
</div>
</div>
</div>
</div>
<div class="spacer hidden-xs"></div>
</section>