Skip to content

Commit

Permalink
Update scoreboard banner to SVG, also add to test session
Browse files Browse the repository at this point in the history
  • Loading branch information
mpsijm committed Nov 25, 2024
1 parent 18de981 commit 1a4d316
Show file tree
Hide file tree
Showing 8 changed files with 9,334 additions and 90 deletions.
3 changes: 0 additions & 3 deletions static/main/scoreboard-nwerc2024.zip

This file was deleted.

3 changes: 0 additions & 3 deletions static/main/scoreboard/banner.png

This file was deleted.

4,627 changes: 4,627 additions & 0 deletions static/main/scoreboard/images/banners/nwerc2024.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 3 additions & 6 deletions static/main/scoreboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,18 @@
</head>
<body class="static">
<div class="container-fluid">

<div class="row">
<img src="banner.png" alt="banner"></img>
<div class="col-12">

<img class="banner mt-2" src="images/banners/nwerc2024.svg?v=8.4.0DEV" alt="Banner">

<div data-ajax-refresh-target data-ajax-refresh-after="initializeScoreboard" class="mt-3">



<div class="card" data-ajax-refresh-stop="1">
<div class="card-header" style="font-family: Roboto, sans-serif;">
<div class="row">

<div class="col-md-6 col-12">

<span style="font-weight: bold;">Northwestern Europe Regional Contest 2024</span>
</div>
<div class="col-md-6 col-12 text-md-end text-start">
Expand Down Expand Up @@ -22842,7 +22839,7 @@ <h5 class="modal-title">


<p id="lastmod">
Last Update: Sun 24 Nov 2024 20:58:08 CET<br/>
Last Update: Mon 25 Nov 2024 11:03:40 CET<br/>
using <a href="https://www.domjudge.org/" target="_top">DOMjudge</a>
</p>
</div>
Expand Down
1 change: 0 additions & 1 deletion static/main/scoreboard/style_domjudge.css
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ tr.ignore td, td.ignore, span.ignore {

.banner {
max-width: 98%;
max-height: 12ex;
height: auto;
display: block;
margin-bottom: 2rem;
Expand Down
4,627 changes: 4,627 additions & 0 deletions static/test-session/scoreboard/images/banners/nwerc2024-test.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
153 changes: 77 additions & 76 deletions static/test-session/scoreboard/index.html

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion static/test-session/scoreboard/style_domjudge.css
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ tr.ignore td, td.ignore, span.ignore {

.banner {
max-width: 98%;
max-height: 12ex;
height: auto;
display: block;
margin-bottom: 2rem;
Expand Down

0 comments on commit 1a4d316

Please sign in to comment.