-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlive.html
More file actions
109 lines (105 loc) · 4.89 KB
/
live.html
File metadata and controls
109 lines (105 loc) · 4.89 KB
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
---
layout: basic
---
{% include strings.html %}
{% assign programResource = "dw26:program" | rdf_get %}
{% assign venueResource = "<https://2026.dataweek.de/venue/>" | rdf_get %}
{% assign noainvisionResource = "<https://noa-invision.de/>" | rdf_get %}
{% assign htwkResource = "<https://htwk-leipzig.de/>" | rdf_get %}
<div class="content-header">
<h1>{{str_welcome}}</h1>
<p>{%- if site.language == 'en' -%}For the online participation no Ticket is required.{%- else -%}Für die Online-Teilnahme ist kein Ticket notwendig.{%- endif -%}</p>
<a class="btn" href="{{ programResource.render_path | relativize_url }}">{{ programResource | rdf_property: "rdfs:label", site.language}}</a>
<a class="btn" href="{{ venueResource.render_path | relativize_url }}">{{ venueResource | rdf_property: "rdfs:label", site.language}}</a>
</div>
<div class="sponsors">
<h2><span>Data Week</span> Live Streams - {{str_supported}}</h2>
<ul>
<li>
{% assign affiliation = noainvisionResource %}
{% assign depiction = affiliation | rdf_property: "site:small_logo" %}
{% unless depiction %}
{% assign depiction = affiliation | rdf_property: "foaf:logo" %}
{% endunless %}
{% assign affiliation_alt = affiliation | rdf_property: "rdfs:label" %}
{% if depiction %}
<a href="{{ affiliation }}">
{% include components/img.html alt=affiliation_alt resource=depiction simple=true %}
</a>
{% else %}
<p>
<a href="{{ affiliation }}">
{{ affiliation_alt }}
</a>
</p>
{% endif %}
</li>
</ul>
</div>
<div class="card-list">
<ul>
<li>
<div class="card">
<h2>
<span class="xl hideunderline">{{ str_tuesday }}</span>
</h2>
<p class="dates">
<time>
<strong class="highlighted x1">Sensoren, Satelliten & Stadtentwicklung</strong><br/>
<strong>10.00–17.40</strong><br/>
<strong>Sitzungssaal</strong><br/>
<a href="{{ "/live/stream.html" | relativize_url }}#{{site.stream_1_1}}"><svg role="img" focusable="false" aria-hidden="true" height="28" width="42"><use xlink:href="{% relative_link /resources/images/socialmedia.svg %}#youtube"></use></svg></a>
</time>
<time>
<strong class="highlighted x1">Stadt, Daten & KI</strong><br/>
<strong>12.30–17.40</strong><br/>
<strong>Festsaal</strong><br/>
<a href="{{ "/live/stream.html" | relativize_url }}#{{site.stream_1_2}}"><svg role="img" focusable="false" aria-hidden="true" height="28" width="42"><use xlink:href="{% relative_link /resources/images/socialmedia.svg %}#youtube"></use></svg></a>
</time>
</p>
</div>
</li>
<li>
<div class="card">
<h2>
<span class="xl hideunderline">{{ str_wednesday }}</span>
</h2>
<p class="dates">
<time>
<strong class="highlighted x1">Stadt, Digital & Lebenswert</strong><br/>
<strong>9.00–15.00</strong><br/>
<strong>Sitzungssaal</strong><br/>
<a href="{{ "/live/stream.html" | relativize_url }}#{{site.stream_2_1}}"><svg role="img" focusable="false" aria-hidden="true" height="28" width="42"><use xlink:href="{% relative_link /resources/images/socialmedia.svg %}#youtube"></use></svg></a>
</time>
<time>
<strong class="highlighted x1">Menschen, Daten & Energie</strong><br/>
<strong>9.00–17.00</strong><br/>
<strong>Festsaal</strong><br/>
<a href="{{ "/live/stream.html" | relativize_url }}#{{site.stream_2_2}}"><svg role="img" focusable="false" aria-hidden="true" height="28" width="42"><use xlink:href="{% relative_link /resources/images/socialmedia.svg %}#youtube"></use></svg></a>
</time>
</p>
</div>
</li>
<li>
<div class="card">
<h2>
<span class="xl hideunderline">{{ str_thursday }}</span>
</h2>
<p class="dates">
<time>
<strong class="highlighted x1">LSWT</strong><br/>
<strong>9.00–16.30</strong><br/>
<strong>Sitzungssaal</strong><br/>
<a href="{{ "/live/stream.html" | relativize_url }}#{{site.stream_3_1}}"><svg role="img" focusable="false" aria-hidden="true" height="28" width="42"><use xlink:href="{% relative_link /resources/images/socialmedia.svg %}#youtube"></use></svg></a>
</time>
<time>
<strong class="highlighted x1">AIAMOroadshow</strong><br/>
<strong>11.00–15.00</strong><br/>
<strong>Ratsplenarsaal</strong><br/>
<a href="{{ "/live/stream.html" | relativize_url }}#{{site.stream_3_2}}"><svg role="img" focusable="false" aria-hidden="true" height="28" width="42"><use xlink:href="{% relative_link /resources/images/socialmedia.svg %}#youtube"></use></svg></a>
</time>
</p>
</div>
</li>
</ul>
</div>