Skip to content

Commit 3f96f45

Browse files
remove placeholders from the schedule
1 parent 7a9816d commit 3f96f45

File tree

2 files changed

+4
-41
lines changed

2 files changed

+4
-41
lines changed

content/2024/schedule.html

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,7 @@ <h2>Schedule</h2>
7777
</tr>
7878
<tr>
7979
<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>
8481
</tr>
8582
<tr>
8683
<th scope="row">10:30</th>
@@ -102,13 +99,11 @@ <h2>Schedule</h2>
10299
</tr>
103100
<tr>
104101
<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>
109103
</tr>
110104
<tr>
111105
<th scope="row">15:30</th>
106+
<td class="hacking">Hack on</td>
112107
<td class="workshop">
113108
(Workshop)
114109
<a href="2024.html#MartinValdesDeLeon">Martin Valdez de Leon: <i>Generative Music with Haskell</i></a>
@@ -158,15 +153,7 @@ <h2>Schedule</h2>
158153
</td>
159154
</tr>
160155
<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>
170157
<td colspan="2" class="hacking">Hack on</td>
171158
</tr>
172159
<tr>

css/custom.css

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -90,27 +90,3 @@ header > img {
9090
.justify-text {
9191
text-align: justify;
9292
}
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-
}

0 commit comments

Comments
 (0)