-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.php
28 lines (27 loc) · 813 Bytes
/
contact.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
<!DOCTYPE html>
<html>
<body>
<section class="contact">
<div class="container-fluid">
<div class="container">
<div class="row">
<div class="col-sm">
<h3>Handycraft</h3><br><br>
<p>Uttara, Dhaka</p>
<p>01926241906</p>
<p>Email : [email protected]</p>
</div>
<div class="col-sm" style="text-align: center;">
<h3 style="text-align: center;">CONNECT WITH US</h3>
<ul>
<li><a href=""><i style="color: #FFFFFF;" class="fab fa-facebook"></i></a></li>
<li><a href=""><i style="color: #FFFFFF;" class="fab fa-instagram"></i></a></li>
<li><a href=""><i style="color: #FFFFFF;" class="fab fa-whatsapp"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
</body>
</html>