-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
75 lines (65 loc) · 1.69 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
title: Mailaika Sterzing
pid: home
lang: de
---
{% include glob.html %}
<!-- Text -->
<section id="one" class="wrapper style1">
<header class="special">
<h2>{{text.h1}}</h2>
<p>{{text.h2}}</p>
</header>
<div class="content">
<p>{{text.malaikaDesc}}</p>
</div>
</section>
<!-- Text -->
<section id="one" class="wrapper style1">
<div id="portraidContainer" class="image fit flush">
{% include portraid_gen.html path="assets/img/portraidGallery" %}
</div>
<header class="special">
<h2>{{text.h1news}}</h2>
</header>
<div class="content">
{% for post in site.posts %}
<hr />
<li class="news">
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
<p>{{ post.excerpt }}</p>
</li>
<hr />
{% endfor %}
</div>
</section>
<!-- Text -->
<section id="one" class="wrapper style1">
<header>
<h2>{{text.h1donate}}</h2>
<p>{{text.h2donate}}</p>
</header>
<div class="content clearfix">
<!--
<p>{{text.beforeProgressBar}}</p>
<div class="progress-wrap progress" data-progress-percent="80">
<div class="progress-bar progress"></div>
</div>
-->
<div id="actualPaten">
<p>{{text.actualPaten_p1}}</p>
<h1>{{text.actualPaten_h1}}</h1>
<p>{{text.actualPaten_p2}}</p>
<h2>{{text.actualPaten_h2}}</h2>
<p>{{text.actualPaten_p3}}</p>
</div>
<div class="float-l">
<p>{{text.donationMain}}</p>
<p>{{text.bankDetails}}</p>
<p><i>{{text.taxInfo}}</i></p>
</div>
<div id="donationbox-img" class="float-r">
<img src="{{lImg}}donationbox.svg" />
</div>
</div>
</section>