-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter.php
29 lines (29 loc) · 1.89 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
<footer class="footer">
<div class="container">
<div class="row" style="margin-top: 20px; color: #fff;">
<div class="col-sm-4"><p>© 2018 Simplified Solutions All Rights Reserved.</p></div>
<div class="col-sm-4"><p>
<a href="https://www.facebook.com/SMSPL/">
<img src="https://www.jrc-marketing.com/wp-content/uploads/2016/06/facebook-1024x1024.png.pagespeed.ce.SUxHQuzxK3.png" width="80" height="80"></a>
<a href="https://www.instagram.com/simplifiedmanagement/">
<img src="https://lh3.googleusercontent.com/aYbdIM1abwyVSUZLDKoE0CDZGRhlkpsaPOg9tNnBktUQYsXflwknnOn2Ge1Yr7rImGk=w170" width="47" height="45" style="margin-right: 12px;"></a>
<a href="https://www.linkedin.com/company/13259054/">
<img src="http://futurethink.com/wp-content/uploads/2017/05/Linkedin-logo-1-550x550-300x300.png" width="60" height="60"
style="margin-right: 12px;"></a>
<a href="https://twitter.com/simplifiedmanag">
<img src="https://116wsjdve15lkxc27cxdon1f-wpengine.netdna-ssl.com/wp-content/uploads/twitter.png" width="45" height="45"></a>
</p></div>
<div class="col-sm-4">
<p>Simplified Management Solutions Pvt. Ltd..<br>
32 Ezra Street, Todi Corner,<br>
Near Tea Board and Central Metro Station,<br>
North Block, Kolkata – 700001, India.<br>
Phone No:+91- 845 00 77 595/ 933 11 77 595</p>
</div>
</div>
</div>
<!--
<div class="text-center text-muted bg-primary" style="margin-top: 70px;">
<p>This Web Application is Developed by: <a href="javascript:void(0)" onclick="window.location.replace('https://www.fb.com/SMSPL');" style="color: navy;">Simplified Management Solutions Pvt. Ltd.</a></p>
</div> -->
</footer>