<?php
require_once("./include/membersite_config.php");
?>
<!DOCTYPE html>
<html lang="en">
   <?php
   $mytitle="CIS Student Poster Competition" ;
   require_once("header.php");
   ?>

   <body>
      <?php
      require_once("navbar.php");
      ?>

      <?php
      require_once("carousel.php");
      ?>

      <!-- Marketing messaging and featurettes
      ================================================== -->
      <!-- Wrap the rest of the page in another container to center all the content. -->


      <div class="container marketing">
      <!-- START THE FEATURETTES -->
         <div class="col-md-7">
            <h2><a href=previous.php>Previous Student Competitions</a></h2><h3>IEEE Computational Intelligence Society Student Activities sub-committee has a history of running novel, successful competitions. Check out our past winners and their submissions.</h3>
         </div>
      </div><!-- /.container -->
      <hr class="featurette-divider"></hr>
      <!-- /END THE FEATURETTES -->

      <div class="container marketing">
         <?php
         require_once("footer.php");
         ?>
      </div><!-- /.container -->

      <!-- Bootstrap core JavaScript
      ================================================== -->
      <!-- Placed at the end of the document so the pages load faster -->
 
      <?php
      require_once("bootstrap.php");
      ?>

   </body>
</html>
