Skip to content

Commit

Permalink
add baord games activity to schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Aug 2, 2024
1 parent 20e2c0e commit 0bbe1e0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Binary file added static/images/game.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions templates/sections/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,16 @@ <h3 class="large mb-2">19:30: Group Dinners – Meet & Eat!</h3>
<img class="image-party" src="/images/diner.jpg" alt="boy singing into a microphone"/>
</div>
</div>
<div class="closing-party closing-party__grid schedule__shared">
<div class="closing-party__content">
<h3 class="large mb-2">19:30: Game time!</h3>
<p>We reserved tables at a board game bar. Join fellow Rustaceans for a round of games after the first day of the conference! 🎲🃏♟️</p>
</div>
<div class="closing-party__image">
<div class="closing-party__image-overlay"></div>
<img class="image-party" src="/images/game.jpg" alt="birds eye view on a game with balls and plastic hippos"/>
</div>
</div>
{% endif %}
{% if loop.last %}
<div class="closing-party closing-party__grid schedule__shared">
Expand Down Expand Up @@ -174,6 +184,21 @@ <h3 class="large mb-2">19:30: Group Dinners – Meet & Eat!</h3>
</div>
</td>
</tr>
<tr>
<td class="visually-hidden">19:30</td>
<td colspan="2">
<div class="closing-party closing-party__grid schedule__shared">
<div class="closing-party__content">
<h3 class="large mb-2">19:30: Game time!</h3>
<p>We reserved tables at a board game bar. Join fellow Rustaceans for a round of games after the first day of the conference! 🎲🃏♟️</p>
</div>
<div class="closing-party__image">
<div class="closing-party__image-overlay"></div>
<img class="image-party" src="/images/game.jpg" alt="birds eye view on a game with balls and plastic hippos"/>
</div>
</div>
</td>
</tr>
{% endif %}
{% endfor %}
{% if loop.last %}
Expand Down

0 comments on commit 0bbe1e0

Please sign in to comment.