Server IP : 142.132.252.48 / Your IP : 216.73.216.255 Web Server : LiteSpeed System : Linux panel555.harmondns.net 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : nmgsjour ( 1446) PHP Version : 7.4.33 Disable Function : mail, show_source, system, shell_exec, passthru, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/nmgsjour/public_html/ |
Upload File : |
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Countdown landing page Bootstrap template</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="robots" content="all,follow"> <!-- Google fonts--> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,700"> <!-- theme stylesheet--> <link rel="stylesheet" href="css/style.default.css" id="theme-stylesheet"> <!-- Custom stylesheet - for your changes--> <link rel="stylesheet" href="css/custom.css"> <!-- Favicon--> <link rel="shortcut icon" href="img/favicon.png"> </head> <body> <section class="page-holder position-relative d-flex justify-content-between flex-column" style="background: url(img/beach.jpg)"> <div class="overlay"></div> <div class="container position-relative z-index-20 pt-3"> <ul class="list-inline text-center"> <li class="list-inline-item"><a class="social-link social-link-facebook" href="#"><i class="fab fa-facebook-f"></i></a></li> <li class="list-inline-item"><a class="social-link social-link-twitter" href="#"><i class="fab fa-twitter"></i></a></li> <li class="list-inline-item"><a class="social-link social-link-instagram" href="#"><i class="fab fa-instagram"></i></a></li> </ul> </div> <div class="container text-center text-white position-relative mt-4 mb-5"> <h1 class="text-shadow mb-5 text-uppercase">SITE UNDER MAINTENANCE</h1> <p class="h3 text-shadow text-uppercase">WE ARE UPGRADING AND REDESIGNING OUR JOURNAL SITE, PLEASE BEAR WITH US.</p> <div class="countdown mt-5" id="countdown"> <div class="row"> <div class="countdown-item col-md-3 col-sm-6"> <div class="countdown-number fw-light text-shadow" data-days>15</div> <p class="h4 fw-light text-shadow">days</p> </div> <div class="countdown-item col-md-3 col-sm-6"> <div class="countdown-number fw-light text-shadow" data-hours>0</div> <p class="h4 fw-light text-shadow">hours</p> </div> <div class="countdown-item col-md-3 col-sm-6"> <div class="countdown-number fw-light text-shadow" data-minutes>0</div> <p class="h4 fw-light text-shadow">minutes</p> </div> <div class="countdown-item col-md-3 col-sm-6"> <div class="countdown-number fw-light text-shadow" data-seconds>0</div> <p class="h4 fw-light text-shadow">seconds</p> </div> </div> </div> </div> <div class="container text-white text-center z-index-20"> <p class="h3 mb-4 text-shadow fw-normal">Join our mailing list and we will let you know all the news!</p> <div class="row"> <div class="col-lg-5 mx-auto"> <form class="d-flex d-inline-block w-100 flex-column flex-lg-row justify-content-center"> <div class="input-group"> <input class="form-control" id="inlineFormInputName2" type="email" placeholder="JaneDoe@example.com"> <button class="btn btn-primary" type="submit">Subscribe</button> </div> </form> </div> </div> </div> <footer class="py-4 w-100 text-sm text-white z-index-20 position-relative"> <div class="container"> <div class="row"> <div class="col-sm-6 text-center text-sm-start"> <p>©2023 nmgs-journal.org</p> </div> <div class="col-sm-6 text-center text-sm-end"> </div> </div> </div> </footer> </section> <!-- JavaScript files--> <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script> <script src="vendor/timezz/timezz.js"></script> <script src="js/theme.js"></script> <script> // You can set the final date from the following variable. let deadline = 'Sep 22, 2023 00:00:00' // and now we init the countdown document.addEventListener('DOMContentLoaded', function () { countDown(deadline, '#countdown') }); </script> <!-- FontAwesome CSS - loading as last, so it doesn't block rendering--> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous"> <p>3</p> </body> </html>