-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
110 lines (93 loc) · 5.38 KB
/
footer.php
File metadata and controls
110 lines (93 loc) · 5.38 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!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.9.1/font/bootstrap-icons.css">
</head>
<body>
<div class="container-fluid bg-dark text-white py-5 px-sm-3 px-lg-5" >
<div class="row pt-5">
<div class="col-lg-7 col-md-12">
<div class="row">
<div class="col-md-6 mb-">
<h5 class="text-primary text-uppercase mb-4" style="letter-spacing: 5px;">Get In Touch</h5>
<p><i class="bi bi-house-fill"></i> Galle Road, Colombo 7, Sri Lanka</p>
<p><i class="bi bi-at"></i> DRodXStore@gmail.com</p>
<p><i class="bi bi-telephone-fill"></i> +94 112 356 356</p>
<p><i class="bi bi-printer-fill"></i> +94 112 356 356</p>
<div class="d-flex justify-content-start mt-4">
<a href="#" class="form-floating text-white">
<i class="bi bi-facebook" style="font-size: 22px;"></i>
</a>
<a href="#" class="form-floating text-white">
<i class="bi bi-twitter" style="font-size: 22px;"></i>
</a>
<a href="#" class="form-floating text-white">
<i class="bi bi-whatsapp" style="font-size: 22px;"></i>
</a>
<a href="#" class="form-floating text-white">
<i class="bi bi-linkedin" style="font-size: 22px;"></i>
</a>
<a href="#" class="form-floating text-white">
<i class="bi bi-youtube" style="font-size: 22px;"></i>
</a>
</div>
</div>
<div class="col-md-6 mb-2">
<h5 class="text-primary text-uppercase mb-4" style="letter-spacing: 5px;">Categories</h5>
<div class="d-flex flex-column justify-content-start">
<a class="text-white " href="home.php"><i class="fa fa-angle-right mr-2"></i>Clothes</a>
<a class="text-white " href="home.php"><i class="fa fa-angle-right mr-2"></i>Sports</a>
<a class="text-white " href="home.php"><i class="fa fa-angle-right mr-2"></i>Electronics</a>
<a class="text-white" href="home.php"><i class="fa fa-angle-right mr-2"></i>Home</a>
<a class="text-white" href="home.php"><i class="fa fa-angle-right mr-2"></i>Toys</a>
<a class="text-white" href="home.php"><i class="fa fa-angle-right mr-2"></i>Books</a>
<a class="text-white" href="home.php"><i class="fa fa-angle-right mr-2"></i>Health and Beauty</a>
<a class="text-white" href="home.php"><i class="fa fa-angle-right mr-2"></i>Grocery</a>
</div>
</div>
</div>
</div>
<div class="col-lg-5 col-md-12 ">
<h5 class="text-uppercase text-warning mb-4">DRodX Store</h5> <h5 class="text-primary text-uppercase mb-4" style="letter-spacing: 5px;">Newsletter</h5>
<p>“Here we are the DRodXStore.lk™ to support you for accomplish your dessire by selling high quality Vehicles.”</p>
<div class="w-100">
<div class="input-group">
<input type="text" class="form-control border-light" style="padding: 5px;" placeholder="Your Email Address">
<div class="input-group-append">
<button class="btn btn-primary ">Sign Up</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid bg-dark text-white border-top py-4 px-sm-3 px-md-5" style="border-color: rgba(256, 256, 256, .1) !important;">
<div class="row">
<div class="col-lg-6 text-center text-md-left mb-3 mb-md-0">
<p class="m-0 text-white">© <a href="#">DRodX Store.</a>. All Rights Reserved. Designed by දිස්සා.
</p>
</div>
<div class="col-lg-6 text-center text-md-right">
<ul class="nav d-inline-flex">
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">Privacy</a>
</li>
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">Terms</a>
</li>
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">FAQs</a>
</li>
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">Help</a>
</li>
</ul>
</div>
</div>
</div>
<!-- Footer End -->
</body>
</html>