Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/iws8/html/maitri/
Upload File :
Current File : /var/www/html/mmishra/iws8/html/maitri/index.php

<?php

header("location: http://profile.iiita.ac.in/maitriclub/");

?>
<!DOCTYPE html>
<html lang="en">
<head>
	<title>MaitriClub</title>
	<meta charset="utf-8">
	<link rel="stylesheet" href="css/reset.css">
	<link rel="stylesheet" href="css/nivo-slider.css">
	<link rel="stylesheet" href="css/prettyPhoto.css">
	<link rel="stylesheet" href="css/style.css">
	<link rel="stylesheet" href="css/jScrollPane.css" media="all">
	<script src="js/jquery.min.js"></script>
	<script src="js/jquery-1.4.4.min.js"></script>
	<script src="js/jquery.mousewheel.js"></script>
	<script src="js/jScrollPane.js"></script>
	<script src="js/jquery.nivo.slider.pack.js"></script>

	<script>
		$(window).load(function () {
    			$('#slider').nivoSlider();
		});
		<!--slider - this initialises the demo scollpanes on the page-->
		$(function () {
    			$('#pane1, #pane2, #pane3').jScrollPane();
		});
	</script>
	
	<script src="js/cufon-yui.js"></script>
	<script src="js/jquery.nivo.slider.pack.js"></script>
	<script src="js/jquery.tinycarousel.min.js"></script>
	<script src="js/jquery.prettyPhoto.js"></script>
</head>
<body>
<div id="maincontainer">
  	<div id="slideshow"> 
		<img src="images/bgSlider/img01.jpg" alt="" class="active"> <img src="images/bgSlider/img02.jpg" alt=""> <img src="images/bgSlider/img03.jpg" alt=""> 
  	</div>
</div>
<div id="main">
  	<!-- header start -->
  	<header> 
		<a href="index.php" id="logo"><h1><span class="color_orange">Maitri</span> <span class="color_white">Club</span></h1></a>
    		<h2 class="slogan color_white">IIIT Allahabad&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</h2>
  	</header>
  	<!-- header end-->
  	<!-- content start-->
  	<dl id="content">
    	<!-- home tab start-->
    	<dt class="dt1"><a href="#"></a></dt>
    	<dd id="page1">
      	<div class="inner">
        	<div id="slider"> 
			<img src="images/slider/main1.jpg" alt="" title="<h1>Dandia Night</h1><p>Music, dance and food.</p>"> 
			<img src="images/slider/main2.jpg" alt="" title="<h1>Merry Christmas</h1><p>Chocolate, gift and fun.</p>"> 
			<img src="images/slider/main3.jpg" alt="" title="<h1>Teej Celebration</h1><p>Grand green gathering.</p>"> 
			<img src="images/slider/main4.jpg" alt="" title="<h1>Happy Deewali</h1><p>Lighting, crackers and sweets.</p>"> 
		</div>
      	</div>
    	</dd>
    	<!-- home tab end-->
    	<!-- guidelines tab end-->
    	<dt class="dt2"><a href="#"></a></dt>
    	<dd id="page2">
      	<div class="inner">
        	<article>
          	<?php include 'guidelines.inc'; ?>
        	</article>
      	</div>
    	</dd>
    	<!-- guidelines tab end-->
    	<!-- members tab start-->
    	<dt class="dt3"><a href="#"></a></dt>
    	<dd id="page3">
      	<div class="inner">
        	<article>
          	<?php include 'members.inc'; ?>
        	</article>
      	</div>
    	</dd>
    	<!-- members tab end-->
    	<!-- events & activities tab start-->
    	<dt class="dt4"><a href="#"></a></dt>
    	<dd id="page4">
      	<div class="inner">
        	<article>
          	<?php include 'events.inc'; ?>
        	</article>
      	</div>
    	</dd>
    	<!-- events & activities tab end-->
    	<!-- photo gallery tab start-->
    	<dt class="dt5"><a href="#"></a></dt>
    	<dd id="page5">
      	<div class="inner">
        	<article>
          	<?php include 'gallery.inc'; ?>
        	</article>
      	</div>
    	</dd>
    	<!-- photo gallery tab end-->
    	<!-- contact club tab start-->
    	<dt class="dt6"><a href="#"></a></dt>
    	<dd id="page6">
      	<div class="inner">
        	<article>
          	<?php include 'contact.inc'; ?>
        	</article>
      	</div>
    	</dd>
    	<!-- contact club tab end-->
    	<!-- Privacy tab end-->
    	<dd id="privacy">
      	<div class="inner">
        	<article>
          	<h1 class="color_orange">privacy policy</h1>
          	<div id="pane3" class="scroll-pane">
            		<h4>Membership</h4>
            		<p>Membership is offered to campus residents only</p>
            		<h4>Proprietary Rights</h4>
            		<p>Content of this website is for information only and proprietary to the club.</p>
            		<h4>Copyright Agent</h4>
            		<ul>
              			<li>&copy; Maitri Club, IIIT Allahabad, 2015-16.</li>
              			<li>Coordinators of the club are content providers of this website.</li>
              			<li>Contents are contributory items and can't be used for any legal purposes.</li>
              			<li>Members are encouraged to contribute contents for this website.</li>
            		</ul>
            		<h4>Disclaimer</h4>
            		<p>Best view in recent version of browsers and on a high resolution wide screen.</p>
          	</div>
        	</article>
      	</div>
    	</dd>
    	<!-- Privacy tab end-->
  	</dl>
  	<!-- content end-->
</div>
<!-- footer start -->
<footer>
  	<p class="privacy">
		<b>Annual Magazine</b>
		[ <a href='Maitri-Magazine-2016.pdf' style="color:orange;">PDF</a> ]
		[ <a href='Maitri-Magazine-2016.docx' style="color:orange;">DOC</a> ]
  		<br>
		Maitri Club &copy; 2015-16 &nbsp;&nbsp; 
		| * <a href="#">PRIVACY POLICY</a> * |
		Website By <a target="_blank" href="http://www.iiita.ac.in">Club Coordinator</a>
	</p>
</footer>
<!-- footer end -->
<script src="js/general.js"></script>
</body>
</html>