Skip to content

Commit

Permalink
Update countdown for Leap 15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
honyczek committed Jun 6, 2024
1 parent 853ef82 commit 6b61d9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/js/countdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $(function () {

// one hour later due to https://github.com/openSUSE/landing-page/issues/113

var leapReleaseDate = moment.tz("2023-06-07 12:00", "UTC");
var leapReleaseDate = moment.tz("2024-06-12 12:00", "UTC");

$('.opensuse-countdown__number').countdown(leapReleaseDate.toDate(), function(event) {

Expand Down
Binary file added build/images/countdown-leap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,13 @@ <h4 class="wow fadeIn" data-wow-delay=".6s" lang="en">Get the most complete Linu
<div class="opensuse-countdown">

<div class="opensuse-microos__headbox" >
<a href="https://get.opensuse.org/microos/" class="opensuse-microos__headbox_con" target="_blank">
<a href="https://get.opensuse.org/leap/15.6/" class="opensuse-microos__headbox_con" target="_blank">
<div class="opensuse-microos__headbox_con">
<span class="opensuse-countdown__version-name">MicroOS</span>
<img src="build/images/countdown-microos.png" width="160" height="100" alt="openSUSE - MicroOS Logo">
<span class="opensuse-countdown__version-name">Leap 15.6</span>
<img src="build/images/countdown-leap.png" width="160" height="160" alt="openSUSE - Leap Logo">
</div>
<div class="opensuse-microos__headbox_text">
<span lang="en">Micro Service OS</span>
<span lang="en">available in</span>
</div>
</a>
</div>
Expand Down

0 comments on commit 6b61d9b

Please sign in to comment.