Skip to content

Commit

Permalink
Move countdown to "next 2 days" (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira authored Oct 28, 2023
1 parent 913b692 commit 52d90c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ nav:
# We move by flags, one phase at a time (these are ordered)
before_countdown_to_start: false # countdown to start of competition is in effect
before_registration_is_over: false # players and sponsor can no longer apply
before_countdown_to_end: true # after contest starts (the 2 days)
before_competition_is_over: true # while competition is ongoing
before_votes_are_out: true # while judges are doing their thing

last_edition_year: 2022
Expand Down
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<div class="intro-text">
<img class="header-logo-small-left" src="/img/header_logo.png" alt="{{ site.alt_for_logo }}">
{% if site.before_countdown_to_end %}
{% if site.before_competition_is_over %}
<div id="countdown" class="pt-1 d-flex justify-content-center"
data-aos="fade-up"
data-aos-offset="-200"
Expand Down
2 changes: 1 addition & 1 deletion js/countdown_element.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var Countdown = new Countdown({
year : 2023,
month : 10,
day : 28,
day : 30,
hour : 0,
minute : 1,
second : 0,
Expand Down

0 comments on commit 52d90c0

Please sign in to comment.