Skip to content

Commit

Permalink
feat(ctwc23): add columbia curtain (id 6)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeg committed Oct 12, 2024
1 parent 1d21aac commit 65bf3c5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
Binary file added public/images/ctwc_columbia.webp
Binary file not shown.
19 changes: 18 additions & 1 deletion public/views/mp/ctwc23.html
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,23 @@
<img src="/brand/logo.v3.white.3x.png" style="max-width: 90px" />
</div>
</template>
<template id="curtain_6">
<div class="custom_curtain">
<br />
<br />
<br />
<img
src="/images/ctwc_columbia.webp"
style="max-width: 260px"
/>
<br />
<br />
<br />
<br />
<br />
<img src="/brand/logo.v3.white.3x.png" style="max-width: 90px" />
</div>
</template>
<template id="player">
<div class="player">
<video class="player_vid"></video>
Expand Down Expand Up @@ -683,7 +700,7 @@
: 0;

let curtain_template;
if (/^[0-5]$/.test(QueryString.get('curtain'))) {
if (/^[0-6]$/.test(QueryString.get('curtain'))) {
curtain_template = document.getElementById(
`curtain_${QueryString.get('curtain')}`
);
Expand Down

0 comments on commit 65bf3c5

Please sign in to comment.