- ID da verificação
- 758bfe5d-3ea9-4ac6-a667-85c9f90db13dConcluído
- URL enviado:
- https://devpublic.in/
- Relatório concluído:
Links · 0 encontrado(s)
Os links de saída identificados na página
Variáveis JavaScript · 12 encontrada(s)
Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer lugar no código dentro do escopo atual
Nome | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
scrollFunction | function |
topFunction | function |
switchTheme | function |
Waypoint | function |
jQuery111009235974542976255 | object |
Mensagens de registro do console · 1 encontrada(s)
Mensagens registradas no console web
Tipo | Categoria | Log |
---|---|---|
error | network |
|
HTML
O corpo HTML bruto da página
<!DOCTYPE html><html lang="en"><head>
<!-- Required meta tags -->
<base href="https://devpublic.in/">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" type="image/png" href="icon.png">
<title>Home :: Dev Public School</title>
<!-- google fonts -->
<link href="//fonts.googleapis.com/css2?family=Jost:wght@300;400;600;700&display=swap" rel="stylesheet">
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/style-liberty.css">
<link rel="stylesheet" href="/assests/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/jquery.loadingModal.css">
<script src="assets/js/jquery-3.3.1.min.js"></script> <!-- Common jquery plugin -->
<script src="assets/js/jquery-1.11.0.min.js"></script> <!-- Common jquery plugin -->
</head>
<body style="">
<!--header-->
<header id="site-header" class="fixed-top">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark stroke">
<h1>
<img src="assets/images/logo.png" alt="Dev Public School" title="Dev Public School" style="height:35px;"><a class="navbar-brand" href="https://devpublic.in/">Dev Public School</a>
</h1>
<button class="navbar-toggler collapsed bg-gradient" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon fa icon-expand fa-bars"></span>
<span class="navbar-toggler-icon fa icon-close fa-times"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ml-lg-auto">
<li class="nav-item active">
<a class="nav-link" href="https://devpublic.in/">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item dropdown ">
<a class="nav-link dropdown-toggle" href="#" id="dropdownAbout" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
About <span class="fa fa-angle-down"></span>
</a>
<div class="dropdown-menu" aria-labelledby="dropdownAbout">
<a class="dropdown-item" href="https://devpublic.in/about/">About Us</a>
<a class="dropdown-item" href="https://devpublic.in/vision/">Vision & Mission</a>
</div>
</li>
<li class="nav-item ">
<a class="nav-link" href="contact.html">Circular</a>
</li>
<li class="nav-item dropdown ">
<a class="nav-link dropdown-toggle" href="#" id="CampusDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Campus <span class="fa fa-angle-down"></span>
</a>
<div class="dropdown-menu" aria-labelledby="CampusDropdown">
<a class="dropdown-item" href="#">School Campus</a>
<a class="dropdown-item" href="#">Library</a>
<a class="dropdown-item" href="#">Laboratories</a>
<a class="dropdown-item" href="#">Games & Sports</a>
</div>
</li>
<li class="nav-item dropdown ">
<a class="nav-link dropdown-toggle" href="#" id="academicsDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Academics <span class="fa fa-angle-down"></span>
</a>
<div class="dropdown-menu" aria-labelledby="academicsDropdown">
<a class="dropdown-item" href="#">Academic Planner</a>
<a class="dropdown-item" href="#"> Curriculum</a>
<a class="dropdown-item" href="#"> Book List</a>
</div>
</li>
<li class="nav-item dropdown ">
<a class="nav-link dropdown-toggle" href="#" id="eventsDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Events <span class="fa fa-angle-down"></span>
</a>
<div class="dropdown-menu" aria-labelledby="eventsDropdown">
<a class="dropdown-item" href="#">Upcoming...</a>
<a class="dropdown-item" href="https://devpublic.in/gallery/">Gallery</a>
</div>
</li>
<li class="nav-item ">
<a class="nav-link" href="https://devpublic.in/contact/">Contact Us</a>
</li>
<li class="nav-item mr-lg-1 ">
<a class="nav-link" href="https://devpublic.in/login/">Login</a>
</li>
</ul>
</div>
<!-- toggle switch for light and dark theme -->
<div class="mobile-position">
<nav class="navigation">
<div class="theme-switch-wrapper">
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox">
<div class="mode-container py-1">
<i class="gg-sun"></i>
<i class="gg-moon"></i>
</div>
</label>
</div>
</nav>
</div>
<!-- //toggle switch for light and dark theme -->
</nav>
</div>
</header>
<!--/header-->
<!--/Banner-Start-->
<section class="bannerw3l-hnyv">
<div class="banner-layer">
<video autoplay="" muted="" loop="" id="myVideo">
<source src="assets/images/dev.mp4" type="video/mp4">
Your browser does not support HTML5 video.
</video>
<div class="main-content-top">
<div class="container">
<div class="main-content">
<!-- if logo is image enable this
<a class="logo" href="index.html">
<img src="image-path" alt="Your logo" title="Your logo" style="height:35px;" />
</a> -->
<h4>Focus on Moral and Ethical Values</h4>
<h3>Discover best classes for the best <span class="inn-text">learning</span> </h3>
<a href="about.html" class="btn btn-style transparant-btn mt-md-5 mt-4">Read More</a>
</div>
</div>
</div>
</div>
<div class="w3apply-admission">
<div class="apply-admission-wrap">
<div class="apply-admission-inner">
<h4 class="title text-center">
<span>Apply for admission</span>
</h4>
<div class="caption text-center mb-2">
Make it more simple!
</div>
<div class="apply-form">
<form action="#" class="" method="post">
<input type="text" name="text" placeholder="Your Name" required="">
<input type="email" name="email" placeholder="Your Email" required="">
<button class="btn btn-style btn-primary">Apply Now</button>
</form>
</div>
</div>
</div>
</div>
</section>
<!--//Banner-End-->
<!-- /bottom-grids-->
<section class="w3l-bottom-grids-6 py-5" id="grids">
<div class="container py-md-5 py-2">
<div class="grids-area-hny row text-left pt-lg-5 mt-lg-5">
<div class="col-lg-4 col-md-6 grids-feature pr-lg-5">
<div class="area-box">
<span class="fas fa-users"></span>
<h4><a href="#feature" class="title-head">The Best and Most Involved Teachers</a></h4>
<p style="text-align:justify">The faculty at Dev Public School is highly qualified and experienced in both traditional Vedic education and modern education. They are trained to provide a balanced education that helps students excel in all aspects of life</p>
</div>
</div>
<div class="col-lg-4 col-md-6 grids-feature mt-md-0 mt-5">
<div class="area-box">
<span class="fas fa-laptop-code"></span>
<h4><a href="#feature" class="title-head">Focus on Moral and Ethical Values of Life</a>
</h4>
<p style="text-align:justify">In addition to academic excellence, Dev Public School also emphasizes the development of moral and ethical values in students. Students are taught to be honest, respectful, compassionate, and responsible citizens.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 grids-feature mt-lg-0 mt-5 pl-lg-5">
<div class="area-box">
<span class="fas fa-book-open"></span>
<h4><a href="#feature" class="title-head">Extracurricular Activities in Secure Environment</a></h4>
<p style="text-align:justify">Dev Public School encourages students to participate in extracurricular activities such as sports, music, dance, and art. These activities help students to develop their talents and skills, and also help in their overall personality development.</p>
</div>
</div>
</div>
</div>
</section>
<!-- //bottom-grids-->
<!--/about-section -->
<section class="w3l-homeblock1" id="about">
<div class="midd-w3 py-5">
<div class="container py-lg-5 py-md-3">
<div class="row cwp23-grids align-items-center">
<div class="col-lg-6">
<h5 class="title-subw3hny">About Us</h5>
<h3 class="title-w3l">Excellence in Education</h3>
<h6 class="mt-md-4 mt-md-5 mt-4" style="text-align:justify">Dev Public School is a unique educational institution that aims to foster the complete development of an individual in all aspects of life. The mission of Dev Public School is to prepare fully awakened and fully capable souls who can create a better world for themselves and others.</h6>
<a href="about.html" class="btn btn-style btn-primary mt-lg-5 mt-4">View Courses</a>
</div>
<div class="HomeAboutImages col-lg-6 mt-lg-0 mt-5 pl-lg-5">
<div class="cwp23-text-cols row">
<div class="column col-6">
<div class="column-w3-img position-relative">
<a href="#"><img src="assets/images/1.jpg" alt="" class="radius-image img-fluid"></a>
</div>
<div class="column-w3-img position-relative mt-4">
<a href="#"><img src="assets/images/b8.jpg" alt="" class="radius-image img-fluid"></a>
</div>
</div>
<div class="column col-6">
<div class="column-w3-img position-relative">
<a href="#"><img src="assets/images/b3.jpg" alt="" class="radius-image img-fluid"></a>
</div>
<div class="column-w3-img position-relative mt-4">
<a href="#"><img src="assets/images/2.jpg" alt="" class="radius-image img-fluid"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--//about-section -->
<!--/home-stats
<section class="w3l-stats-main" id="stats">
<div class="container">
<div class="row stats-con py-lg-0 py-5">
<div class="col-lg-6 stats-content-right mb-lg-0 mb-lg-5 mb-2">
<a href="#service" class="d-block zoom"><img src="assets/images/ab1.jpg" alt=""
class="img-fluid" /></a>
</div>
<div class="col-lg-6 stats-content-left pl-lg-5">
<div class="stats_info counter_grid1 text-left mt-lg-5 mt-4">
<div class="icon stat-icon">
<p class="counter">5233</p>
</div>
<div class="stat-icon-des">
<h4>
The Best and Most Involved Teachers</h4>
<p class="para-stat">Lorem ipsum viverra feugiat. Pellen tesque libero ut justo,
ultrices in ligula.</p>
</div>
</div>
<div class="stats_info counter_grid text-left mt-lg-5 mt-4">
<div class="icon stat-icon">
<p class="counter">1233</p>
</div>
<div class="stat-icon-des">
<h4>The Large selection of courses and Instruction</h4>
<p class="para-stat">Lorem ipsum viverra feugiat. Pellen tesque libero ut justo,
ultrices in ligula.</p>
</div>
</div>
<div class="stats_info counter_grid text-left mt-lg-5 mt-4">
<div class="icon stat-icon">
<p class="counter">3000</p>
</div>
<div class="stat-icon-des">
<h4>High-Quality Course Categories</h4>
<p class="para-stat">Lorem ipsum viverra feugiat. Pellen tesque libero ut justo,
ultrices in ligula.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--//home-stats-->
<!--/testimonials-->
<section class="w3l-testimonials" id="testimonials">
<!-- /grids -->
<div class="cusrtomer-layout py-5">
<div class="container py-lg-4 py-md-3 py-2 pb-lg-0">
<h5 class="title-subw3hny text-center mb-1">Reviews</h5>
<h3 class="title-w3l two text-center mb-sm-5 mb-4">Happy Parents & <span class="inn-text">Feedbacks</span></h3>
<!-- /grids -->
<div class="testimonial-width">
<div id="owl-demo1" class="owl-two owl-carousel owl-theme owl-loaded owl-drag">
<!--
<div class="item">
<div class="testimonial-content">
<div class="testimonial">
<i class="fas fa-quote-right"></i>
<blockquote>
<q>Lorem ipsum dolor sit amet elit. Velit beatae
laudantium
voluptate rem ullam dolore nisi voluptatibus esse quasi, doloribus
tempora.</q>
</blockquote>
<div class="testi-des">
<div class="peopl align-self">
<h3>Smith Johnson</h3>
<p class="indentity">Example City</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="testimonial-content">
<div class="testimonial">
<i class="fas fa-quote-right"></i>
<blockquote>
<q>Lorem ipsum dolor sit amet elit. Velit beatae
laudantium
voluptate rem ullam dolore nisi voluptatibus esse quasi, doloribus
tempora.</q>
</blockquote>
<div class="testi-des">
<div class="peopl align-self">
<h3>John wilson</h3>
<p class="indentity">Example City</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="testimonial-content">
<div class="testimonial">
<i class="fas fa-quote-right"></i>
<blockquote>
<q>Lorem ipsum dolor sit amet elit. Velit beatae
laudantium
voluptate rem ullam dolore nisi voluptatibus esse quasi, doloribus
tempora.</q>
</blockquote>
<div class="testi-des">
<div class="peopl align-self">
<h3>Julia sakura</h3>
<p class="indentity">Example City</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="testimonial-content">
<div class="testimonial">
<i class="fas fa-quote-right"></i>
<blockquote>
<q>Lorem ipsum dolor sit amet elit. Velit beatae
laudantium
voluptate rem ullam dolore nisi voluptatibus esse quasi, doloribus
tempora.</q>
</blockquote>
<div class="testi-des">
<div class="peopl align-self">
<h3>Roy Linderson</h3>
<p class="indentity">Example City</p>
</div>
</div>
</div>
</div>
</div>
-->
<div class="owl-stage-outer"><div class="owl-stage" style="width: 2485px; transform: translate3d(-710px, 0px, 0px); transition: all 0s ease 0s;"><div class="owl-item cloned" style="width: 335px; margin-right: 20px;"><div class="item">
<div class="testimonial-content">
<div class="testimonial">
<i class="fas fa-quote-right"></i>
<blockquote>
<q>We are really happy with the way the school is conducting itself. Teachers are not only qualified but also very sensitive to every child's needs. They are giving love & affection along with great teaching, which is why my child goes to school happily. Indeed very happy with the School.</q>
</blockquote>
<div class="testi-des">
<div class="peopl align-self">
<h3>Shivam Kumar's Father</h3>
<p class="indentity">Chhata, Ballia</p>
</div>
</div>
</div>
</div>
</div></div><div class="owl-item cloned" style="width: 335px; margin-right: 20px;"><div class="item">
<div class="testimonial-content">
<div class="testimonial">
<i class="fas fa-quote-right"></i>
<blockquote>
<q>This School has the best caring, patient and kind teachers. They are superb!! The wonderful thing about the school is the different fun activities and programs that they conduct. Their concepts and methodology help kids in building essential skills. My son Reyaan is always happy while going to school and has learnt a lot. A big thank-you to Dev Public.</q>
</blockquote>
<div class="testi-des">
<div class="peopl align-self">
<h3>Reyaan's Mother</h3>
<p class="indentity">Raghunathpur, Ballia</p>
</div>
</div>
</div>
</div>
</div></div><div class="owl-item active" style="width: 335px; margin-right: 20px;"><div class="item">
<div class="testimonial-content">
<div class="testimonial">
<i class="fas fa-quote-right"></i>
<blockquote>
<q>I am very happy with the school. Aryan is growing up to be independent and confident. He is always waiting to go to school, He has shown a lot of leadership skills amongst his cousins and friends of his age. He is happy at school and so are we knowing that.</q>
</blockquote>
<div class="testi-des">
<div class="peopl align-self">
<h3>Aryan Singh's Mother</h3>
<p class="indentity">Bansdih Road, Ballia</p>
</div>
</div>
</div>
</div>
</div></div><div class="owl-item active" style="width: 335px; margin-right: 20px;"><div class="item">
<div class="testimonial-content">
<div class="testimonial">
<i class="fas fa-quote-right"></i>
<blockquote>
<q>We are really happy with the way the school is conducting itself. Teachers are not only qualified but also very sensitive to every child's needs. They are giving love & affection along with great teaching, which is why my child goes to school happily. Indeed very happy with the School.</q>
</blockquote>
<div class="testi-des">
<div class="peopl align-self">
<h3>Shivam Kumar's Father</h3>
<p class="indentity">Chhata, Ballia</p>
</div>
</div>
</div>
</div>
</div></div><div class="owl-item" style="width: 335px; margin-right: 20px;"><div class="item">
<div class="testimonial-content">
<div class="testimonial">
<i class="fas fa-quote-right"></i>
<blockquote>
<q>This School has the best caring, patient and kind teachers. They are superb!! The wonderful thing about the school is the different fun activities and programs that they conduct. Their concepts and methodology help kids in building essential skills. My son Reyaan is always happy while going to school and has learnt a lot. A big thank-you to Dev Public.</q>
</blockquote>
<div class="testi-des">
<div class="peopl align-self">
<h3>Reyaan's Mother</h3>
<p class="indentity">Raghunathpur, Ballia</p>
</div>
</div>
</div>
</div>
</div></div><div class="owl-item cloned" style="width: 335px; margin-right: 20px;"><div class="item">
<div class="testimonial-content">
<div class="testimonial">
<i class="fas fa-quote-right"></i>
<blockquote>
<q>I am very happy with the school. Aryan is growing up to be independent and confident. He is always waiting to go to school, He has shown a lot of leadership skills amongst his cousins and friends of his age. He is happy at school and so are we knowing that.</q>
</blockquote>
<div class="testi-des">
<div class="peopl align-self">
<h3>Aryan Singh's Mother</h3>
<p class="indentity">Bansdih Road, Ballia</p>
</div>
</div>
</div>
</div>
</div></div><div class="owl-item cloned" style="width: 335px; margin-right: 20px;"><div class="item">
<div class="testimonial-content">
<div class="testimonial">
<i class="fas fa-quote-right"></i>
<blockquote>
<q>We are really happy with the way the school is conducting itself. Teachers are not only qualified but also very sensitive to every child's needs. They are giving love & affection along with great teaching, which is why my child goes to school happily. Indeed very happy with the School.</q>
</blockquote>
<div class="testi-des">
<div class="peopl align-self">
<h3>Shivam Kumar's Father</h3>
<p class="indentity">Chhata, Ballia</p>
</div>
</div>
</div>
</div>
</div></div></div></div><div class="owl-nav disabled"><button type="button" role="presentation" class="owl-prev"><span aria-label="Previous"> <span class="fa fa-angle-left"></span> </span></button><button type="button" role="presentation" class="owl-next"><span aria-label="Next"> <span class="fa fa-angle-right"></span> </span></button></div><div class="owl-dots"><button role="button" class="owl-dot active"><span></span></button><button role="button" class="owl-dot"><span></span></button></div></div>
</div>
</div>
<!-- /grids -->
</div>
<!-- //grids -->
</section>
<!-- //testimonials -->
<!--/w3l-blog-->
<section class="w3l-blog">
<div class="blog py-5" id="Newsblog">
<div class="container py-lg-5 py-md-4 py-2">
<h5 class="title-subw3hny text-center mb-1">Our Article</h5>
<h3 class="title-w3l text-center mb-sm-5 mb-4">Stay Updated with Our<br>
<span class="inn-text">News Feed.</span></h3>
<div class="row">
<div class="col-lg-4 col-md-6 item">
<div class="card">
<div class="card-header p-0 position-relative">
<a href="#blog-single" class="zoom d-block">
<img class="card-img-bottom d-block" src="assets/images/b7.jpg" alt="Card image cap">
</a>
</div>
<div class="card-body blog-details">
<a href="#blog-single" class="blog-desc">International Women's Day Celebration. </a>
<p style="text-align:justify">On the occasion of International Women's Day, the school hosted a RoundTable Discussion and various activities. The prime idea behind the discussion was the celebration of a woman, the celebration of her social, economic, cultural and political achievements, and discussing how they are a necessity in today's world. The students discussed how we must endeavour to acknowledge a woman's struggles and obstacles on their way to a better life.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 item mt-md-0 mt-5">
<div class="card">
<div class="card-header p-0 position-relative">
<a href="#blog-single" class="zoom d-block">
<img class="card-img-bottom d-block" src="assets/images/b6.jpg" alt="Card image cap">
</a>
</div>
<div class="card-body blog-details">
<a href="#blog-single" class="blog-desc">Saraswati Puja Celebration</a>
<p style="text-align:justify">On the auspicious day of Saraswati Puja, the students and faculty of School, came together to seek the blessings of the goddess of knowledge, music, art and culture. Saraswati Puja is just another attempt by the students and staff to preserve the Indian culture and to impart a sense of respect towards long-established traditions.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 item mt-lg-0 mt-5">
<div class="card">
<div class="card-header p-0 position-relative">
<a href="#blog-single" class="zoom d-block">
<img class="card-img-bottom d-block" src="assets/images/b9.jpg" alt="Card image cap">
</a>
</div>
<div class="card-body blog-details">
<a href="#blog-single" class="blog-desc">SUPPORT A CHILD – ENRICH A LIFE</a>
<p style="text-align:justify">Getting an education is crucial as it's an investment in human capital and also a means to achieve our goals. Unfortunately, gaining access to a proper education is challenging to underprivileged children as a result of poverty. Dr. Arun Prasad Singh has adopted and sponsor the cost of education of a child. The aim is to support this child financially till he completes college or vocational education and is able to support himself.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--//w3l-blog-->
<!--/footer-->
<footer class="w3l-footer-22 position-relative">
<div class="footer-sub py-5">
<div class="container py-md-5">
<div class="row sub-columns">
<div class="col-lg-4 col-md-6 sub-one-left ab-right-cont pr-lg-5 mb-md-0 mb-4">
<h6>About </h6>
<p style="text-align:justify">We believe that an individual can only reach their true potential when they are equipped with a balanced and holistic education that nurtures all aspects of their being.</p>
<div class="columns-2">
<ul class="social">
<li><a href="#facebook"><span class="fab fa-facebook-f" aria-hidden="true"></span></a>
</li>
<li><a href="#linkedin"><span class="fab fa-linkedin-in" aria-hidden="true"></span></a>
</li>
<li><a href="#twitter"><span class="fab fa-twitter" aria-hidden="true"></span></a>
</li>
<li><a href="#google"><span class="fab fa-google-plus-g" aria-hidden="true"></span></a>
</li>
<li><a href="#pinterest"><span class="fab fa-pinterest-p" aria-hidden="true"></span></a>
</li>
</ul>
</div>
</div>
<div class="col-lg-2 col-md-6 sub-two-right pl-lg-5">
<h6>Useful Links</h6>
<ul>
<li><a href="index.html"><span class="fas fa-chevron-right mr-2"></span>Home</a>
</li>
<li><a href="about.html"><span class="fas fa-chevron-right mr-2"></span>About</a>
</li>
<li><a href="courses.html"><span class="fas fa-chevron-right mr-2"></span>Courses</a></li>
<li><a href="contact.html"><span class="fas fa-chevron-right mr-2"></span>Contact</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 sub-two-right pl-lg-5 mt-md-0 mt-4">
<h6>Help & Support</h6>
<ul>
<li><a href="#live"><span class="fas fa-chevron-right mr-2"></span>Live
Chart</a></li>
<li><a href="#faq"><span class="fas fa-chevron-right mr-2"></span>Faq</a>
</li>
<li><a href="#support"><span class="fas fa-chevron-right mr-2"></span>Support</a>
</li>
<li><a href="#terms"><span class="fas fa-chevron-right mr-2"></span>Terms
of Services</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 sub-two-right mt-md-0 mt-4">
<h6>Research</h6>
<ul>
<li><a href="#"><span class="fas fa-chevron-right mr-2"></span> Academic Divisions</a>
</li>
<li><a href="#"><span class="fas fa-chevron-right mr-2"></span> Student Research</a>
</li>
<li><a href="#"><span class="fas fa-chevron-right mr-2"></span> Centers & Institutes</a>
</li>
<li><a href="#"><span class="fas fa-chevron-right mr-2"></span> Research Facilities</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- copyright -->
<div class="copyright-footer text-center">
<div class="container">
<div class="columns">
<p>© 2021 Dev Public School. All rights reserved.</p>
</div>
</div>
</div>
<!-- //copyright -->
</footer>
<!-- //footer -->
<!-- Js scripts -->
<!-- move top -->
<button onclick="topFunction()" id="movetop" title="Go to top">
<span class="fas fa-level-up-alt" aria-hidden="true"></span>
</button>
<script>
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("movetop").style.display = "block";
} else {
document.getElementById("movetop").style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!-- //move top -->
<!-- Template JavaScript -->
<script src="assets/js/theme-change.js"></script>
<!-- stats number counter-->
<script src="assets/js/jquery.waypoints.min.js"></script>
<script src="assets/js/jquery.countup.js"></script>
<script>
$('.counter').countUp();
</script>
<!-- //stats number counter -->
<!-- script for tesimonials carousel slider -->
<script src="assets/js/owl.carousel.js"></script>
<script>
$(document).ready(function () {
$("#owl-demo1").owlCarousel({
loop: true,
margin: 20,
nav: false,
responsiveClass: true,
responsive: {
0: {
items: 1,
nav: false
},
768: {
items: 2,
nav: false
},
1000: {
items: 3,
nav: false,
loop: false
}
}
})
})
</script>
<!-- //script for tesimonials carousel slider -->
<!-- disable body scroll which navbar is in active -->
<script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script>
<!-- disable body scroll which navbar is in active -->
<!--/MENU-JS-->
<script>
$(window).on("scroll", function () {
var scroll = $(window).scrollTop();
if (scroll >= 80) {
$("#site-header").addClass("nav-fixed");
} else {
$("#site-header").removeClass("nav-fixed");
}
});
//Main navigation Active Class Add Remove
$(".navbar-toggler").on("click", function () {
$("header").toggleClass("active");
});
$(document).on("ready", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
$(window).on("resize", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
});
});
</script>
<!--//MENU-JS-->
<script src="assets/js/jquery.loadingModal.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script>
function showModal() {
$('body').loadingModal({text: 'Please Wait...'});
}
</script>
</body></html>