<?php
/**
 * The template for displaying the footer
 *
 * Contains the opening of the #site-footer div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package WordPress
 * @subpackage Twenty_Twenty
 * @since Twenty Twenty 1.0
 */

?>
			<footer id="site-footer" role="contentinfo" class="header-footer-group">

				<div class="section-inner">
                
                <div class="container">

                    <div class="mainFoot">© 2014 - 2024 Association of Indian Schools</div>                
                    
                    <div class="disclaimer"><b>Disclaimer:</b> This is to declare that the videos uploaded on this site are the sole property of the participating member schools. <br>AIS is not responsible for any audio, visuals or content of any sort in these videos whatsoever.</div>
                    
					<div class="footer-credits">
					    
						<p class="footer-copyright">&copy;
							<?php
							echo date_i18n(
								/* translators: Copyright date format, see https://www.php.net/manual/datetime.format.php */
								_x( 'Y', 'copyright date format', 'twentytwenty' )
							);
							?>
							<a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a>
						</p><!-- .footer-copyright -->

						<p class="powered-by-wordpress">
						Association of Indian Schools
						</p><!-- .powered-by-wordpress -->

					</div><!-- .footer-credits -->

					<div class="footArrow" style=""><a href="#mainSlider"><i class="fa fa-arrow-up" aria-hidden="true"></i></a></div>
					
			      <script src="https://ais.org.in/wp-content/themes/ais/js/master.js"></script>		


                    </div>				    

				</div><!-- .section-inner -->

			</footer><!-- #site-footer -->

		<?php wp_footer(); ?>

	</body>
</html>
