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
|
<div id="footer" class="clearfix">
<div id="footer-wrapper">
<div class="grid col-940"> <div class="grid col-540"></div><!-- end of col-540 -->
<div class="grid col-380 fit"> <ul class="social-icons"></ul><!-- end of .social-icons --> </div><!-- end of col-380 fit --> </div><!-- end of col-940 -->
<div class="grid col-300 copyright"> © 2013 <a href="http://wp-themes.com/" title="Forleda Industrial Company Limited">Forleda Industrial Company Limited</a> </div><!-- end of .copyright -->
<div class="grid col-300 scroll-top"> <a href="#scroll-top" title="scroll to top">Back To Top</a> </div>
<div class="grid col-300 fit powered"> Powered by <a href="http://www.onesolution.com.hk/" title="One Solution Limited.">One Solution Limited.</a> </div><!-- end .powered -->
</div><!-- end #footer-wrapper -->
</div><!-- end #footer -->
|