jekyll-theme-conference 3.6.4 → 3.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d1d770839517e574b06fdd019f0a69e4378e73984327e6c6c3f93f56eb4a1ff2
4
- data.tar.gz: 9d9c91ce29f897523aef59eecfffe177f71972befc684f4982edd2c1530dc62f
3
+ metadata.gz: ea15031eb9d3b05e9b70778db25ac75c0fb83c485d5cead525ebac26038a0030
4
+ data.tar.gz: 30f845a25ffe041fdfec6d877a1683ddd4a6bb6d7525dafa0ea51378e1f821f0
5
5
  SHA512:
6
- metadata.gz: 3c90d5c431811772cae69566e296659c8f08d15e84fdc8fd94c11a5e28247ced8d4c6811e1e687d5ec7f7aa5a79627d6d8fc88302089bc9140a0d7c5b483c910
7
- data.tar.gz: cb851debdc7ac29a89e4ea2821f5706d5dbcdf9587268fd54dd8a735fb0666fb06588ab692eefd8a9211cfdf442f6ee9563511bbdeb4a8f16b2ac9c7f346affd
6
+ metadata.gz: 4b60bfe872dc689e862cf250eb1ff8d407b8a351d48ddb29ed71675c5e9d97082030972d28b97efd710e279b7e97ebbb6420be5e1d61f0350393bb1be102d513
7
+ data.tar.gz: b11f300f34aa04ff78f8d48aaa40be67fca268bcffbf9450e5420e6526e0e6ab87605f2dc21bf216b09f7c8075c401e2b0f82b81db238d7bd1a4aac344696546
@@ -1,5 +1,5 @@
1
- {% include partials/header.html %}
2
-
3
- {{ content }}
4
-
5
- {% include partials/footer.html %}
1
+ {% include partials/header.html %}
2
+
3
+ {{ content }}
4
+
5
+ {% include partials/footer.html %}
data/_layouts/home.html CHANGED
@@ -1,7 +1,7 @@
1
1
  {% include partials/header.html %}
2
2
 
3
3
  <div class="jumbotron">
4
- <h1 class="display-3">
4
+ <h1 class="display-3 text-break">
5
5
  {% if site.conference.main.logo.img %}
6
6
  <img src="{{ site.conference.main.logo.img | prepend: '/assets/images/' | prepend: site.baseurl }}" class="w-75 d-none d-md-inline" alt="{{ site.title }}" />
7
7
  <img src="{{ site.conference.main.logo.img | prepend: '/assets/images/' | prepend: site.baseurl }}" class="w-100 d-md-none" alt="{{ site.title }}" />
@@ -1,25 +1,25 @@
1
- {% include partials/header.html %}
2
-
3
- {% assign this_room = page %}
4
-
5
- <h1 class="display-5 mb-3">
6
- {% if page.title %}
7
- {{ page.title }}
8
- {% else %}
9
- {{ site.data.lang[site.conference.lang].location.directions | default: "Directions" }}
10
- {% endif %}
11
- </h1>
12
-
13
- {% assign this_room = page %}
14
-
15
- {% unless site.conference.location.hide %}
16
- {% include partials/navbar_rooms.html %}
17
- {% endunless %}
18
-
19
- {{ content }}
20
-
21
- {% if site.conference.location.map %}
22
- <div id="map" class="mt-4 mb-3"></div>
23
- {% endif %}
24
-
25
- {% include partials/footer.html %}
1
+ {% include partials/header.html %}
2
+
3
+ {% assign this_room = page %}
4
+
5
+ <h1 class="display-5 mb-3 text-break">
6
+ {% if page.title %}
7
+ {{ page.title }}
8
+ {% else %}
9
+ {{ site.data.lang[site.conference.lang].location.directions | default: "Directions" }}
10
+ {% endif %}
11
+ </h1>
12
+
13
+ {% assign this_room = page %}
14
+
15
+ {% unless site.conference.location.hide %}
16
+ {% include partials/navbar_rooms.html %}
17
+ {% endunless %}
18
+
19
+ {{ content }}
20
+
21
+ {% if site.conference.location.map %}
22
+ <div id="map" class="mt-4 mb-3"></div>
23
+ {% endif %}
24
+
25
+ {% include partials/footer.html %}
data/_layouts/page.html CHANGED
@@ -1,13 +1,13 @@
1
- {% include partials/header.html %}
2
-
3
- {% if page.title -%}
4
- <h1 class="display-5 mb-3">{{ page.title }}</h1>
5
- {%- endif %}
6
-
7
- {{ content }}
8
-
9
- {% if page.map %}
10
- <div id="map" class="mt-4 mb-3"></div>
11
- {% endif %}
12
-
13
- {% include partials/footer.html %}
1
+ {% include partials/header.html %}
2
+
3
+ {% if page.title -%}
4
+ <h1 class="display-5 mb-3 text-break">{{ page.title }}</h1>
5
+ {%- endif %}
6
+
7
+ {{ content }}
8
+
9
+ {% if page.map %}
10
+ <div id="map" class="mt-4 mb-3"></div>
11
+ {% endif %}
12
+
13
+ {% include partials/footer.html %}
@@ -1,7 +1,7 @@
1
1
  {% include partials/header.html %}
2
2
  {% assign nbr_days = site.data.program.days | size -%}
3
3
 
4
- <h1 class="display-5 {% if nbr_days > 1 -%} mb-2 {%- else -%} mb-4 {%- endif %}">
4
+ <h1 class="display-5 {% if nbr_days > 1 -%} mb-2 {%- else -%} mb-4 {%- endif %} text-break">
5
5
  {%- if page.title -%}
6
6
  {{- page.title -}}
7
7
  {%- else -%}
