Skip to content

Commit

Permalink
[ schedule ] provisional, with dinner
Browse files Browse the repository at this point in the history
  • Loading branch information
gallais committed Jun 26, 2024
1 parent 155bc68 commit 0b44c07
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 18 deletions.
48 changes: 36 additions & 12 deletions 2024-strathclyde/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Fees **do not** cover: travel and accommodation nor subsistence outside of the S
A list of options for accommodation are provided below.


## Schedule:
## Provisional Schedule:

<div class="schedule">
<table>
Expand All @@ -263,17 +263,16 @@ A list of options for accommodation are provided below.
<tr>
<td>08:30</td>
<td>Registration</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td class="freetime"></td>
<td rowspan=3 class="freetime"></td>
<td class="freetime"></td>
<td class="freetime"></td>
</tr>
<tr>
<td>09:00</td>
<td rowspan=3 class="core1"></td>
<td rowspan=2 class="core2"></td>
<td rowspan=2 class="speciala"></td>
<td rowspan=2 class="freetime"></td>
<td rowspan=2 class="specialb"></td>
</tr>
<tr>
Expand All @@ -282,21 +281,21 @@ A list of options for accommodation are provided below.
<tr>
<td>10:00</td>
<td rowspan=2 class="core1"></td>
<td rowspan=2 class="specialb"></td>
<td class="coffee"></td>
<td rowspan=2 class="specialc"></td>
<td rowspan=2 class="speciala"></td>
</tr>
<tr>
<td>10:30</td>
<td class="coffee"></td>
<td rowspan=2 class="specialb"></td>
</tr>
<tr>
<td>11:00</td>
<td rowspan=3 class="core2"></td>
<td class="coffee"></td>
<td class="coffee"></td>
<td class="coffee"></td>
<td class="coffee"></td>
</tr>
<tr>
<td>11:30</td>
Expand All @@ -312,7 +311,7 @@ A list of options for accommodation are provided below.
<td>12:30</td>
<td rowspan=2 class="lunch"></td>
<td rowspan=2 class="lunch"></td>
<td rowspan=2 class="lunch"></td>
<td rowspan=10 class="excursion"></td>
<td rowspan=2 class="lunch"></td>
<td rowspan=2 class="lunch"></td>
</tr>
Expand All @@ -323,7 +322,6 @@ A list of options for accommodation are provided below.
<td>13:30</td>
<td rowspan=3 class="core1"></td>
<td rowspan=2 class="speciala"></td>
<td rowspan=8 class="excursion"></td>
<td rowspan=2 class="specialb"></td>
<td rowspan=2 class="specialc"></td>
</tr>
Expand All @@ -334,11 +332,12 @@ A list of options for accommodation are provided below.
<td>14:30</td>
<td rowspan=2 class="specialb"></td>
<td rowspan=2 class="specialc"></td>
<td rowspan=6 class="freetime"></td>
<td class="farewell"></td>
</tr>
<tr>
<td>15:00</td>
<td class="coffee"></td>
<td rowspan=12 class="freetime"></td>
</tr>
<tr>
<td>15:30</td>
Expand All @@ -358,7 +357,32 @@ A list of options for accommodation are provided below.
<td>17:00</td>
<td class="lightning"></td>
<td class="lightning"></td>
<td class="freetime"></td>
<td rowspan=8 class="freetime"></td>
</tr>
<tr>
<td>17:30</td>
<td rowspan=7 class="freetime"></td>
<td rowspan=3 class="freetime"></td>
<td rowspan=7 class="freetime"></td>
</tr>
<tr>
<td>18:00</td>
</tr>
<tr>
<td>18:30</td>
</tr>
<tr>
<td>19:00</td>
<td rowspan=4 class="dinner"></td>
</tr>
<tr>
<td>19:30</td>
</tr>
<tr>
<td>20:00</td>
</tr>
<tr>
<td>20:30</td>
</tr>
</table>
</div>
Expand Down
30 changes: 24 additions & 6 deletions 2024-strathclyde/strath.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,31 +84,31 @@ summary {
background-color: #9F0162;
}
.core1::before {
content: "Core 1";
content: "Conor";
}
.core2 {
background-color: #00FCCF;
}
.core2::before {
content: "Core 2";
content: "Chris";
}
.speciala {
background-color: #FF5AAF;
}
.speciala::before {
content: "Special A";
content: "Vikraman | Andrés";
}
.specialb {
background-color: #FFC33B;
}
.specialb::before {
content: "Special B";
content: "Bob | Sam";
}
.specialc {
background-color: #008DF9;
}
.specialc::before {
content: "Special C";
content: "Kathrin | Jules";
}
.lightning {
background-color: #FF6E3A;
Expand All @@ -122,21 +122,39 @@ summary {
.invited::before {
content: "Invited";
}
.coffee {
background-color: lightyellow;
}
.coffee::before {
content: "Coffee";
}
.lunch {
background-color: lightyellow;
}
.lunch::before {
content: "Lunch";
}
.dinner {
background-color: lightyellow;
}
.dinner::before {
content: "Dinner";
}
.freetime {
background-color: #FFFFFF;
}
.excursion {
background-color: #009F81
background-color: #009F81;
}
.excursion::before {
content: "Excursion";
}
.farewell {
background-color: #FFFFFF;
}
.farewell::before {
content: "Farewell";
}


.flex-container {
Expand Down

0 comments on commit 0b44c07

Please sign in to comment.