-
Notifications
You must be signed in to change notification settings - Fork 1
/
footer.php
98 lines (69 loc) · 3.49 KB
/
footer.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="bootstrap.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css">
<link rel="stylesheet" href="style.css" />
</head>
<body>
<footer class="bg-black text-white pb-5 pt-4">
<div class="col-12 text-md-start">
<div class="row text-sm-center text-md-start">
<div class="col-12 col-md-3 col-lg-3 mx-auto mt-3">
<h5 class="text-uppercase text-warning mb-4">mkshop</h5>
<p>
Here we are the mkShop.lk™ to support you for accomplish
your dessire by selling high
quality products.
</p>
</div>
<div class="col-12 col-md-3 col-lg-3 mx-auto mt-3">
<p>Copyright © 2023 mkShop.lk All Rights Reserved.</p>
<p>Designed By <b>Ishara Lakshitha™</b></p>
</div>
<div class="col-12 col-md-3 col-lg-2 mx-auto mt-3">
<div class="row text-sm-center text-md-start">
<ul class="list-unstyled list-inline">
<li class="list-inline-item">
<a href="#" class="form-floating text-white">
<i class="bi bi-facebook" style="font-size: 22px;"></i>
</a>
</li>
<li class="list-inline-item">
<a href="#" class="form-floating text-white">
<i class="bi bi-twitter" style="font-size: 22px;"></i>
</a>
</li>
<li class="list-inline-item">
<a href="#" class="form-floating text-white">
<i class="bi bi-google" style="font-size: 22px;"></i>
</a>
</li>
<li class="list-inline-item">
<a href="#" class="form-floating text-white">
<i class="bi bi-linkedin" style="font-size: 22px;"></i>
</a>
</li>
<li class="list-inline-item">
<a href="#" class="form-floating text-white">
<i class="bi bi-youtube" style="font-size: 22px;"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-12 col-md-4 col-lg-3 mx-auto mt-3">
<h5 class="text-uppercase text-warning mb-4">Contacts</h5>
<p><i class="bi bi-house-fill"></i> 200/3, Railway Station Road, Ambalanpitiya, Sri Lanka</p>
<p><i class="bi bi-envelope-at-fill"> isharax9@gmail.com</i></p>
<p><i class="bi bi-telephone-fill"></i> +9470-433-9990</p>
<p><i class="bi bi-printer-fill"></i> +9437-223-0024</p>
</div>
<hr class="mb-4"/>
</div>
</div>
</footer>
</body>
</html>