adding grand national dashboard

This commit is contained in:
2020-02-18 01:39:35 +00:00
parent 584d6bcc26
commit 3572973077
32 changed files with 28469 additions and 0 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,19 @@
$('#gn-countdown').countdown('2020/04/04', function(event) {
$(this).html(event.strftime('%D days %Hhrs %Mm %Ss'));
});
$('#chelt-countdown').countdown('2020/03/13', function(event) {
$(this).html(event.strftime('%D days %Hhrs %Mm %Ss'));
});
$("#event-rotate").Morphist({
// The entrance animation type (In).
animateIn: "zoomInDown",
// The exit animation type (Out). Refer to Animate.css for a list of available animations.
animateOut: "zoomOutRight",
// The delay between the changing of each object in milliseconds.
speed: 4000,
complete: function () {
// Called after the entrance animation is executed.
}
});

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long