Skip to content

Commit

Permalink
feat(ctwc23): one more ctwc das curtain
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeg committed Jul 12, 2024
1 parent 28c1810 commit d488102
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
Binary file added public/images/CTWC_DAS_LOGO_noxperion.webp
Binary file not shown.
Binary file added public/images/CTWC_DAS_LOGO_xperion.webp
Binary file not shown.
28 changes: 24 additions & 4 deletions public/views/mp/ctwc23.html
Original file line number Diff line number Diff line change
Expand Up @@ -399,18 +399,21 @@
<div class="custom_curtain">
<br />
<br />
<img src="/images/ctwc_das_400.png" style="max-width: 220px" />
<img
src="/images/CTWC_DAS_LOGO_noxperion.webp"
style="max-width: 250px"
/>
<br />
<br />
<p style="font-size: 12px">Presented by</p>
<p style="font-size: 12px">hosted by</p>
<img src="/images/sponsors/logo-experion.svg" style="width: 280px" />
<br />
<br />
<br />
<br />
<br />
<br />
<img src="/brand/logo.v3.white.3x.png" style="max-width: 80px" />
<img src="/brand/logo.v3.white.3x.png" style="max-width: 90px" />
</div>
</template>
<template id="curtain_1">
Expand Down Expand Up @@ -476,6 +479,23 @@
<img src="/brand/logo.v3.white.3x.png" style="max-width: 100px" />
</div>
</template>
<template id="curtain_5">
<div class="custom_curtain">
<br />
<br />
<br />
<img
src="/images/CTWC_DAS_LOGO_xperion.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 @@ -617,7 +637,7 @@
: 0;

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

0 comments on commit d488102

Please sign in to comment.