-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlive.html
120 lines (116 loc) · 5.85 KB
/
live.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
117
118
119
120
---
layout: basic
---
{% include strings.html %}
{% assign programResource = "dw23:program" | rdf_get %}
{% assign venueResource = "<https://2023.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="card-list">
<ul>
<li>
<div class="card">
<h2>
<a href="{{ "/live/stream.html" | relativize_url }}#{{site.stream_a}}">
<span class="xl hideunderline">{{ str_stream_a }}</span>
</a>
</h2>
<p class="dates">
<time>
<strong class="highlighted x1">{{ "2023-06-26" | localize: "%a" }}</strong><br/>
<strong>9.45–17.30</strong><br/>
<strong>Sitzungssaal</strong><br/>
<a href="https://www.youtube-nocookie.com/embed/iihEgivTCnk"><svg role="img" focusable="false" aria-hidden="true" height="28" width="42"><use xlink:href="{% relative_link /resources/images/socialmedia.svg %}#youtube"></use></svg>{{str_recording}}</a>
</time>
<time>
<strong class="highlighted x1">{{ "2023-06-27" | localize: "%a" }}</strong><br/>
<strong>9.00–18.20</strong><br/>
<strong>Sitzungssaal</strong><br/>
<a href="https://www.youtube-nocookie.com/embed/ZMXGmzoIl90"><svg role="img" focusable="false" aria-hidden="true" height="28" width="42"><use xlink:href="{% relative_link /resources/images/socialmedia.svg %}#youtube"></use></svg>{{str_recording}}</a>
</time>
<time>
<strong class="highlighted x1">{{ "2023-06-28" | localize: "%a" }}</strong><br/>
<strong>9.00–16.30</strong><br/>
<strong>Sitzungssaal</strong><br/>
<a href="https://www.youtube-nocookie.com/embed/n8Kb2P8ilwg"><svg role="img" focusable="false" aria-hidden="true" height="28" width="42"><use xlink:href="{% relative_link /resources/images/socialmedia.svg %}#youtube"></use></svg>{{str_recording}}</a>
</time>
</p>
<p><em>{{str_supported}}</em></p>
<div class="logos">
{% assign affiliation = htwkResource %}
{% 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 %}
</div>
</div>
</li>
<li>
<div class="card">
<h2>
<a href="{{ "/live/stream.html" | relativize_url }}#{{site.stream_b}}">
<span class="xl hideunderline">{{ str_stream_b }}</span>
</a>
</h2>
<p class="dates">
<time>
<strong class="highlighted x1">{{ "2023-06-26" | localize: "%a" }}</strong><br/>
<strong>16.00–17.30</strong><br/>
<strong>Ratsplenarsaal</strong><br/>
<a href="https://www.youtube-nocookie.com/embed/NllnuAyC318"><svg role="img" focusable="false" aria-hidden="true" height="28" width="42"><use xlink:href="{% relative_link /resources/images/socialmedia.svg %}#youtube"></use></svg>{{str_recording}}</a>
</time>
<time>
<strong class="highlighted x1">{{ "2023-06-27" | localize: "%a" }}</strong><br/>
<strong>10.50–18.20</strong><br/>
<strong>Ratsplenarsaal</strong><br/>
<a href="https://www.youtube-nocookie.com/embed/_XohikUZRE4"><svg role="img" focusable="false" aria-hidden="true" height="28" width="42"><use xlink:href="{% relative_link /resources/images/socialmedia.svg %}#youtube"></use></svg>{{str_recording}}</a>
</time>
<time>
<strong class="highlighted x1">{{ "2023-06-28" | localize: "%a" }}</strong><br/>
<strong>9.30–18.00</strong><br/>
<strong>Festsaal</strong><br/>
<a href="https://www.youtube-nocookie.com/embed/KE63fF1aHuI"><svg role="img" focusable="false" aria-hidden="true" height="28" width="42"><use xlink:href="{% relative_link /resources/images/socialmedia.svg %}#youtube"></use></svg>{{str_recording}}</a>
</time>
</p>
<p><em>{{str_supported}}</em></p>
<div class="logos">
{% 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 %}
</div>
</div>
</li>
</ul>
</div>