<?php
require('cal/conn.php');
require('layout/Class_layout.php');
?>
<!DOCTYPE html>
<html lang="en">
  <?php
    $lay->head('Indian Journal for Sports Studies',
                'Indian Journal of Sports Studies is a multidisciplinary 
                journal cover area sports science, sports engineering, 
                physical education, sports medicine, yoga and the entire 
                subject related Sports.',
                'https://ijssindia.in');
  ?>
<body>
  <?php 
    $lay->header();
    include 'layout/index/intro.php' ;
  ?>
  
  <main id="main">
  <?php
    include 'layout/index/info.php';
    //include 'layout/index/about.php';
    //include 'layout/index/services.php';
    include 'layout/index/whyus.php';
    //include 'layout/index/portfolio.php';
    //include 'layout/index/testimonial.php';
    //include 'layout/index/team.php';
    include 'layout/index/clients.php';
    // include 'layout/contact/contact.php';
    
  ?>
    
    <!-- #contact -->

  </main>
 <?php
  $lay->footer();
  $lay->preloader();
  $lay->includescript();
  $lay->modal_search();
  ?>


</body>
</html>
