| Current Path : /var/www/html/mmishra/iws8/html/maitri/gallery/ |
| Current File : /var/www/html/mmishra/iws8/html/maitri/gallery/maximize.php |
<!DOCTYPE html>
<html lang="en">
<head>
<title>MaitriClub - Photo Gallery</title>
<link rel="stylesheet" href="style.css">
<style type="text/css">
body {
background:#ffffff;
margin:0;
padding:0;
font:12px arial, Helvetica, sans-serif;
color:#222;
}
</style>
<link type="text/css" rel="stylesheet" href="foliogallery/foliogallery.css" />
<link type="text/css" rel="stylesheet" href="colorbox/colorbox.css" />
<script type="text/javascript" src="foliogallery/jquery.1.11.js"></script>
<script type="text/javascript" src="colorbox/jquery.colorbox-min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
// initiate colorbox
$('.albumpix').colorbox({rel:'albumpix', maxWidth:'96%', maxHeight:'96%', slideshow:true, slideshowSpeed:3500, slideshowAuto:false});
$('.vid').colorbox({rel:'albumpix', iframe:true, width:'80%', height:'96%'});
});
</script>
</head>
<body>
<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 </h2>
</header>
<?php $_REQUEST['fullalbum']=1; include 'foliogallery.php'; ?>
<dir>
<b>Year-wise events thru the lense of camera.</b> <a href='../index.php'>Minimize</a>
</dir>
</div>
<br><br>
<center>
<!-- footer start -->
<p class="privacy">
Maitri Club © 2015-16
| * <a href="#">PRIVACY POLICY</a> * |
Website By <a target="_blank" href="http://www.iiita.ac.in">Club Coordinator</a>
</p>
<!-- footer end -->
</center>
</body>
</html>