-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
78 lines (69 loc) · 1.95 KB
/
footer.php
File metadata and controls
78 lines (69 loc) · 1.95 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
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
<footer class="bg-primary text-white text-center text-lg-start">
<!-- Grid container -->
<div class="container p-4">
<!--Grid row-->
<div class="row">
<!--Grid column-->
<div class="col-lg-6 col-md-12 mb-4 mb-md-0">
<h5 class="text-uppercase">Bose Koi Farm</h5>
<p>
Jln. Kalikingkang Rt 11/03, Gunting, <br>
Kabupaten Klaten, Jawa Tengah <br>
57473
</p>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-lg-3 col-md-6 mb-4 mb-md-0">
<h5 class="text-uppercase">Pembayaran</h5>
<ul class="list-unstyled mb-0">
<td>
<img src="img/alfa.jpg" width ="50" height ="30">
</td>
<td>
<img src="img/indomaret.png" width ="50" height ="30">
</td>
<td>
<img src="img/gopay.jpg" width ="50" height ="30">
</td>
<br>
<li>
<td>
<img src="img/link.png" width ="50" height ="30">
</td>
<td>
<img src="img/sopi.png" width ="50" height ="30">
</td>
</li>
</ul>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-lg-3 col-md-6 mb-4 mb-md-0">
<h5 class="text-uppercase mb-0">Social Media</h5>
<ul class="list-unstyled">
<li>
<i href="#!" class="fab fa-facebook-f"></i>
</li>
<br>
<li>
<i href="#!" class="fab fa-instagram"></i>
</li>
<br>
<li>
<i href="#!" class="fab fa-youtube"></i>
</li>
</ul>
</div>
<!--Grid column-->
</div>
<!--Grid row-->
</div>
<!-- Grid container -->
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
© 2022 Copyright:
<a class="text-white" href="">BOSE KOI FARM</a>
</div>
<!-- Copyright -->
</footer>