-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.php
64 lines (53 loc) · 2.38 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
<?php
?>
<head>
<title>Bootstrap Case</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</head>
<body style="height:1500px">
<div class="page-header">
<h1 style="margin: 2%;font-family: 'Lobster', cursive; color: teal">Video Gallery..!!</h1>
</div>
<div class="col-md-6" style="margin-top: 10px">
<div class="alert alert-success" role="alert">
Open Source Day 2014
</div>
<iframe width="100%" height="30%" src="https://www.youtube.com/embed/KhBbQ9jLcBQ" frameborder="0" allowfullscreen display="block"></iframe>
</div>
<div class="col-md-6" style="margin-top: 10px">
<div class="alert alert-success" role="alert">
Techno-Tweet 2k15
</div>
<iframe width="100%" height="30%" src="https://www.youtube.com/embed/Fb3V6iyLS9c" frameborder="0" allowfullscreen display="block"></iframe>
</div>
<!--Second Row of gallery-->
<div class="col-md-6" style="margin-top: 10px">
<div class="alert alert-success" role="alert">
Techno-Tweet 2k14
</div>
<iframe width="100%" height="30%" src="https://www.youtube.com/embed/LGE_8Rd1Tdg" frameborder="0" allowfullscreen display="block"></iframe>
</div>
<div class="col-md-6" style="margin-top: 10px">
<div class="alert alert-success" role="alert">
Techno-Tweet 2k13
</div>
<iframe width="100%" height="30%" src="https://www.youtube.com/embed/nVywfkTrzLg" frameborder="0" allowfullscreen display="block"></iframe>
</div>
<!--Third Row of gallery-->
<div class="col-md-6" style="margin-top: 10px">
<div class="alert alert-success" role="alert">
Metamorphosis 2k12.mp4
</div>
<iframe width="100%" height="30%" src="https://www.youtube.com/embed/oH5I7MYMiRI" frameborder="0" allowfullscreen display="block"></iframe>
</div>
<div class="col-md-6" style="margin-top: 10px">
<div class="alert alert-success" role="alert">
Metamorphosis 2K13
</div>
<iframe width="100%" height="30%" src="https://www.youtube.com/embed/5p9by1LftDQ" frameborder="0" allowfullscreen display="block"></iframe>
</div>
</body>