adding grand national dashboard
This commit is contained in:
7013
grandnational-dashboard/static/js/bootstrap.bundle.js
vendored
Normal file
7013
grandnational-dashboard/static/js/bootstrap.bundle.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
19
grandnational-dashboard/static/js/gn.js
Normal file
19
grandnational-dashboard/static/js/gn.js
Normal 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.
|
||||
}
|
||||
});
|
||||
10598
grandnational-dashboard/static/js/jquery-3.4.1.js
vendored
Normal file
10598
grandnational-dashboard/static/js/jquery-3.4.1.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
grandnational-dashboard/static/js/jquery-3.4.1.min.map
Normal file
1
grandnational-dashboard/static/js/jquery-3.4.1.min.map
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user