-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathproject.html
91 lines (82 loc) · 2.12 KB
/
project.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
---
title: Mailaika Projekt
pid: proj
lang: en
---
{% include glob.html %}
<!-- Text -->
<section id="one" class="wrapper style1">
<div class="image fit flush">
<img src="assets/img/thumbnail_processed26.jpg" alt="" />
</div>
<header class="special">
<h2>{{text.prob_h1}}</h2>
</header>
<div class="content">
<p>{{text.prob_text_1}}</p>
<p>{{text.prob_text_2}}</p>
</div>
</section>
<!-- Text -->
<section id="one" class="wrapper style1">
<div class="image fit flush">
<img src="assets/img/2020_(2).jpeg" alt="" />
</div>
<header class="special">
<h2>{{text.descript_h1}}</h2>
<p>{{text.descript_h2}}</p>
</header>
<div class="content">
<p>{{text.descript_text_1}}</p>
<p>{{text.descript_text_2}}</p>
<p>{{text.descript_text_3}}</p>
<iframe
class="youtube_iframe"
src="https://www.youtube.com/embed/XOurKfsM0hs"
>
</iframe>
</div>
</section>
<!-- Image + text -->
<section id="three" class="wrapper">
<div class="spotlight alt">
<div class="image flush"><img src="assets/img/Farm.jpg" alt="" /></div>
<div class="inner">
<h3>{{text.target_h1}}</h3>
<p>{{text.target_text}}</p>
</div>
</div>
<div class="spotlight">
<div class="image flush"><img src="assets/img/2020_(1).jpeg" alt="" /></div>
<div class="inner">
<h3>{{text.goal_h1}}</h3>
{{text.goal_list}}
</div>
</div>
<div class="spotlight alt">
<div class="image flush"><img src="assets/img/1_Duncan.JPG" alt="" /></div>
<div class="inner">
<h3>{{text.duncan_h1}}</h3>
<p>{{text.duncan_p}}</p>
</div>
</div>
<div class="spotlight">
<div class="image flush"><img src="assets/img/1 Patrick.JPG" alt="" /></div>
<div class="inner">
<h3>{{text.patrick_h1}}</h3>
<p>{{text.patrick_p}}</p>
</div>
</div>
</section>
<!-- Gallery -->
<section id="two" class="wrapper style2">
<header>
<h2>{{text.gallery_h1}}</h2>
<p>{{text.gallery_p}}</p>
</header>
<div class="content">
<div class="gallery">
{% include gallery_gen.html path="assets/img/progressGallery" %}
</div>
</div>
</section>