-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgallery.php
More file actions
142 lines (121 loc) · 6.45 KB
/
Copy pathgallery.php
File metadata and controls
142 lines (121 loc) · 6.45 KB
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
<html>
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="css/mdb.min.css">
<link rel="stylesheet" href="css/custome.css">
<style type="text/css">
.imggallery{
height:250px;
width:100%;
padding:0px;
}
</style>
</head>
<body >
<?php include('includes/hedder.php') ?>
<!-- banner -->
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" height="500px" src="images/banner6.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" height="500px" src="images/banner7.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" height="500px" src="images/8.jpg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="" style="padding:0px">
<h1 class="my-4 text-center text-lg-left">Auditorium Gallery</h1>
<!--<div class="col-lg-3 col-md-4 col-xs-6">
<a href="#" class="d-block mb-4 ">
<img class="img-fluid img-thumbnail" src="images/gallery1.jpg" alt="ninnada">
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<a href="http://ucsc.cmb.ac.lk/students/blog/2018/04/%e0%b6%bb%e0%b7%93%e0%b6%a9%e0%b7%8a-%e0%b7%84%e0%b7%90%e0%b6%b1%e0%b7%8a%e0%b6%af%e0%b7%91%e0%b7%80-2018-3/" class="d-block mb-4 ">
<img class="img-fluid img-thumbnail" src="images/gallery2.jpg " alt="reid handawa">
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<a href="#" class="d-block mb-4 ">
<img class="img-fluid img-thumbnail" src="images/gallery3.jpg " alt="">
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<a href="#" class="d-block mb-4 ">
<img class="img-fluid img-thumbnail" src="images/gallery4.jpg" alt="padura">
</a>
</div>-->
<div class="row" >
<div class="view overlay zoom col-md-4 col-xs-6 " style="width:100%">
<img class=" imggallery" src="images/3.jpg" alt="" >
<div class=" mask flex-center waves-effect waves-light" style="padding:0px">
<a href="https://www.facebook.com/PahasaraUCSC/" class="d-block mb-4 " style="color:white;font-size:30px">
visit the facebook page
</a>
</div>
</div>
<div class="view overlay zoom col-md-4 col-xs-6 " style="width:100%">
<img class=" imggallery" src="images/1.jpg" alt="" >
<div class=" mask flex-center waves-effect waves-light" style="padding:0px">
<a href="https://www.facebook.com/PahasaraUCSC/" class="d-block mb-4 " style="color:white;font-size:30px">
visit the facebook page
</a>
</div>
</div>
<div class="view overlay zoom col-md-4 col-xs-6 " style="width:100%">
<img class=" imggallery" src="images/2.jpg" alt="" >
<div class=" mask flex-center waves-effect waves-light" style="padding:0px">
<a href="https://www.facebook.com/PahasaraUCSC/" class="d-block mb-4 " style="color:white;font-size:30px">
visit the facebook page
</a>
</div>
</div>
<div class="row" style="margin-top:10px;margin-left:-7px">
<div class="view overlay zoom col-md-4 col-xs-6 " style="width:100%">
<img class=" imggallery" src="images/1.jpg" alt="" >
<div class=" mask flex-center waves-effect waves-light" style="padding:0px">
<a href="https://www.facebook.com/PahasaraUCSC/" class="d-block mb-4 " style="color:white;font-size:30px">
visit the facebook page
</a>
</div>
</div>
<div class="view overlay zoom col-md-4 col-xs-6 " style="width:100%">
<img class=" imggallery" src="images/4.jpg" alt="" >
<div class=" mask flex-center waves-effect waves-light" style="padding:0px">
<a href="https://www.facebook.com/PahasaraUCSC/" class="d-block mb-4 " style="color:white;font-size:30px">
visit the facebook page
</a>
</div>
</div>
<div class="view overlay zoom col-md-4 col-xs-6 " style="width:100%">
<img class=" imggallery" src="images/5.jpg" alt="" >
<div class=" mask flex-center waves-effect waves-light" style="padding:0px">
<a href="https://www.facebook.com/PahasaraUCSC/" class="d-block mb-4 " style="color:white;font-size:30px">
visit the facebook page
</a>
</div>
</div>
</div>
<?php include('includes/footer.php')?>
</body>
</html>