-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsorsSlider.php
executable file
·79 lines (62 loc) · 3.45 KB
/
sponsorsSlider.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
<!--
<div class="container-fluid">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel" style="width: 100%; height: 95%; text-align: center;">
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
<div class="carousel-inner" >
<div class="item active">
<img src="http://picbook.in/wp-content/uploads/2014/07/google_images_-_photos_videos.jpg" alt="Some Image 1">
<div class="carousel-caption">
Some Image 1
</div>
</div>
<div class="item">
<img src="http://www.infran.ru/labs/foto/Institute_Koltushy1.jpg" alt="Some image 2">
<div class="carousel-caption">
Some Image 2
</div>
</div>
<div class="item"> <img src="sponsor-images/1.png" height="150" width="150"/> <div class="carousel-caption"> </div> </div>
<div class="item"> <img src="sponsor-images/2.png" height="150" width="150"/> <div class="carousel-caption"> </div> </div>
<div class="item"> <img src="sponsor-images/3.png" height="150" width="150"/> <div class="carousel-caption"> </div> </div>
<div class="item"> <img src="sponsor-images/4.jpg" height="150" width="150"/> <div class="carousel-caption"> </div> </div>
<div class="item"> <img src="sponsor-images/5.png" height="150" width="150"/> <div class="carousel-caption"> </div> </div>
<div class="item"> <img src="sponsor-images/6.jpg" height="150" width="150"/> <div class="carousel-caption"> </div> </div>
<div class="item"> <img src="sponsor-images/7.png" height="150" width="150"/> <div class="carousel-caption"> </div> </div>
<div class="item"> <img src="sponsor-images/8.png" height="150" width="150"/> <div class="carousel-caption"> </div> </div>
<div class="item"> <img src="sponsor-images/9.jpg" height="150" width="150"/> <div class="carousel-caption"> </div> </div>
<div class="item"> <img src="sponsor-images/10.jpg" height="150" width="150"/> <div class="carousel-caption"> </div> </div>
<div class="item"> <img src="sponsor-images/11.png" height="150" width="150"/> <div class="carousel-caption"> </div> </div>
<div class="item"> <img src="sponsor-images/12.png" height="150" width="150"/> <div class="carousel-caption"> </div> </div>
<div class="item"> <img src="sponsor-images/13.png" height="150" width="150"/> <div class="carousel-caption"> </div> </div>
</div>
</div>
</div>
</body>
<script>
$(document).ready(function(){
$('.carousel').carousel({
interval: 100,
pause: "hover"
})
});
</script>
-->
<div class="slideshow" style="margin: auto;">
<img src="sponsor-images/1.png" height="150" width="150"/>
<img src="sponsor-images/2.png" height="150" width="150"/>
<img src="sponsor-images/3.png" height="150" width="150"/>
<img src="sponsor-images/4.jpg" height="150" width="150"/>
<img src="sponsor-images/5.png" height="150" width="150"/>
<img src="sponsor-images/6.jpg" height="150" width="150"/>
<img src="sponsor-images/7.png" height="150" width="150"/>
<img src="sponsor-images/8.png" height="150" width="150"/>
<img src="sponsor-images/9.jpg" height="150" width="150"/>
<img src="sponsor-images/10.jpg" height="150" width="150"/>
<img src="sponsor-images/11.png" height="150" width="150"/>
<img src="sponsor-images/12.png" height="150" width="150"/>
<img src="sponsor-images/13.png" height="150" width="150"/>
</div>