File tree Expand file tree Collapse file tree 2 files changed +4
-41
lines changed Expand file tree Collapse file tree 2 files changed +4
-41
lines changed Original file line number Diff line number Diff line change @@ -77,10 +77,7 @@ <h2>Schedule</h2>
77
77
</ tr >
78
78
< tr >
79
79
< th scope ="row "> 9:30</ th >
80
- < td class ="hacking "> Hack on</ td >
81
- < td class ="workshop ">
82
- (Talk) < i > Waiting for the carrier pidgeon to bring the speaker confirmation < span class ="loading-dots " /> </ i >
83
- </ td >
80
+ < td class ="hacking " colspan ="2 "> Hack on</ td >
84
81
</ tr >
85
82
< tr >
86
83
< th scope ="row "> 10:30</ th >
@@ -102,13 +99,11 @@ <h2>Schedule</h2>
102
99
</ tr >
103
100
< tr >
104
101
< th scope ="row "> 13:30</ th >
105
- < td class ="hacking " rowspan ="2 "> Hack on</ td >
106
- < td class ="workshop ">
107
- (Workshop) < i > Dominik Schrempf is uploading the content < span class ="loading-dots " /> </ i >
108
- </ td >
102
+ < td class ="hacking " colspan ="2 "> Hack on</ td >
109
103
</ tr >
110
104
< tr >
111
105
< th scope ="row "> 15:30</ th >
106
+ < td class ="hacking "> Hack on</ td >
112
107
< td class ="workshop ">
113
108
(Workshop)
114
109
< a href ="2024.html#MartinValdesDeLeon "> Martin Valdez de Leon: < i > Generative Music with Haskell</ i > </ a >
@@ -158,15 +153,7 @@ <h2>Schedule</h2>
158
153
</ td >
159
154
</ tr >
160
155
< tr >
161
- < th scope ="row "> 10:30</ th >
162
- < td class ="hacking "> Hack on</ td >
163
- < td class ="workshop ">
164
- (Talk)
165
- < i > Assessing that the punctuation in the title is correct < span class ="loading-dots "> </ span > </ i >
166
- </ td >
167
- </ tr >
168
- < tr >
169
- < th scope ="row "> 14:00</ th >
156
+ < th scope ="row "> 13:00</ th >
170
157
< td colspan ="2 " class ="hacking "> Hack on</ td >
171
158
</ tr >
172
159
< tr >
Original file line number Diff line number Diff line change @@ -90,27 +90,3 @@ header > img {
90
90
.justify-text {
91
91
text-align : justify;
92
92
}
93
-
94
- /* Specific for 2024 */
95
-
96
- .loading-dots ::after {
97
- content : "." ;
98
- display : inline-block;
99
- width : 1em ;
100
- text-align : left;
101
- animation : dots 2s steps (4 , end) infinite;
102
- }
103
-
104
- @keyframes dots {
105
- 0% ,
106
- 25% {
107
- content : "." ;
108
- }
109
- 50% {
110
- content : ".." ;
111
- }
112
- 75% ,
113
- 100% {
114
- content : "..." ;
115
- }
116
- }
You can’t perform that action at this time.
0 commit comments