Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- </head>
- <body class="">
- <div id="wrapper">
- <!-- preloader -->
- <div id="preloader">
- <div id="spinner">
- <img src="images/preloaders/4.gif" alt="">
- </div>
- <div id="disable-preloader" class="btn btn-default btn-sm">Disable Preloader</div>
- </div>
- <!-- start main-content -->
- <div class="main-content">
- <!-- Section: home -->
- <section id="home" class="bg-lightest fullscreen">
- <div class="display-table text-center">
- <div class="display-table-cell">
- <div class="container pt-0 pb-0"><div class="row">
- <div class="col-md-10 col-md-offset-1">
- <h1 class="font-weight-300 font-64">We Are Coming Soon</h1>
- <div id="flipclock1" class="clock" style="margin:2em; width: auto; display: inline-block;"></div>
- <!-- FlipClock Script -->
- <script type="text/javascript">
- var clock;
- $(document).ready(function() {
- // Grab the current date
- var currentDate = new Date();
- // Set some date in the future. In this case, it's always Jan 1
- var futureDate = new Date(2016, 7, 2, 0, 0); //Date(year, month, day, hours, minutes, seconds, milliseconds);
- // Calculate the difference in seconds between the future and current date
- var diff = futureDate.getTime() / 100 - currentDate.getTime() / 100;
- // Instantiate a coutdown FlipClock
- clock = $('#flipclock1').FlipClock(diff, {
- clockFace: 'DailyCounter',
- countdown: true
- });
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement