jekyll-theme-conference 2.3.0 → 2.5.1

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.
@@ -0,0 +1,81 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!--
3
+ Original source of icon:
4
+ Font Awesome Free 5.15.1 by @fontawesome
5
+ https://fontawesome.com/license/free
6
+ CC BY 4.0 https://creativecommons.org/licenses/by/4.0/
7
+
8
+ Modified as following:
9
+ - Original path split from one into three separate paths (for each of the visual distinctive shapes)
10
+ - Animation of each path
11
+ - Removed attributes from SVG element to pass W3 validator
12
+ -->
13
+ <svg
14
+ focusable="false"
15
+ role="img"
16
+ viewBox="0 0 448 512"
17
+ xmlns="http://www.w3.org/2000/svg">
18
+ <path
19
+ id="dot"
20
+ fill="white"
21
+ d="M 128.081,415.959 C 128.081,451.328 99.409,480 64.04,480 28.671,480 0,451.328 0,415.959 0,380.59 28.672,351.918 64.041,351.918 c 35.369,0 64.04,28.673 64.04,64.041 z">
22
+ <animate
23
+ id="dot_hide"
24
+ attributeType="CSS"
25
+ attributeName="opacity"
26
+ from="0"
27
+ to="0"
28
+ dur="500ms"
29
+ begin="0s;dot_animate.end+7.35s" />
30
+ <animate
31
+ id="dot_animate"
32
+ attributeType="CSS"
33
+ attributeName="opacity"
34
+ from="0"
35
+ to="1"
36
+ dur="150ms"
37
+ begin="dot_hide.end" />
38
+ </path>
39
+ <path
40
+ id="arc_small"
41
+ fill="white"
42
+ d="M 303.741,463.209 C 295.387,308.609 171.556,184.622 16.791,176.259 7.656,175.765 0,183.105 0,192.253 v 48.069 c 0,8.415 6.49,15.472 14.887,16.018 111.832,7.284 201.473,96.702 208.772,208.772 0.547,8.397 7.604,14.887 16.018,14.887 h 48.069 c 9.149,10e-4 16.489,-7.655 15.995,-16.79 z">
43
+ <animate
44
+ id="arc_small_hide"
45
+ attributeType="CSS"
46
+ attributeName="opacity"
47
+ from="0"
48
+ to="0"
49
+ dur="650ms"
50
+ begin="dot_hide.begin" />
51
+ <animate
52
+ id="arc_small_animate"
53
+ attributeType="CSS"
54
+ attributeName="opacity"
55
+ from="0"
56
+ to="1"
57
+ dur="200ms"
58
+ begin="arc_small_hide.end" />
59
+ </path>
60
+ <path
61
+ id="arc_large"
62
+ fill="white"
63
+ d="M 447.99,463.497 C 439.596,229.677 251.465,40.445 16.503,32.01 7.473,31.686 0,38.981 0,48.016 v 48.068 c 0,8.625 6.835,15.645 15.453,15.999 191.179,7.839 344.627,161.316 352.465,352.465 0.353,8.618 7.373,15.453 15.999,15.453 h 48.068 c 9.034,-10e-4 16.329,-7.474 16.005,-16.504 z">
64
+ <animate
65
+ id="arc_large_hide"
66
+ attributeType="CSS"
67
+ attributeName="opacity"
68
+ from="0"
69
+ to="0"
70
+ dur="850ms"
71
+ begin="dot_hide.begin" />
72
+ <animate
73
+ id="arc_large_animate"
74
+ attributeType="CSS"
75
+ attributeName="opacity"
76
+ from="0"
77
+ to="1"
78
+ dur="250ms"
79
+ begin="arc_large_hide.end" />
80
+ </path>
81
+ </svg>
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: 2.3.0
4
+ version: 2.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lorenz Schmid
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-02 00:00:00.000000000 Z
11
+ date: 2020-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -62,6 +62,7 @@ files:
62
62
  - LICENSE.md
63
63
  - README.md
64
64
  - _includes/js/bootstrap.js
65
+ - _includes/js/conference-live.js
65
66
  - _includes/js/conference-map.js
66
67
  - _includes/js/conference-modal.js
67
68
  - _includes/js/conference.js
@@ -74,15 +75,19 @@ files:
74
75
  - _includes/js/syncscroll.js
75
76
  - _includes/partials/checks.html
76
77
  - _includes/partials/footer.html
78
+ - _includes/partials/get_conf_time.html
77
79
  - _includes/partials/get_link.html
78
80
  - _includes/partials/get_link_types.html
79
81
  - _includes/partials/get_main_category.html
80
82
  - _includes/partials/get_talk_time.html
83
+ - _includes/partials/get_timestamp.html
81
84
  - _includes/partials/header.html
82
85
  - _includes/partials/info_bar.html
83
86
  - _includes/partials/list_categories.html
84
87
  - _includes/partials/list_speakers.html
85
88
  - _includes/partials/list_sub_categories.html
89
+ - _includes/partials/live-modal.html
90
+ - _includes/partials/live_button.html
86
91
  - _includes/partials/navbar.html
87
92
  - _includes/partials/navbar_rooms.html
88
93
  - _includes/partials/show_room.html
@@ -90,6 +95,7 @@ files:
90
95
  - _includes/partials/show_talk_duration.html
91
96
  - _includes/partials/show_talk_time.html
92
97
  - _layouts/default.html
98
+ - _layouts/delete_hidden.html
93
99
  - _layouts/home.html
94
100
  - _layouts/location.html
95
101
  - _layouts/page.html
@@ -230,6 +236,7 @@ files:
230
236
  - _sass/leaflet/leaflet-locatecontrol.css
231
237
  - _sass/leaflet/leaflet.css
232
238
  - assets/css/main.scss
239
+ - assets/icons/live.svg
233
240
  - assets/js/main.js
234
241
  - assets/webfonts/fa-brands-400.eot
235
242
  - assets/webfonts/fa-brands-400.svg