-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupbreadcrumbs.php
80 lines (64 loc) · 2.79 KB
/
supbreadcrumbs.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
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="#"> <center><strong>Dashboard</strong></center></a>
</li>
<li class="breadcrumb-item active">Orders</li>
</ol>
<!-- carousel image slider -->
<div class="container--head">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<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>
<li data-target="#carousel-example-generic" data-slide-to="3"></li>
<li data-target="#carousel-example-generic" data-slide-to="4"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="theme/carousel/suply.jpg" alt="..." style="width:100%">
<div class="carousel-caption">
<h3>Quality Smartphone</h3> In affordable price.
</div>
</div>
<div class="item">
<img src="theme/carousel/suppliers.jpg" alt="..." style="width:100%">
<div class="carousel-caption">
<h3>Apple Product</h3> MAC Book, Headphone and all iphone accesories.
</div>
</div>
<div class="item">
<img src="theme/carousel/oo.jpg" alt="..." style="width:100%">
<div class="carousel-caption">
<h3>ORDER</h3> iphone. samsung. G-pixel. LG. BlackBerry Smartphone
</div>
</div>
<div class="item">
<img src="theme/carousel/ooo.jpg" alt="..." style="width:100%">
<div class="carousel-caption">
<h3>Gadgets</h3> well design gadgets in store now .
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="fas fa-fw fa-chevron-left" style="padding: 250px 10px 10px 10px"></span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="fas fa-fw fa-chevron-right" style="padding: 260px 10px 10px 10px"></span>
</a>
</div>
</div>
<!-- Fontawesome -->
<link href=css/font-awesome.min.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<script src="js/indexes.js"></script>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/1jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<br>
<br>