<?php
require_once("./include/membersite_config.php");
?>
<!DOCTYPE html>
<html lang="en">

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

   <body>
      <nav class="navbar navbar-default navbar-static-top" role="navigation">
         <!--<div class="container-fluid">-->
         <div class="container">
         <!-- Brand and toggle get grouped for better mobile display -->
            <div class="navbar-header">
               <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
                  <span class="sr-only">Toggle navigation</span>
                  <span class="icon-bar"></span>
                  <span class="icon-bar"></span>
                  <span class="icon-bar"></span>
               </button>
               <a class="navbar-brand" href="#">Home</a>
            </div>
            <!-- Collect the nav links, forms, and other content for toggling -->
            <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
               <ul class="nav navbar-nav">
                  <!--         <li ><a href="about.php">About</a></li> -->
                  <li ><a href="cisc2016.php">2016 Student Competition</a></li>
                  <li class="dropdown">
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Previous Competitions<span class="caret"></span></a>
                     <ul class="dropdown-menu" role="menu">
                        <li><a href="preved15.php">2015</a></li>
                        <li><a href="preved14.php">2014</a></li>
                     </ul>
                  </li>
                  <!--        <li class="dropdown">
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Categories <span class="caret"></span></a>
                     <ul class="dropdown-menu" role="menu">
                        <li><a href="catview.php">Overview</a></li>
		                <li class="divider"></li>
                        <li><a href="confsupp.php">Conference Support</a></li>
                        <li><a href="edutainment.php">Edutainment</a></li>
                        <li><a href="games.php">Games</a></li>
                    </ul>
                  </li>-->
                  <li><a href="contacts.php">Contact Us</a></li>
                  <?php
                     if(!$fgmembersite->CheckLogin()) {
                     echo "<li><a href=\"register.php\">Registration</a></li>";
                     }
                  ?>
                  <li><a href="rules.php">Rules</a></li>
               </ul>
               <!--      <form class="navbar-form navbar-left" role="search">
                  <div class="form-group">
                     <input type="text" class="form-control" placeholder="Search">
                  </div>
                  <button type="submit" class="btn btn-default">Submit</button>
               </form> -->
               <ul class="nav navbar-nav navbar-right">
                  <?php
                     if($fgmembersite->CheckLogin()) {
                  ?>
		          <li class="dropdown">
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown"><?php echo $fgmembersite->UserFullName(); ?><span class="caret"></span></a>
                     <ul class="dropdown-menu" role="menu">
                        <li><a href="uhome.php">Personal Home</a></li>
		                <li class="divider"></li>
                        <li><a href="logout.php">Log Out</a></li>
                     </ul>
                  </li>
                  <li><a href="logout.php">Log Out</a></li>
                  <?php
                     } else {
                  ?>
                  <li><a href="login.php">Log In</a></li>
                  <?php
                  }
                  ?>
               </ul>
            </div><!-- /.navbar-collapse -->
         </div><!-- /.container-fluid -->
      </nav>


    <!-- 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="row featurette">
        <div class="col-md-7">
          <h2 class="featurette-heading">Announcement: <span class="text-muted">IEEE CIS Student-based Mobile App Competition, 2015-Edition</span></h2>
          <p class="lead">
		  We are pleased to announce the 2015 Edition of the CIS Mobile App(lications) Competition.</br>
		  Registration deadline is October 1, 2015. Registration will be opened in May.
		  Further details can be found in <a href="preved15.php">2015-Edition</a>
		  </p>
	 <p class="lead" style="color:red;">NEWS: Group registration and material submission is now open!</p>
        </div>
        <div class="col-md-5">
		  <img src="pics/LogoCISMobileAPP.png" class="featurette-image img-responsive" height="500" width="500" style="padding-top:40px"/>
        </div>
   </div>-->
   <div class="row featurette">
       <div class="col-md-7">
         <h2 class="featurette-heading">Announcement: <span class="text-muted">The winner of the 2015-Edition of the IEEE CIS Student Competition is Abhishek Sen</span></h2>
         <p class="lead">
     We are pleased to announce the results of the 2015 Edition of the CIS Mobile App(lications) Competition.</br>
     Further details can be found in <a href="preved15.php">2015-Edition</a>
     </p>
       </div>
       <div class="col-md-5">
     <img src="pics/edition15/1st.png" class="featurette-image img-responsive" height="500" width="500" style="padding-top:40px"/>
       </div>
  </div>
   <hr class="featurette-divider"></hr>
   <div class="row featurette">
        <div class="col-md-5">
		  <img src="pics/edition14/StealthPOSH1.png" class="featurette-image img-responsive" height="500" width="500" style="padding-top:40px"/>
        </div>
        <div class="col-md-7">
          <h2 class="featurette-heading">Announcement: <span class="text-muted">The winner of the first, 2014-Edtion of the IEEE CIS Student Competition  is Swen Gaudl</span></h2>
          <p class="lead">
		  A brief interview to the winner of the first CIS Mobile App Competition for Games can be fount at <a href="preved14.php">2014-Edition</a>

		  </p>
        </div>
   </div>
<!--	  <hr class="featurette-divider"></hr>
  <div class="row featurette">
        <div class="col-md-7">
          <h2 class="featurette-heading">Announcement: <span class="text-muted">CIS Mobile APP Competition on Games.</span></h2>
          <p class="lead">
		  <a href="register.php">Registration</a> to the CIS Mobile APP Competition on Games is now open.
		  Registration deadline is October, 31.</br>
		  Further details can be found in <a href="games.php">Categories:Games</a>

		  </p>
        </div>
        <div class="col-md-5">
		  <img src="pics/LogoCISMobileAPP.png" class="featurette-image img-responsive" height="500" width="500" style="padding-top:40px"/>
        </div>
   </div>-->
	  <!--hr class="featurette-divider"></hr!-->
<!-- /END THE FEATURETTES -->

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

    <!-- Bootstrap core JavaScript
    ================================================== -->
    <!-- Placed at the end of the document so the pages load faster -->

    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
    <!-- Include all compiled plugins (below), or include individual files as needed -->
    <script src="js/bootstrap.min.js"></script>
  </body>
</html>
