OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
quiz
/
test
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/19/2025 10:07:16 AM
rwxr-xr-x
📄
about_quiz.html
18.39 KB
02/15/2025 11:21:44 AM
rw-r--r--
📁
assets
-
02/15/2025 11:21:56 AM
rwxr-xr-x
📄
contact.html
11.05 KB
02/15/2025 11:21:44 AM
rw-r--r--
📁
forms
-
05/19/2025 10:07:16 AM
rwxr-xr-x
📄
index.html
19.87 KB
02/15/2025 11:21:44 AM
rw-r--r--
Editing: about_quiz.html
Close
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta content="width=device-width, initial-scale=1.0" name="viewport" /> <title>Quiz Hosadigantha</title> <meta name="description" content="" /> <meta name="keywords" content="" /> <!-- Favicons --> <link href="assets/img/favicon.png" rel="icon" /> <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon" /> <!-- Fonts --> <link href="https://fonts.googleapis.com" rel="preconnect" /> <link href="https://fonts.gstatic.com" rel="preconnect" crossorigin /> <link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet" /> <!-- Vendor CSS Files --> <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/aos/aos.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" /> <!-- Main CSS File --> <link href="assets/css/main.css" rel="stylesheet" /> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script> <!-- $(document).ready(function() { $('#signInForm').on('submit', function(e) { e.preventDefault(); // Get form data const formData = { email: $('input[type="email"]').val(), password: $('input[type="password"]').val(), }; $.ajax({ url: '../assets/php/loginCheck.php', type: 'POST', data: formData, success: function(response) { if (response.success) { alert(response.message); window.location.href = 'dashboard.php'; // Redirect to dashboard or any logged-in page } else { alert(response.message); } }, error: function() { alert('An error occurred while processing the login.'); }, }); }); }); function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> </head> <body class="about-page" onLoad="MM_preloadImages('assets/img/sub_over.jpg')"> <header id="header" class="header d-flex align-items-center sticky-top"> <div class="container-fluid container-xl position-relative d-flex align-items-center" > <a href="index.html" class="logo d-flex align-items-center me-auto" ><img src="assets/img/logo_new.png" alt="" width="173" height="97" /></a><br> <nav id="navmenu" class="navmenu"> <ul> <li> <a href="index.html" class="active">Home<br /></a> </li> <li><a href="about_quiz.html">About</a></li> <li><a href="contact.html">Contact</a></li> </ul> <i class="mobile-nav-toggle d-xl-none bi bi-list"></i> </nav> <a class="btn-getstarted" href="http://139.59.41.116/clients/hosadigantha/register.php" ><strong>Register</strong></a > <a class="btn-getstarted_new" data-bs-toggle="modal" data-bs-target="#signInModal" ><strong>Sign In</strong></a > </div> </header> <main class="main"> <!-- Page Title --> <div class="page-title" data-aos="fade"> <div class="heading"> <div class="container"> <div class="row d-flex justify-content-center text-center"> <div class="col-lg-8"> <h1>About Quiz<br /></h1> <p class="mb-0"> <strong><h3>The Vijayanagara Empire</h3></strong> It was an empire that had held the world in awe… </p> </div> </div> </div> </div> </div> <!-- End Page Title --> <!-- About Us Section --> <section id="about-us" class="section about-us"> <div class="container"> <div class="row gy-4"> <div class="col-lg-6 order-1 order-lg-2" data-aos="fade-up" data-aos-delay="100" > <a href="assets/img/quiz_popup.jpg" ><img src="assets/img/about.jpg" alt="" width="1024" height="768" border="0" style="border-radius: 15px" class="img-fluid" /></a><br> <br> <div><a href="https://www.youtube.com/@HosadiganthaDigital" target="_blank" style="border-radius: 15px" class="img-fluid" onMouseOver="MM_swapImage('Image5','','assets/img/sub_over.jpg',1)" onMouseOut="MM_swapImgRestore()"><img src="assets/img/sub_nor.jpg" name="Image5" border="0"></a> </div> <br> <iframe width="560" height="315" src="https://www.youtube.com/embed/I8gNAvSC698?si=I0X9YJ51VKO1jwhR" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> </div> <div class="col-lg-6 order-2 order-lg-1 content" data-aos="fade-up" data-aos-delay="200" > <h3>The Vijayanagar Empire!</h3> <p> It was an empire that had held the world in awe… How much do you know about it?<br> We will give you a comprehensive book to refer. Read it, feel proud of our past, put your understanding of it to in an online contest, and win cash prizes that run into lakhs of rupees!<br> <br> <strong>Contest:</strong><br> Online Quiz (over Mobile Phone, Laptop, or PC)<br> <strong>Stages:</strong><br> <strong>Two</strong><br> A first round of Multiple-Choice Questions, and a Final round of comprehension and descriptive analysis.<br> There will be an interval of 10 days between the two stages.<br> <strong>Languages:</strong><br> Kannada, English (Candidates can choose their pick)<br> <br> <strong>Contest Date:</strong><br> Will be published later, and the registered contestant will also get a personal notification.<br> Age-wise Categories:<br> G1 – Under 12<br> G2 – Under 18<br> G3 – Above 18<br> (Note: The G3 category is open to candidates of all ages)<br> <br> <strong> Prizes (In each category):</strong><br> One First Prize: Rs 1 Lakh<br> Two Second Prizes: Rs. 50,000/- each.<br> Two Third Prizes: Rs 25,000/- each.<br> 20 Consolation Prizes worth a total of Rs. 50,000/-<br> <br> <strong>Entry Fee:</strong><br> Rs. 99/-*<br> (* For those who subscribe to or have already subscribed to the HosaDigantha Digital YouTube channel. For the others, it will be Rs. 199/-)<br> <br> <strong>Last Date for Registration:</strong><br> 31 January 2025<br> </p> </div> </div> </div> </section> <!-- /About Us Section --> <!-- Counts Section --> <section id="counts" class="section counts light-background"> <div class="container" data-aos="fade-up" data-aos-delay="100"> <div class="row gy-4"> <div class="col-lg-3 col-md-6"> <div class="stats-item text-center w-100 h-100"> <span style="color: #8e8d8b" data-purecounter-start="0" data-purecounter-end="1232" data-purecounter-duration="1" class="purecounter" ></span> <p>Students</p> </div> </div> <!-- End Stats Item --> <div class="col-lg-3 col-md-6"> <div class="stats-item text-center w-100 h-100"> <span style="color: #8e8d8b" data-purecounter-start="0" data-purecounter-end="64" data-purecounter-duration="1" class="purecounter" ></span> <p>Courses</p> </div> </div> <!-- End Stats Item --> <div class="col-lg-3 col-md-6"> <div class="stats-item text-center w-100 h-100"> <span style="color: #8e8d8b" data-purecounter-start="0" data-purecounter-end="42" data-purecounter-duration="1" class="purecounter" ></span> <p>Events</p> </div> </div> <!-- End Stats Item --> <div class="col-lg-3 col-md-6"> <div class="stats-item text-center w-100 h-100"> <span style="color: #8e8d8b" data-purecounter-start="0" data-purecounter-end="24" data-purecounter-duration="1" class="purecounter" ></span> <p>Trainers</p> </div> </div> <!-- End Stats Item --> </div> </div> </section> <!-- /Counts Section --> <!-- About Section --> <section id="about" class="about section"> <div class="container"> <div class="row gy-4"> <div class="col-lg-6 order-1 order-lg-2" data-aos="fade-up" data-aos-delay="100" > <a href="assets/img/HD2.jpg" target="_blank" ><img src="assets/img/HD2_landing.jpg" alt="" border="0" style="border-radius: 15px" class="img-fluid" /></a> </div> <div class="col-lg-6 order-2 order-lg-1 content" data-aos="fade-up" data-aos-delay="200" > <h3>The Vijayanagara Empire</h3> <p>An empire that had spanned from today’s Maharashtra to Sri Lanka for three centuries, from the 14th to the 17th!</p> <ul> <li> <i class="bi bi-check-circle"></i> <span>A Hindu empire that had held the world in awe, owing to its glory and benevolence. </span> </li> <li> <i class="bi bi-check-circle"></i> <span>Truly the Golden Era of Indian history …<br> But, do we really know all about its greatness? Of course, we know a few standout names like Sri Krishna Devaraya, Hakka-Bukka, or Shree Vidyaranaya; of course we have heard exciting stories about how they used to sell gold, diamond, and precious stones in heaps on the roadside, or about how curious tourists from all around the world had visited the empire and recorded their bewildered admiration of it; of </span> </li> </ul> </div> </div> <div class="col-lg-12 order-1 order-lg-2" style="margin-top:-20px;"> course we also know the scholarly tales of the `Navaratnas’ of Sri Krishna Devaraya’s court… <br> But, that’s not all; there’s a lot more to the history of the empire that had held fort for the Hindus against the onslaught of the outsiders… It is to encourage its reading and to introduce to ourselves those exciting details of the empire, that HosaDigantha Digital is conducting an Online Quiz competition. A great opportunity to gain some rare insights, feel immensely proud, and – also – to win an irresistible amount of prize money! Please register yourself, get a free copy of a beautifully-produced book on the empire’s history, and take part in the contest. No age bar! Hosa Digantha, by the way, has been a preferred daily newspaper of the discerning in Karnataka, for more than 46 years now. It’s a rare newspaper that has stood committed to India, Indianness, and Indic values ever since its inception. Naturally, it’s among the most trusted newspapers in our land. HosaDigantha Digital is the newspaper’s extension in the form of audio-visual expression, in the digital space.</div> </div> </section> <!-- /About Section --> </main> <div class="modal fade" id="signInModal" tabindex="-1"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title lang-en">Sign In</h5> <h5 class="modal-title lang-kn" style="display: none">ಲಾಗಿನ್</h5> <button type="button" class="btn-close" data-bs-dismiss="modal" ></button> </div> <div class="modal-body"> <form id="signInForm"> <div class="mb-3"> <label class="form-label lang-en">Email</label> <label class="form-label lang-kn" style="display: none" >ಇಮೇಲ್</label > <input type="email" class="form-control" required /> </div> <div class="mb-3"> <label class="form-label lang-en">Password</label> <label class="form-label lang-kn" style="display: none" >ಪಾಸ್ವರ್ಡ್</label > <input type="password" class="form-control" required /> </div> <button type="submit" class="btn btn-secondary lang-en"> Login </button> <button type="submit" class="btn btn-secondary lang-kn" style="display: none" > ಲಾಗಿನ್ </button> </form> </div> </div> </div> </div> <footer id="footer" class="footer position-relative light-background"> <div class="container footer-top"> <div class="row gy-4"> <div class="col-lg-4 col-md-6 footer-about"> <a href="index.html"> <img src="assets/img/logo_new.png" width="173" height="97" /></a> </div> <div class="col-lg-2 col-md-3 footer-links"> <h4>Useful Links</h4> <br> <ul> <li><a href="#">Home</a></li> <li><a href="#">About us</a></li> </ul> </div> <div class="col-lg-3 col-md-3 footer-links"> <h4>Social Media</h4> <div class="footer-contact pt-3"> <strong>Phone:</strong> <span>+0987654321</span> <br> <strong>Email:</strong> <span ><a href="mailto:workathosadigantha@gmail.com" style="color: #feae2b" >workathosadigantha@gmail.com</a ></span > </div> </div> <div class="col-lg-3 col-md-3 footer-links"> <h4>Social Media</h4> <div class="social-links d-flex mt-4"> <a href=""><i class="bi bi-twitter-x"></i></a> <a href=""><i class="bi bi-facebook"></i></a> <a href="https://www.youtube.com/@hosadiganthadigital?si=sBoDj7ZO0pUZrDK1" target="_blank"><i class="bi bi-youtube"></i></a> <a href=""><i class="bi bi-linkedin"></i></a> </div> </div> </div> <div class="container text-center mt-4"> <p style="margin-top: 20px"> <span>© 2025 Hosa Digantha. All Rights Reserved.</span> </p> </div> </div> </footer> <!-- Scroll Top --> <a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center" ><i class="bi bi-arrow-up-short"></i ></a> <!-- Preloader --> <!-- Vendor JS Files --> <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> <script src="assets/vendor/php-email-form/validate.js"></script> <script src="assets/vendor/aos/aos.js"></script> <script src="assets/vendor/glightbox/js/glightbox.min.js"></script> <script src="assets/vendor/purecounter/purecounter_vanilla.js"></script> <script src="assets/vendor/swiper/swiper-bundle.min.js"></script> <!-- Main JS File --> <script src="assets/js/main.js"></script> </body> </html>