-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathfooter.html
24 lines (22 loc) · 1.35 KB
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<div class="clearfix"></div>
<footer class="container-fluid">
<div class="col-md-6 menu-footer">
<h4>Kimi is a curated foods and beverages artisans</h4>
<a href="about.html" class="text-roboto-light text-white">About Kimi</a>
<a href="contact.html" class="text-roboto-light text-white">Contact Us</a>
<a href="chefDirectory.html" class="text-roboto-light text-white">Chef Directory</a>
<a href="jobs.html" class="text-roboto-light text-white">Jobs</a>
</div>
<div class="col-md-3 social-icons-wrapper">
<h4>Social</h4>
<a href="#" class="text-white" style="font-size: 32px;"><i class="fa fa-instagram" aria-hidden="true"></i></a>
<a href="#" class="text-white" style="font-size: 32px;"><i class="fa fa-facebook-official" aria-hidden="true"></i></a>
<a href="#" class="text-white" style="font-size: 32px;"><i class="fa fa-twitter-square" aria-hidden="true"></i></a>
<a href="#" class="text-white" style="font-size: 32px;"><i class="fa fa-google-plus-official" aria-hidden="true"></i></a>
</div>
<div class="col-md-3">
<h4 class="text-white">Maya Engine 2016</h4>
<a href="mailto:[email protected]" class="text-white text-thin">[email protected]</a><br>
<a href="tel:6221567898765" class="text-white text-thin">+62 21 567898765</a>
</div>
</footer>