-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMainPageSlider.php
More file actions
51 lines (44 loc) 路 1.55 KB
/
Copy pathMainPageSlider.php
File metadata and controls
51 lines (44 loc) 路 1.55 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
<br>
<div class="container-fluid" style="width:150; hight:150 ;">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="Image_Slider/17.jpg" alt="Los Angeles" style="width:100%;">
<div class="carousel-caption">
<h3 ><b> Auto and Spare parts Center</b></h3>
<p></p>
</div>
</div>
<div class="item">
<img src="Image_Slider/18.jpg" alt="Chicago" style="width:100%;">
<div class="carousel-caption">
<h3></h3>
<p></p>
</div>
</div>
<div class="item">
<img src="Image_Slider/15b1.jpg" alt="New York" style="width:100%;">
<div class="carousel-caption">
<h3></h3>
<p></p>
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>