This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
gallery.php
177 lines (160 loc) · 5.81 KB
/
gallery.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<?php session_start(); ?>
<html>
<head>
<title>13th Annual Alumni Meet · Gallery</title>
<?php include 'topHead.php'; ?>
<link rel="stylesheet" href="css/bootstrap-image-gallery.min.css">
<link rel="stylesheet" href="http://blueimp.github.io/Gallery/css/blueimp-gallery.min.css">
<!-- <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"> -->
<link rel="stylesheet" href="css/fancybox.css" type="text/css" media="screen" />
<style type="text/css">
img
{
margin-left: 1px;
margin-bottom: 1px;
}
img.two
{
width: 200px;
height: 150px;
}
img.four
{
width: 410px;
height: 300px;
}
div.row
{
margin-bottom: 5px;
}
.col-lg-2{height: 150px; width: 210px;}
.col-lg-4{height:300px;width:420px;}
</style>
<link rel="stylesheet" href="css/animate.css">
<script src="js/wow.js" ></script>
<script>
new WOW().init();
</script>
</head>
<body>
<?php include "navbar.php"; ?>
<div class="container">
<div class="jumbotron">
<!-- <form class="form-inline">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-success btn-lg">
<i class="glyphicon glyphicon-leaf"></i>
<input id="borderless-checkbox" type="checkbox">Borderless
</label>
<label class="btn btn-primary btn-lg">
<i class="glyphicon glyphicon-fullscreen"></i>
<input id="fullscreen-checkbox" type="checkbox">Fullscreen
</label>
</div>
</form> -->
<br>
<div class="container-fluid">
<div class="wow fadeIn">
<div class="row">
<div class="col-lg-6">
<div class="col-lg-2">
<a id="single_2" href="images/1.JPG"><img class="two" src="images/1.JPG"></a><br>
<a id="single_2" href="images/50.JPG">
<img class="two" src="images/50.JPG"></a>
</div>
<div class="col-lg-2">
<a id="single_2" href="images/2.jpg"><img class="two" src="images/2.jpg"></a><br>
<a id="single_2" href="images/60.JPG"><img class="two" src="images/60.JPG"></a>
</div>
<div class="col-lg-2">
<a id="single_2" href="images/7.JPG"><img class="two" src="images/7.JPG"></a><br>
<a id="single_2" href="images/85.JPG"><img class="two" src="images/85.JPG"></a>
</div>
</div>
<div class="col-lg-6">
<div class="col-lg-4">
<a id="single_2" href="images/44.JPG">
<img class="four" src="images/44.JPG">
</a>
</div>
<div class="col-lg-2">
<a id="single_2" href="images/9.JPG">
<img class="two" src="images/9.JPG"></a>
<br>
<a id="single_2" href="images/35.JPG"><img class="two" src="images/35.JPG"></a>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<div class="col-lg-2">
<a id="single_2" href="images/63.JPG"><img class="two" src="images/63.JPG"></a>
<br>
<a id="single_2" href="images/57.JPG"><img class="two" src="images/57.JPG"></a>
</div>
<div class="col-lg-4">
<a id="single_2" href="images/18.JPG">
<img class="four" src="images/18.JPG">
</a>
</div>
</div>
<div class="col-lg-6">
<div class="col-lg-2">
<a id="single_2" href="images/66.JPG"><img class="two" src="images/66.JPG"></a><br>
<a id="single_2" href="images/43.JPG"><img class="two" src="images/43.JPG"></a>
</div>
<div class="col-lg-2">
<a id="single_2" href="images/22.JPG"><img class="two" src="images/22.JPG"></a><br>
<a id="single_2" href="images/31.JPG"><img class="two" src="images/31.JPG"></a>
</div>
<div class="col-lg-2">
<a id="single_2" href="images/15.JPG"><img class="two" src="images/15.JPG"></a><br>
<a id="single_2" href="images/46.JPG">
<img class="two" src="images/46.JPG">
</a>
</div>
</div>
</div>
</div>
</div>
<!-- The Bootstrap Image Gallery lightbox, should be a child element of the document body -->
<div id="blueimp-gallery" class="blueimp-gallery">
<!-- The container for the modal slides -->
<div class="slides"></div>
<!-- Controls for the borderless lightbox -->
<h3 class="title"></h3>
<a class="prev">‹</a>
<a class="next">›</a>
<a class="close">×</a>
<a class="play-pause"></a>
<ol class="indicator"></ol>
<!-- The modal dialog, which will be used to wrap the lightbox content -->
<div class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" aria-hidden="true">×</button>
<h4 class="modal-title"></h4>
</div>
<div class="modal-body next"></div>
<div class="modal-footer">
<button type="button" class="btn btn-default pull-left prev">
<i class="glyphicon glyphicon-chevron-left"></i> Previous
</button>
<button type="button" class="btn btn-primary next">
Next
<i class="glyphicon glyphicon-chevron-right"></i>
</button>
</div>
</div>
</div>
</div>
</div>
</body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!--<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script> -->
<script src="http://blueimp.github.io/Gallery/js/jquery.blueimp-gallery.min.js"></script>
<!-- <script src="js/bootstrap-image-gallery.min.js"></script> -->
<script src="js/bootstrap-image-gallery.js"></script>
<script src="js/demo.js"></script>
</html>