Blame view

mustache/app/views/layouts/partials/ajax-layout/footer.mustache 612 Bytes
5a739853   patrick.he   commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  <div class="footer"><div class="footer-inner">
  	<!-- #section:basics/footer -->
  	<div class="footer-content">
  		<span class="bigger-120"><span class="blue bolder">Ace</span> Application &copy; 2013-2014</span>
  		&nbsp; &nbsp;
  		<span class="action-buttons">
  			<a href="#">
  				<i class="ace-icon fa fa-twitter-square light-blue bigger-150"></i>
  			</a>
  			
  			<a href="#">
  				<i class="ace-icon fa fa-facebook-square text-primary bigger-150"></i>
  			</a>
  			
  			<a href="#">
  				<i class="ace-icon fa fa-rss-square orange bigger-150"></i>
  			</a>
  		</span>
  	</div>
  	<!-- /section:basics/footer -->
  </div></div>