<?php
require_once("./include/membersite_config.php");
?>
<!DOCTYPE html>
<html lang="en">
   <?php
   $mytitle="Contact us" ;
   require_once("header.php");
   ?>

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

      <div class="container">
         <div class="blog-post">
            <h3>Contact Us</h3>
            <p>The CIS Student Competition is organized by the IEEE CIS Student Activities subcommittee. &nbsp;
            <p>For further information on the Computational Intelligence Society or the CIS Student Activities Subcommittee, 
			Website: <a href="http://cis.ieee.org/">http://cis.ieee.org</a><a href="http://cis.ieee.org/">/</a><br/>
			Contact <br/> <a href=mailto:K.Crockett@mmu.ac.uk>Keeley Crockett</a>, Chair - IEEE CIS Student Activities Subcommittee<br/>
			        <a href=mailto:DeSouzaG@missouri.edu>Professor Guilherme DeSouza </a>,Vice Chair - IEEE CIS Student Activities Subcommittee<br/>
		            <a href=mailto:vinit.k.gunjan@ieee.org>Vinit Kumar Gunjan </a>,Member - IEEE CIS Student Activities Subcommittee
		    			<br></br>
            <p>For any problems registering for the competition or logging in, please, contact <a href=mailto:vinit.k.gunjan@ieee.org>Vinit Kumar Gunjan </a></p>
         </div>
      </div>
      <hr class="featurette-divider"></hr>

      <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>
