forked from students-alumni-cell-iitkgp/sac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery1.php
107 lines (105 loc) · 3.11 KB
/
gallery1.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
<html>
<head>
<title>Gallery</title>
<style type="text/css">
.normal{
margin: 10px;
}
@media only screen and (max-width: 1350px) {
.normal{
width: 25vw;
}.video-container{
width: 25vw;
margin-left: 20px;
height: 400px;
}
.bigg {
width: 48vw !important;
padding-right: 0;
}
}
@media only screen and (max-width: 992px) {
.normal {
height: 200px;
width: 45vw;
}
}
@media only screen and (max-width: 600px) {
.normal {
height: 200px;
width: 350px;
margin:10px;
}
.bigg{
height: 200px;
width: 350px !important;
margin:10px;
padding-right: 10;
}
}
</style>
</head>
<body> <center>
<div class="row">
<div class="col l3 m6 s12">
<img class="materialboxed normal" src="img/gallery/two.jpg" height="200px" >
<img class="materialboxed normal" src="img/gallery/three.JPG" height="200px" style="margin-top: 20px;">
</div>
<div class="col l6 m6 s12">
<div class="video-container normal bigg" style="height:420px; padding-left: 20px; ">
<iframe class="frame" src="https://www.youtube.com/embed/TvkgR5gS2j4" frameborder="0" allowfullscreen ></iframe>
</div>
</div>
<div class="col l3 m6 s12">
<img class="materialboxed normal" src="img/gallery/five.JPG" height="200px"/>
</div>
<div class="col l3 m6 s12">
<img class="materialboxed normal" src="img/gallery/six.JPG" height="200px" />
</div>
<div class="col l6 m6 s12">
<img class="materialboxed normal bigg" src="img/gallery/seven.JPG" height="420px"/>
</div>
<div class="col l3 m6 s12">
<img class="materialboxed normal" src="img/gallery/eight.JPG" height="200px"/>
</div>
<div class="col l3 m6 s12">
<img class="materialboxed normal" src="img/gallery/nine.JPG" height="200px"/>
</div>
<div class="col l3 m6 s12">
<img class="materialboxed normal" src="img/gallery/ten.JPG" height="200px"/>
</div>
<div class="col l3 m6 s12">
<img class="materialboxed normal" src="img/gallery/eleven.JPG" height="200px"/>
</div>
<div class="col l3 m6 s12">
<img class="materialboxed normal" src="img/gallery/twelve.JPG" height="200px"/>
</div>
<div class="col l3 m6 s12">
<img class="materialboxed normal" src="img/gallery/thirteen.JPG" height="200px"/>
</div>
<div class="col l3 m6 s12">
<img class="materialboxed normal" src="img/gallery/forteen.jpg" height="200px"/>
</div>
<div class="col l3 m6 s12">
<img class="materialboxed normal" src="img/gallery/fifteen.JPG" height="200px"/>
</div>
<div class="col l6 m6 s12">
<img class="materialboxed normal bigg" src="img/gallery/sixteen.JPG" height="420px"/>
</div>
<div class="col l6 m6 s12">
<img class="materialboxed normal bigg" src="img/gallery/one.JPG" height="420px">
</div> </div>
</center>
<script type="text/javascript">
$(document).ready(function(){
$('.materialboxed').materialbox();
});
</script>
</body>
</html>
<?php /**
* Created by PhpStorm.
* User: naoh
* Date: 11/1/2016
* Time: 10:43 PM
*/