forked from DOI-ONRR/doi-extractives-data
-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
50 lines (48 loc) · 1.75 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: Home
---
<script>
if (window.location.href.indexOf("#start") == -1){
if(window.location.href.indexOf("/en/") != -1)
window.location.replace("/en/rohstoffgewinnung/");
else
window.location.replace("/rohstoffgewinnung/");
}
</script>
<section class="slab-delta">
<div class="container-outer landing-section_top">
<div class="container-left-8 hero-left">
<h1>{% t 'about.title' %}</h1>
<p class="hero-description">
{% t 'about.description-1' %}
<a href="{{ site.baseurl }}/daten">{% t 'about.description-1-link-1' %}</a>
{% t 'about.description-1-1' %}
<a href="{{ site.baseurl }}/rohstoffgewinnung/">{% t 'about.description-1-link-2' %}</a>
{% t 'about.description-1-2' %}
</p>
</div>
<iframe
{% if site.lang == "en" %}
src="https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2FEITIDeutschland%2Fvideos%2F289706468209130%2F&width=600&show_text=false&height=343&appId"
{% else %}
src="https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2FEITIDeutschland%2Fvideos%2F263195100860267%2F&width=600&show_text=false&height=343&appId"
{% endif %}
width="600"
height="443"
style="border:none;overflow:hidden"
scrolling="no"
frameborder="0"
allowTransparency="true"
allowFullScreen=„true“
></iframe>
</div>
</section>
<section>
<div class="container-outer landing-section_top">
<div class="container-left-8 hero-left">
<p class="hero-description">{% t 'about.description-2' %}</p>
</div>
</div>
</section>
<script type="text/javascript" src="{{ site.baseurl_root }}/js/lib/explore.min.js" charset="utf-8"></script>