-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (28 loc) · 838 Bytes
/
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
---
title: Techangel Drupal Shop
layout: default
---
<div id="content" class="onepage-content">
<div id="about-link" class="section-wrapper">
{% include aboutinclude.html %}
</div>
<div id="work" class="section-wrapper">
<a id="work-link" class="anchor"></a>
{% include workinclude.html %}
</div>
<div id="contact" class="section-wrapper">
<a id="contact-link" class="anchor"></a>
<section class="section-block ">
<p class="sub-title" >THE TECHANGEL TEAM, WHO WE ARE</p>
<h2 class="main-title" >GET IN TOUCH</h2>
{% for post in site.categories['contact'] %}
<div class="service-icons">
<div class="{{ post.icons }}" ></div>
</div>
<div class="contact-description"> {{ post.content }} </div>
</div>
{% endfor %}
<div class="contact-block-right">
</section>
</div>
</div>