data/_layouts/room.html CHANGED
@@ -1,70 +1,70 @@
1
- {%- assign this_room = page -%}
2
-
3
- {%- unless this_room.hide or site.conference.location.hide -%}
4
- {%- include partials/header.html -%}
5
-
6
- <!-- title for print: -->
7
- <h1 class="display-5 mb-3 d-none d-print-inline">
8
- {{ this_room.name }}
9
- </h1>
10
-
11
- <!-- title shown in browser: -->
12
- <h1 class="display-5 mb-3 d-print-none">
13
- {{ site.data.lang[site.conference.lang].location.rooms | default: "Rooms" }}
14
- </h1>
15
-
16
- {% include partials/navbar_rooms.html %}
17
-
18
- {{ content }}
19
-
20
- {% assign room_talks = false %}
21
- {% for d in site.data.program.days %}
22
- {% include partials/get_day_hash.html %}
23
- {% for r in d.rooms %}
24
- {% if this_room.name == r.name and r.talks.size > 0 %}
25
- {% unless room_talks %}
26
- <h5 class="mt-4 mb-2">
27
- {{ site.data.lang[site.conference.lang].location.talks | default: "Talks in this room" }}:
28
- </h5>
29
- {% assign room_talks = true %}
30
- {% endunless %}
31
-
32
- <h6 class="mt-1 mb-0">
33
- {{- day_name -}}
34
- </h6>
35
-
36
- <table class="list-program">
37
- {%- for t in r.talks -%}
38
- {%- assign talk = site.talks | where: 'name', t.name | first -%}
39
- {%- include partials/get_main_category.html %}
40
-
41
- <tr>
42
- <td class="pr-2">
43
- {%- include partials/get_talk_time.html -%}
44
- {%- assign talk_day_hide = true -%}
45
- {%- assign talk_time_styleclass = "w-100" -%}
46
- {% include partials/show_talk_time.html %}
47
-
48
- {%- assign live_button_styleclass = "w-100" -%}
49
- {% include partials/show_live_button.html %}
50
- </td>
51
- <td class="pl-2 border-soft-{{ main_cat_color }}">
52
- <p class="mb-0">
53
- {%- include partials/show_talk.html -%}
54
- </p>
55
- <p class="font-weight-light mb-0">
56
- {%- include partials/list_speakers.html -%}
57
- </p>
58
- </td>
59
- </tr>
60
- {%- endfor -%}
61
-
62
- </table>
63
- {%- break -%}
64
-
65
- {% endif %}
66
- {% endfor %}
67
- {% endfor %}
68
-
69
- {%- include partials/footer.html -%}
70
- {%- endunless -%}
1
+ {%- assign this_room = page -%}
2
+
3
+ {%- unless this_room.hide or site.conference.location.hide -%}
4
+ {%- include partials/header.html -%}
5
+
6
+ <!-- title for print: -->
7
+ <h1 class="display-5 mb-3 d-none d-print-inline">
8
+ {{ this_room.name }}
9
+ </h1>
10
+
11
+ <!-- title shown in browser: -->
12
+ <h1 class="display-5 mb-3 d-print-none text-break">
13
+ {{ site.data.lang[site.conference.lang].location.rooms | default: "Rooms" }}
14
+ </h1>
15
+
16
+ {% include partials/navbar_rooms.html %}
17
+
18
+ {{ content }}
19
+
20
+ {% assign room_talks = false %}
21
+ {% for d in site.data.program.days %}
22
+ {% include partials/get_day_hash.html %}
23
+ {% for r in d.rooms %}
24
+ {% if this_room.name == r.name and r.talks.size > 0 %}
25
+ {% unless room_talks %}
26
+ <h5 class="mt-4 mb-2">
27
+ {{ site.data.lang[site.conference.lang].location.talks | default: "Talks in this room" }}:
28
+ </h5>
29
+ {% assign room_talks = true %}
30
+ {% endunless %}
31
+
32
+ <h6 class="mt-1 mb-0">
33
+ {{- day_name -}}
34
+ </h6>
35
+
36
+ <table class="list-program">
37
+ {%- for t in r.talks -%}
38
+ {%- assign talk = site.talks | where: 'name', t.name | first -%}
39
+ {%- include partials/get_main_category.html %}
40
+
41
+ <tr>
42
+ <td class="pr-2">
43
+ {%- include partials/get_talk_time.html -%}
44
+ {%- assign talk_day_hide = true -%}
45
+ {%- assign talk_time_styleclass = "w-100" -%}
46
+ {% include partials/show_talk_time.html %}
47
+
48
+ {%- assign live_button_styleclass = "w-100" -%}
49
+ {% include partials/show_live_button.html %}
50
+ </td>
51
+ <td class="pl-2 border-soft-{{ main_cat_color }}">
52
+ <p class="mb-0">
53
+ {%- include partials/show_talk.html -%}
54
+ </p>
55
+ <p class="font-weight-light mb-0">
56
+ {%- include partials/list_speakers.html -%}
57
+ </p>
58
+ </td>
59
+ </tr>
60
+ {%- endfor -%}
61
+
62
+ </table>
63
+ {%- break -%}
64
+
65
+ {% endif %}
66
+ {% endfor %}
67
+ {% endfor %}
68
+
69
+ {%- include partials/footer.html -%}
70
+ {%- endunless -%}
@@ -1,47 +1,47 @@
1
- {% include partials/header.html %}
2
-
3
- <h1 class="display-5 mb-4">
4
- {% if page.title %}
5
- {{ page.title }}
6
- {% else %}
7
- {{ site.data.lang[site.conference.lang].speaker.overview | default: "Speakers" }}
8
- {% endif %}
9
- </h1>
10
-
11
- {{ content }}
12
-
13
- <div class="speakerlist">
14
- {% assign cur_letter = false %}
15
- {% assign speakers = site.speakers | sort_natural: 'last_name' %}
16
- {% for speaker in speakers %}
17
-
18
- {% assign last_letter = speaker.last_name | slice: 0 | capitalize %}
19
- {% if cur_letter != last_letter %}
20
- {% if cur_letter %}
21
- </ul>
22
- </div>
23
- {% endif %}
24
-
25
- {% assign cur_letter = last_letter %}
26
- <div class="speakergroup">
27
- <h3>{{ cur_letter }}</h3>
28
- <ul class="list-unstyled">
29
- {% endif %}
30
-
31
- <li class="font-weight-light">
32
- {% if speaker.hide %}
33
- {{ speaker.first_name }} {{ speaker.last_name }}
34
- {% else %}
35
- <a href="{{ speaker.url | prepend: site.baseurl }}">
36
- {{ speaker.first_name }} {{ speaker.last_name }}
37
- </a>
38
- {% endif %}
39
- </li>
40
-
41
- {% endfor %}
42
-
43
- </ul>
44
- </div>
45
- </div>
46
-
47
- {% include partials/footer.html %}
1
+ {% include partials/header.html %}
2
+
3
+ <h1 class="display-5 mb-4 text-break">
4
+ {% if page.title %}
5
+ {{ page.title }}
6
+ {% else %}
7
+ {{ site.data.lang[site.conference.lang].speaker.overview | default: "Speakers" }}
8
+ {% endif %}
9
+ </h1>
10
+
11
+ {{ content }}
12
+
13
+ <div class="speakerlist">
14
+ {% assign cur_letter = false %}
15
+ {% assign speakers = site.speakers | sort_natural: 'last_name' %}
16
+ {% for speaker in speakers %}
17
+
18
+ {% assign last_letter = speaker.last_name | slice: 0 | capitalize %}
19
+ {% if cur_letter != last_letter %}
20
+ {% if cur_letter %}
21
+ </ul>
22
+ </div>
23
+ {% endif %}
24
+
25
+ {% assign cur_letter = last_letter %}
26
+ <div class="speakergroup">
27
+ <h3>{{ cur_letter }}</h3>
28
+ <ul class="list-unstyled">
29
+ {% endif %}
30
+
31
+ <li class="font-weight-light">
32
+ {% if speaker.hide %}
33
+ {{ speaker.first_name }} {{ speaker.last_name }}
34
+ {% else %}
35
+ <a href="{{ speaker.url | prepend: site.baseurl }}">
36
+ {{ speaker.first_name }} {{ speaker.last_name }}
37
+ </a>
38
+ {% endif %}
39
+ </li>
40
+
41
+ {% endfor %}
42
+
43
+ </ul>
44
+ </div>
45
+ </div>
46
+
47
+ {% include partials/footer.html %}
@@ -1,111 +1,111 @@
1
- {%- assign speaker = page -%}
2
-
3
- {%- unless speaker.hide -%}
4
- {%- include partials/header.html -%}
5
-
6
- <p class="h6">
7
- {{ site.data.lang[site.conference.lang].speaker.title | default: "Speaker" }}
8
- </p>
9
-
10
- <h1 class="font-weight-light mb-3">
11
- {{ speaker.first_name }} {{ speaker.last_name }}
12
- </h1>
13
-
14
- {{ content }}
15
-
16
- {% include partials/get_link_types.html %}
17
-
18
- {% if has_icon_links %}
19
- <ul class="list-unstyled">
20
- {% for link in speaker.links %}
21
- {% assign link_styleclass = "text-reset" %}
22
- {% include partials/get_link.html %}
23
-
24
- {% if link_icon %}
25
- <li class="mb-1">
26
- {{ link_tag }}
27
- <span class="badge badge-light font-weight-normal mr-1">
28
- <i class="fas fa-{{ link_icon }} fa-fw"></i>
29
- </span>
30
- {{- link.name }}
31
- </a>
32
- </li>
33
- {% endif %}
34
- {% endfor %}
35
- </ul>
36
- {% endif %}
37
-
38
- {% if has_regular_links %}
39
- <h5 class="mt-4 mb-1">{{ site.data.lang[site.conference.lang].more_information | default: "More Information" }}:</h5>
40
-
41
- <ul class="list-unstyled">
42
- {% for link in speaker.links %}
43
- {% assign link_styleclass = "text-reset" %}
44
- {% include partials/get_link.html %}
45
-
46
- {% unless link_icon %}
47
- <li class="mb-1 ml-2 pl-2 border-soft-primary">
48
- {{ link_tag }}
49
- {{ link.name }}
50
- </a>
51
- </li>
52
- {% endunless %}
53
- {% endfor %}
54
- </ul>
55
- {% endif %}
56
-
57
- {% assign active_speaker = false %}
58
- {% for talk in site.talks %}
59
- {% for speaker_name in talk.speakers %}
60
- {% if speaker_name == speaker.name %}
61
- {% assign active_speaker = true %}
62
- {% break %}
63
- {% endif %}
64
- {% endfor %}
65
- {% endfor %}
66
-
67
- {% if active_speaker %}
68
- <h5 class="mt-4 mb-0">{{ site.data.lang[site.conference.lang].speaker.talks | default: "Talks at this conference" }}:</h5>
69
-
70
- <table class="list-program">
71
- {%- for d in site.data.program.days -%}
72
- {%- include partials/get_day_hash.html -%}
73
- {%- for r in d.rooms -%}
74
- {%- for t in r.talks -%}
75
- {%- assign talk = site.talks | where: 'name', t.name | first -%}
76
-
77
- {%- for speaker_name in talk.speakers -%}
78
- {%- if speaker_name == speaker.name -%}
79
-
80
- {%- include partials/get_main_category.html -%}
81
-
82
- <tr>
83
- <td class="pr-2 py-0">
84
- {%- include partials/get_talk_time.html -%}
85
- {%- assign talk_time_styleclass = "w-100" -%}
86
- {%- include partials/show_talk_time.html -%}
87
- </td>
88
- <td class="pl-2 py-0 align-baseline border-soft-{{ main_cat_color }}">
89
- <span class="mr-2">
90
- {%- include partials/show_talk.html -%}
91
- </span>
92
- {%- include partials/show_live_button.html -%}
93
- </td>
94
- </tr>
95
-
96
- {%- endif -%}
97
- {%- endfor -%}
98
- {%- endfor -%}
99
- {%- endfor -%}
100
- {%- endfor -%}
101
- </table>
102
- {% endif %}
103
-
104
- <p class="d-print-none mt-5">
105
- <a href="{{ page.collection | prepend: '/' | prepend: site.baseurl }}" class="btn btn-light">
106
- <i class="fas fa-users"></i>&nbsp;{{ site.data.lang[site.conference.lang].overview | default: "Overview" }}
107
- </a>
108
- </p>
109
-
110
- {%- include partials/footer.html -%}
111
- {%- endunless -%}
1
+ {%- assign speaker = page -%}
2
+
3
+ {%- unless speaker.hide -%}
4
+ {%- include partials/header.html -%}
5
+
6
+ <p class="h6">
7
+ {{ site.data.lang[site.conference.lang].speaker.title | default: "Speaker" }}
8
+ </p>
9
+
10
+ <h1 class="font-weight-light mb-3 text-break">
11
+ {{ speaker.first_name }} {{ speaker.last_name }}
12
+ </h1>
13
+
14
+ {{ content }}
15
+
16
+ {% include partials/get_link_types.html %}
17
+
18
+ {% if has_icon_links %}
19
+ <ul class="list-unstyled">
20
+ {% for link in speaker.links %}
21
+ {% assign link_styleclass = "text-reset" %}
22
+ {% include partials/get_link.html %}
23
+
24
+ {% if link_icon %}
25
+ <li class="mb-1">
26
+ {{ link_tag }}
27
+ <span class="badge badge-light font-weight-normal mr-1">
28
+ <i class="fas fa-{{ link_icon }} fa-fw"></i>
29
+ </span>
30
+ {{- link.name }}
31
+ </a>
32
+ </li>
33
+ {% endif %}
34
+ {% endfor %}
35
+ </ul>
36
+ {% endif %}
37
+
38
+ {% if has_regular_links %}
39
+ <h5 class="mt-4 mb-1">{{ site.data.lang[site.conference.lang].more_information | default: "More Information" }}:</h5>
40
+
41
+ <ul class="list-unstyled">
42
+ {% for link in speaker.links %}
43
+ {% assign link_styleclass = "text-reset" %}
44
+ {% include partials/get_link.html %}
45
+
46
+ {% unless link_icon %}
47
+ <li class="mb-1 ml-2 pl-2 border-soft-primary">
48
+ {{ link_tag }}
49
+ {{ link.name }}
50
+ </a>
51
+ </li>
52
+ {% endunless %}
53
+ {% endfor %}
54
+ </ul>
55
+ {% endif %}
56
+
57
+ {% assign active_speaker = false %}
58
+ {% for talk in site.talks %}
59
+ {% for speaker_name in talk.speakers %}
60
+ {% if speaker_name == speaker.name %}
61
+ {% assign active_speaker = true %}
62
+ {% break %}
63
+ {% endif %}
64
+ {% endfor %}
65
+ {% endfor %}
66
+
67
+ {% if active_speaker %}
68
+ <h5 class="mt-4 mb-0">{{ site.data.lang[site.conference.lang].speaker.talks | default: "Talks at this conference" }}:</h5>
69
+
70
+ <table class="list-program">
71
+ {%- for d in site.data.program.days -%}
72
+ {%- include partials/get_day_hash.html -%}
73
+ {%- for r in d.rooms -%}
74
+ {%- for t in r.talks -%}
75
+ {%- assign talk = site.talks | where: 'name', t.name | first -%}
76
+
77
+ {%- for speaker_name in talk.speakers -%}
78
+ {%- if speaker_name == speaker.name -%}
79
+
80
+ {%- include partials/get_main_category.html -%}
81
+
82
+ <tr>
83
+ <td class="pr-2 py-0">
84
+ {%- include partials/get_talk_time.html -%}
85
+ {%- assign talk_time_styleclass = "w-100" -%}
86
+ {%- include partials/show_talk_time.html -%}
87
+ </td>
88
+ <td class="pl-2 py-0 align-baseline border-soft-{{ main_cat_color }}">
89
+ <span class="mr-2">
90
+ {%- include partials/show_talk.html -%}
91
+ </span>
92
+ {%- include partials/show_live_button.html -%}
93
+ </td>
94
+ </tr>
95
+
96
+ {%- endif -%}
97
+ {%- endfor -%}
98
+ {%- endfor -%}
99
+ {%- endfor -%}
100
+ {%- endfor -%}
101
+ </table>
102
+ {% endif %}
103
+
104
+ <p class="d-print-none mt-5">
105
+ <a href="{{ page.collection | prepend: '/' | prepend: site.baseurl }}" class="btn btn-light">
106
+ <i class="fas fa-users"></i>&nbsp;{{ site.data.lang[site.conference.lang].overview | default: "Overview" }}
107
+ </a>
108
+ </p>
109
+
110
+ {%- include partials/footer.html -%}
111
+ {%- endunless -%}
@@ -1,43 +1,43 @@
1
- {% include partials/header.html %}
2
-
3
- <h1 class="display-5 mb-4">
4
- {% if page.title %}
5
- {{ page.title }}
6
- {% else %}
7
- {{ site.data.lang[site.conference.lang].live.stream | default: "Live Streams" }}
8
- {% endif %}
9
- </h1>
10
-
11
- {{ content }}
12
-
13
- {%- assign nbr_streams = 0 -%}
14
- {%- for room in site.rooms -%}
15
- {%- if room.live -%}
16
- {%- assign mod_nbr_streams = nbr_streams | modulo: 2 -%}
17
- {%- if mod_nbr_streams == 0 %}
18
- <div class="row">
19
- {%- endif %}
20
-
21
- <div class="col-md mb-4">
22
- <h3>{{ room.name }}</h3>
23
- <div class="embed-responsive embed-responsive-16by9">
24
- {%- include partials/get_room_live_href.html %}
25
- <iframe class="embed-responsive-item" src="{{ room_live_href }}" allowfullscreen></iframe>
26
- </div>
27
- </div>
28
-
29
- {%- if mod_nbr_streams == 1 %}
30
- </div>
31
- {%- endif -%}
32
-
33
- {%- assign nbr_streams = nbr_streams | plus: 1 -%}
34
- {%- endif -%}
35
- {%- endfor %}
36
-
37
- {% assign mod_nbr_streams = nbr_streams | modulo: 2 %}
38
- {%- if mod_nbr_streams == 1 %}
39
- <div class="col-md"></div>
40
- </div>
41
- {%- endif %}
42
-
43
- {% include partials/footer.html %}
1
+ {% include partials/header.html %}
2
+
3
+ <h1 class="display-5 mb-4 text-break">
4
+ {% if page.title %}
5
+ {{ page.title }}
6
+ {% else %}
7
+ {{ site.data.lang[site.conference.lang].live.stream | default: "Live Streams" }}
8
+ {% endif %}
9
+ </h1>
10
+
11
+ {{ content }}
12
+
13
+ {%- assign nbr_streams = 0 -%}
14
+ {%- for room in site.rooms -%}
15
+ {%- if room.live -%}
16
+ {%- assign mod_nbr_streams = nbr_streams | modulo: 2 -%}
17
+ {%- if mod_nbr_streams == 0 %}
18
+ <div class="row">
19
+ {%- endif %}
20
+
21
+ <div class="col-md mb-4">
22
+ <h3>{{ room.name }}</h3>
23
+ <div class="embed-responsive embed-responsive-16by9">
24
+ {%- include partials/get_room_live_href.html %}
25
+ <iframe class="embed-responsive-item" src="{{ room_live_href }}" allowfullscreen></iframe>
26
+ </div>
27
+ </div>
28
+
29
+ {%- if mod_nbr_streams == 1 %}
30
+ </div>
31
+ {%- endif -%}
32
+
33
+ {%- assign nbr_streams = nbr_streams | plus: 1 -%}
34
+ {%- endif -%}
35
+ {%- endfor %}
36
+
37
+ {% assign mod_nbr_streams = nbr_streams | modulo: 2 %}
38
+ {%- if mod_nbr_streams == 1 %}
39
+ <div class="col-md"></div>
40
+ </div>
41
+ {%- endif %}
42
+
43
+ {% include partials/footer.html %}
@@ -1,112 +1,112 @@
1
- {% include partials/header.html %}
2
-
3
- <h1 class="display-5 mb-4">
4
- {%- if page.title -%}
5
- {{- page.title -}}
6
- {%- else -%}
7
- {{- site.data.lang[site.conference.lang].talk.overview | default: "Talks" -}}
8
- {%- endif -%}
9
- </h1>
10
-
11
- {{ content }}
12
-
13
- {% for main_category in site.conference.talks.main_categories %}
14
- <h3 class="mt-4 mb-3">
15
- <span class="badge border-soft-{{ main_category.color }} bg-soft-{{ main_category.color }} d-block d-sm-inline text-wrap">
16
- {{ main_category.name }}
17
- </span>
18
- </h3>
19
- <ul class="list-unstyled">
20
- {% for talk in site.talks -%}
21
- {%- for cat in talk.categories -%}
22
- {%- if cat == main_category.name -%}
23
- {%- assign main_cat = main_category.name -%}
24
- <li class="pl-2 mb-2 border-soft-{{ main_category.color }}">
25
- <p class="mb-0">
26
- {% include partials/show_talk.html %}
27
- </p>
28
- <p class="font-weight-light mb-0">
29
- {% include partials/list_speakers.html %}
30
- </p>
31
-
32
- {% if talk.hide -%}
33
- {%- assign talk_scheduled = false -%}
34
- {%- for d in site.data.program.days -%}
35
- {%- include partials/get_day_hash.html -%}
36
- {%- for r in d.rooms -%}
37
- {%- assign room = site.rooms | where: 'name', r.name | first -%}
38
- {%- for t in r.talks -%}
39
- {%- if talk.name == t.name -%}
40
- <p class="mb-0">
41
-
42
- {%- if site.conference.live -%}
43
- {%- include partials/get_talk_timestamp.html -%}
44
- <span class="live-hide" data-start="{{ timestamp_start }}" data-end="{{ timestamp_end }}">
45
- {%- endif -%}
46
-
47
- {%- include partials/get_time_pronoun.html -%}
48
- {%- include partials/get_talk_time.html -%}
49
- {{- time_pronoun }} {% include partials/show_talk_time.html %}
50
-
51
- {%- if site.conference.live -%}
52
- </span>
53
- {%- include partials/show_live_button.html -%}
54
- {%- endif %}
55
-
56
- {{ site.data.lang[site.conference.lang].pronoun.in | default: "in" }} {% include partials/show_room.html -%}
57
- </p>
58
-
59
- {%- assign talk_scheduled = true -%}
60
- {%- break -%}
61
- {%- endif -%}
62
- {%- endfor -%}
63
-
64
- {%- if talk_scheduled -%}
65
- {%- break -%}
66
- {%- endif -%}
67
- {%- endfor -%}
68
-
69
- {%- if talk_scheduled -%}
70
- {%- break -%}
71
- {%- endif -%}
72
- {%- endfor -%}
73
- {%- endif %}
74
-
75
- <p class="mb-0">
76
- {%- if site.conference.live and talk.hide != true -%}
77
- {% for d in site.data.program.days -%}
78
- {%- for r in d.rooms -%}
79
- {%- for t in r.talks -%}
80
- {%- if talk.name == t.name -%}
81
- {%- assign live_button_styleclass = "mr-1" -%}
82
- {%- include partials/show_live_button.html -%}
83
- {%- endif -%}
84
- {%- endfor -%}
85
- {%- endfor -%}
86
- {%- endfor -%}
87
- {%- endif -%}
88
- {%- include partials/list_sub_categories.html -%}
89
-
90
- {%- include partials/get_link_types.html -%}
91
- {%- if has_icon_links and site.conference.talks.hide_icons != true -%}
92
- {% for link in talk.links -%}
93
- {%- assign link_styleclass = "badge badge-light text-reset font-weight-normal mr-1" -%}
94
- {%- include partials/get_link.html -%}
95
- {%- if link_icon -%}
96
- {{- link_tag -}}
97
- <i class="fas fa-{{ link_icon }} text-secondary"></i>
98
- </a>
99
- {%- endif -%}
100
- {%- endfor %}
101
- {%- endif %}
102
- </p>
103
-
104
- </li>
105
- {%- break -%}
106
- {%- endif -%}
107
- {%- endfor -%}
108
- {%- endfor %}
109
- </ul>
110
- {%- endfor -%}
111
-
112
- {% include partials/footer.html %}
1
+ {% include partials/header.html %}
2
+
3
+ <h1 class="display-5 mb-4 text-break">
4
+ {%- if page.title -%}
5
+ {{- page.title -}}
6
+ {%- else -%}
7
+ {{- site.data.lang[site.conference.lang].talk.overview | default: "Talks" -}}
8
+ {%- endif -%}
9
+ </h1>
10
+
11
+ {{ content }}
12
+
13
+ {% for main_category in site.conference.talks.main_categories %}
14
+ <h3 class="mt-4 mb-3">
15
+ <span class="badge border-soft-{{ main_category.color }} bg-soft-{{ main_category.color }} d-block d-sm-inline text-wrap">
16
+ {{ main_category.name }}
17
+ </span>
18
+ </h3>
19
+ <ul class="list-unstyled">
20
+ {% for talk in site.talks -%}
21
+ {%- for cat in talk.categories -%}
22
+ {%- if cat == main_category.name -%}
23
+ {%- assign main_cat = main_category.name -%}
24
+ <li class="pl-2 mb-2 border-soft-{{ main_category.color }}">
25
+ <p class="mb-0">
26
+ {% include partials/show_talk.html %}
27
+ </p>
28
+ <p class="font-weight-light mb-0">
29
+ {% include partials/list_speakers.html %}
30
+ </p>
31
+
32
+ {% if talk.hide -%}
33
+ {%- assign talk_scheduled = false -%}
34
+ {%- for d in site.data.program.days -%}
35
+ {%- include partials/get_day_hash.html -%}
36
+ {%- for r in d.rooms -%}
37
+ {%- assign room = site.rooms | where: 'name', r.name | first -%}
38
+ {%- for t in r.talks -%}
39
+ {%- if talk.name == t.name -%}
40
+ <p class="mb-0">
41
+
42
+ {%- if site.conference.live -%}
43
+ {%- include partials/get_talk_timestamp.html -%}
44
+ <span class="live-hide" data-start="{{ timestamp_start }}" data-end="{{ timestamp_end }}">
45
+ {%- endif -%}
46
+
47
+ {%- include partials/get_time_pronoun.html -%}
48
+ {%- include partials/get_talk_time.html -%}
49
+ {{- time_pronoun }} {% include partials/show_talk_time.html %}
50
+
51
+ {%- if site.conference.live -%}
52
+ </span>
53
+ {%- include partials/show_live_button.html -%}
54
+ {%- endif %}
55
+
56
+ {{ site.data.lang[site.conference.lang].pronoun.in | default: "in" }} {% include partials/show_room.html -%}
57
+ </p>
58
+
59
+ {%- assign talk_scheduled = true -%}
60
+ {%- break -%}
61
+ {%- endif -%}
62
+ {%- endfor -%}
63
+
64
+ {%- if talk_scheduled -%}
65
+ {%- break -%}
66
+ {%- endif -%}
67
+ {%- endfor -%}
68
+
69
+ {%- if talk_scheduled -%}
70
+ {%- break -%}
71
+ {%- endif -%}
72
+ {%- endfor -%}
73
+ {%- endif %}
74
+
75
+ <p class="mb-0">
76
+ {%- if site.conference.live and talk.hide != true -%}
77
+ {% for d in site.data.program.days -%}
78
+ {%- for r in d.rooms -%}
79
+ {%- for t in r.talks -%}
80
+ {%- if talk.name == t.name -%}
81
+ {%- assign live_button_styleclass = "mr-1" -%}
82
+ {%- include partials/show_live_button.html -%}
83
+ {%- endif -%}
84
+ {%- endfor -%}
85
+ {%- endfor -%}
86
+ {%- endfor -%}
87
+ {%- endif -%}
88
+ {%- include partials/list_sub_categories.html -%}
89
+
90
+ {%- include partials/get_link_types.html -%}
91
+ {%- if has_icon_links and site.conference.talks.hide_icons != true -%}
92
+ {% for link in talk.links -%}
93
+ {%- assign link_styleclass = "badge badge-light text-reset font-weight-normal mr-1" -%}
94
+ {%- include partials/get_link.html -%}
95
+ {%- if link_icon -%}
96
+ {{- link_tag -}}
97
+ <i class="fas fa-{{ link_icon }} text-secondary"></i>
98
+ </a>
99
+ {%- endif -%}
100
+ {%- endfor %}
101
+ {%- endif %}
102
+ </p>
103
+
104
+ </li>
105
+ {%- break -%}
106
+ {%- endif -%}
107
+ {%- endfor -%}
108
+ {%- endfor %}
109
+ </ul>
110
+ {%- endfor -%}
111
+
112
+ {% include partials/footer.html %}
data/_layouts/talk.html CHANGED
@@ -1,123 +1,123 @@
1
- {%- assign talk = page -%}
2
-
3
- {%- unless talk.hide -%}
4
- {%- include partials/header.html -%}
5
-
6
- <div class="d-flex flex-lg-row flex-column container-fluid mb-2 p-0">
7
- <div class="h6 mt-2 mb-0 mr-1 pr-1 pb-1">
8
- {% include partials/get_main_category.html %}
9
- <span class="p-1 pl-2 pr-2 border-soft-{{ main_cat_color }} bg-soft-{{ main_cat_color }} font-weight-normal">
10
- {{ main_cat }}
11
- </span>
12
- </div>
13
-
14
- {% if talk.categories.size > 1 %}
15
- <div class="h6 mt-2 mb-0 ml-1 pr-1 pb-1">
16
- {% for cat in talk.categories %}
17
- {% if cat != main_cat %}
18
- <span class="mr-2">{{ cat }}</span>
19
- {% endif %}
20
- {% endfor %}
21
- </div>
22
- {% endif %}
23
- </div>
24
-
25
- <h1 class="font-weight-light">{{ talk.name }}</h1>
26
-
27
- <p class="mb-3 font-weight-light">
28
- {% include partials/list_speakers.html %}
29
- </p>
30
-
31
- <div class="mb-3 p-0">
32
- {% for d in site.data.program.days -%}
33
- {%- include partials/get_day_hash.html -%}
34
- {%- for r in d.rooms -%}
35
- {%- for t in r.talks -%}
36
- {%- if talk.name == t.name -%}
37
-
38
- {%- if site.conference.live -%}
39
- {%- include partials/get_talk_timestamp.html -%}
40
- <span class="live-hide" data-start="{{ timestamp_start }}" data-end="{{ timestamp_end }}">
41
- {%- endif -%}
42
-
43
- {%- include partials/get_time_pronoun.html -%}
44
- {%- include partials/get_talk_time.html -%}
45
- <span class="d-none d-sm-inline">
46
- {{- time_pronoun -}}
47
- </span> {% include partials/show_talk_time.html -%}
48
-
49
- {%- if site.conference.live -%}
50
- </span>
51
- {%- include partials/show_live_button.html -%}
52
- {%- endif -%}
53
-
54
- {%- assign room = site.rooms | where: 'name', r.name | first -%}
55
- <span class="d-none d-sm-inline ml-1">
56
- {{- site.data.lang[site.conference.lang].pronoun.in | default: "in" -}}
57
- </span> {% include partials/show_room.html -%}
58
-
59
- <span class="d-none d-sm-inline ml-1">
60
- {{- site.data.lang[site.conference.lang].pronoun.for | default: "for" -}}
61
- </span> {% include partials/show_talk_duration.html -%}
62
-
63
- {% endif %}
64
- {% endfor %}
65
- {% endfor %}
66
- {% endfor %}
67
- </div>
68
-
69
- {{ content }}
70
-
71
- {% include partials/get_link_types.html %}
72
-
73
- {% if has_icon_links %}
74
- <ul class="list-unstyled">
75
- {% for link in talk.links %}
76
- {% assign link_styleclass = "text-reset" %}
77
- {% include partials/get_link.html %}
78
-
79
- {% if link_icon %}
80
- <li class="mb-1">
81
- {{ link_tag }}
82
- <span class="badge bg-soft-{{ main_cat_color }} font-weight-normal mr-1">
83
- <i class="fas fa-{{ link_icon }} fa-fw"></i>
84
- </span>
85
- {{- link.name }}
86
- </a>
87
- </li>
88
- {% endif %}
89
- {% endfor %}
90
- </ul>
91
- {% endif %}
92
-
93
- {% if has_regular_links %}
94
- <h5 class="mt-4 mb-1">{{ site.data.lang[site.conference.lang].more_information | default: "More information" }}:</h5>
95
-
96
- <ul class="list-unstyled">
97
- {% for link in talk.links %}
98
- {% assign link_styleclass = "text-reset" %}
99
- {% include partials/get_link.html %}
100
-
101
- {% unless link_icon %}
102
- <li class="mb-1 ml-2 pl-2 border-soft-{{ main_cat_color }}">
103
- {{ link_tag }}
104
- {{ link.name }}
105
- </a>
106
- </li>
107
- {% endunless %}
108
- {% endfor %}
109
- </ul>
110
- {% endif %}
111
-
112
- <p class="d-print-none mt-5">
113
- <a href="{{ page.collection | prepend: '/' | prepend: site.baseurl }}" class="btn btn-light">
114
- <i class="fas fa-bullhorn"></i>&nbsp;{{ site.data.lang[site.conference.lang].overview | default: "Overview" }}
115
- </a>
116
-
117
- <a href="{{ site.conference.program.url | prepend: site.baseurl }}" class="btn btn-light">
118
- <i class="far fa-calendar-alt"></i>&nbsp;{{ site.data.lang[site.conference.lang].program.title | default: "Program" }}
119
- </a>
120
- </p>
121
-
122
- {%- include partials/footer.html -%}
123
- {%- endunless -%}
1
+ {%- assign talk = page -%}
2
+
3
+ {%- unless talk.hide -%}
4
+ {%- include partials/header.html -%}
5
+
6
+ <div class="d-flex flex-md-row flex-column container-fluid mb-2 p-0">
7
+ <div class="h6 mt-2 mb-0 mr-1 pr-1 pb-1">
8
+ {% include partials/get_main_category.html %}
9
+ <span class="d-block d-sm-inline p-1 pl-2 pr-2 border-soft-{{ main_cat_color }} bg-soft-{{ main_cat_color }} font-weight-normal">
10
+ {{ main_cat }}
11
+ </span>
12
+ </div>
13
+
14
+ {% if talk.categories.size > 1 %}
15
+ <div class="h6 mt-2 mb-0 ml-1 pr-1 pb-1">
16
+ {% for cat in talk.categories %}
17
+ {% if cat != main_cat %}
18
+ <span class="mr-2">{{ cat }}</span>
19
+ {% endif %}
20
+ {% endfor %}
21
+ </div>
22
+ {% endif %}
23
+ </div>
24
+
25
+ <h1 class="font-weight-light text-break">{{ talk.name }}</h1>
26
+
27
+ <p class="mb-3 font-weight-light">
28
+ {% include partials/list_speakers.html %}
29
+ </p>
30
+
31
+ <div class="mb-3 p-0">
32
+ {% for d in site.data.program.days -%}
33
+ {%- include partials/get_day_hash.html -%}
34
+ {%- for r in d.rooms -%}
35
+ {%- for t in r.talks -%}
36
+ {%- if talk.name == t.name -%}
37
+
38
+ {%- if site.conference.live -%}
39
+ {%- include partials/get_talk_timestamp.html -%}
40
+ <span class="live-hide" data-start="{{ timestamp_start }}" data-end="{{ timestamp_end }}">
41
+ {%- endif -%}
42
+
43
+ {%- include partials/get_time_pronoun.html -%}
44
+ {%- include partials/get_talk_time.html -%}
45
+ <span class="d-none d-sm-inline">
46
+ {{- time_pronoun -}}
47
+ </span> {% include partials/show_talk_time.html -%}
48
+
49
+ {%- if site.conference.live -%}
50
+ </span>
51
+ {%- include partials/show_live_button.html -%}
52
+ {%- endif -%}
53
+
54
+ {%- assign room = site.rooms | where: 'name', r.name | first -%}
55
+ <span class="d-none d-sm-inline ml-1">
56
+ {{- site.data.lang[site.conference.lang].pronoun.in | default: "in" -}}
57
+ </span> {% include partials/show_room.html -%}
58
+
59
+ <span class="d-none d-sm-inline ml-1">
60
+ {{- site.data.lang[site.conference.lang].pronoun.for | default: "for" -}}
61
+ </span> {% include partials/show_talk_duration.html -%}
62
+
63
+ {% endif %}
64
+ {% endfor %}
65
+ {% endfor %}
66
+ {% endfor %}
67
+ </div>
68
+
69
+ {{ content }}
70
+
71
+ {% include partials/get_link_types.html %}
72
+
73
+ {% if has_icon_links %}
74
+ <ul class="list-unstyled">
75
+ {% for link in talk.links %}
76
+ {% assign link_styleclass = "text-reset" %}
77
+ {% include partials/get_link.html %}
78
+
79
+ {% if link_icon %}
80
+ <li class="mb-1">
81
+ {{ link_tag }}
82
+ <span class="badge bg-soft-{{ main_cat_color }} font-weight-normal mr-1">
83
+ <i class="fas fa-{{ link_icon }} fa-fw"></i>
84
+ </span>
85
+ {{- link.name }}
86
+ </a>
87
+ </li>
88
+ {% endif %}
89
+ {% endfor %}
90
+ </ul>
91
+ {% endif %}
92
+
93
+ {% if has_regular_links %}
94
+ <h5 class="mt-4 mb-1">{{ site.data.lang[site.conference.lang].more_information | default: "More information" }}:</h5>
95
+
96
+ <ul class="list-unstyled">
97
+ {% for link in talk.links %}
98
+ {% assign link_styleclass = "text-reset" %}
99
+ {% include partials/get_link.html %}
100
+
101
+ {% unless link_icon %}
102
+ <li class="mb-1 ml-2 pl-2 border-soft-{{ main_cat_color }}">
103
+ {{ link_tag }}
104
+ {{ link.name }}
105
+ </a>
106
+ </li>
107
+ {% endunless %}
108
+ {% endfor %}
109
+ </ul>
110
+ {% endif %}
111
+
112
+ <p class="d-print-none mt-5">
113
+ <a href="{{ page.collection | prepend: '/' | prepend: site.baseurl }}" class="btn btn-light">
114
+ <i class="fas fa-bullhorn"></i>&nbsp;{{ site.data.lang[site.conference.lang].overview | default: "Overview" }}
115
+ </a>
116
+
117
+ <a href="{{ site.conference.program.url | prepend: site.baseurl }}" class="btn btn-light">
118
+ <i class="far fa-calendar-alt"></i>&nbsp;{{ site.data.lang[site.conference.lang].program.title | default: "Program" }}
119
+ </a>
120
+ </p>
121
+
122
+ {%- include partials/footer.html -%}
123
+ {%- endunless -%}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-conference
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.6.4
4
+ version: 3.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lorenz Schmid
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-27 00:00:00.000000000 Z
11
+ date: 2024-02-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll