-
Notifications
You must be signed in to change notification settings - Fork 23
/
index.html
116 lines (111 loc) · 4.28 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
---
layout: default
color: cyan-text
bgcolor: teal
btn_color: cyan
image: /images/pdis-team.jpg
---
<div class="container">
<div class="section no-pad-bot" id="index-banner">
<div class="swiper-container" style="width:100%">
<div class="swiper-wrapper">
<!-- should read slides from data -->
<!-- <div class="swiper-slide">
<div class="contain" style="overflow: hidden;line-height: 0;">
<img src="{{ page.image }}" alt="" srcset="" class="team-img">
<div class="cta-block">
<h1 class="header white-text notranslate">
{% t site.title %}
</h1>
<p class="light white-text" style="font-size: 1.3vw;">
{% t site.description %}
</p>
<div>
<a href="{{ 'contact' | relative_url }}" id="download-button"
class="btn-large waves-effect waves-light {{ page.btn_color }}">
{% t site.contact %}
<i class="material-icons right notranslate">mail_outline</i>
</a>
</div>
</div>
</div>
</div> -->
<div class="swiper-slide">
<div class="iframeWrapper">
<iframe scrolling="no" src="https://www.youtube.com/embed/ZIwebiobCD4" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="swiper-slide">
<div class="iframeWrapper">
<iframe scrolling="no" src="https://www.youtube.com/embed/e0iHsN0XoWs" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="swiper-slide">
<div class="iframeWrapper">
<iframe scrolling="no" src="https://www.youtube.com/embed/-RwgmDwcUIA" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="swiper-slide">
<div class="iframeWrapper">
<iframe scrolling="no" src="https://www.youtube.com/embed/DWDdKdWBNeU" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="swiper-slide">
<div class="iframeWrapper">
<iframe scrolling="no" src="https://www.youtube.com/embed/4ea80jU1E4o" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
<div class="swiper-controll center">
<div class="swiper-button-prev"></div>
<div class="swiper-pagination"></div>
<div class="swiper-button-next"></div>
</div>
</div>
</div>
<div class="section">
<h3 class="center">
{% t features.title %}
</h3>
<p class="center subtitle">{% t features.subtitle %}</p>
<!-- Icon Section
<div class="row">
{% capture features %}{% t features.list %}{% endcapture %}
{% assign features = features | eval_array %}
{% for feature in features %}
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center {{ page.color }}"><i class="material-icons notranslate">{{ feature.icon }}</i></h2>
-->
<!-- <div class="center"><img src="{{ feature.image }}" /></div> -->
<!--
<h5 class="center">{{ feature.title }}</h5>
<p class="light center">{{ feature.content }}</p>
<div class="center">
<a href="{{ feature.link }}" target="_blank" class="btn waves-effect waves-light {{ page.btn_color }}">
{% t site.more %}
<i class="material-icons right notranslate">open_in_new</i>
</a>
</div>
</div>
</div>
{% endfor %}
</div>
-->
</div>
</div>
<div class="blue-grey lighten-5">
<div class="container">
<h3 class="center">{% t site.project %}</h3>
{% include projects.html %}
</div>
</div>
<div class="container">
<h3 class="center">{% t site.blog %}</h3>
{% include blogs.html %}
</div>