-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
54 lines (54 loc) · 2.54 KB
/
footer.php
File metadata and controls
54 lines (54 loc) · 2.54 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<footer>
<div class="ui inverted vertical footer segment" style="margin-top: 14px;">
<div class="ui center aligned container">
<div class="ui stackable inverted divided grid">
<div class="four wide column">
<h4 class="ui inverted header">ACCOUNT</h4>
<div class="ui inverted link list">
<a href="#" class="item">Link One</a>
<a href="#" class="item">Link Two</a>
</div>
</div>
<div class="four wide column">
<h4 class="ui inverted header">INFORMATION</h4>
<div class="ui inverted link list">
<a href="#" class="item">Link One</a>
<a href="#" class="item">Link Two</a>
</div>
</div>
<div class="four wide column">
<h4 class="ui inverted header">OFFERS</h4>
<div class="ui inverted link list">
<a href="#" class="item">Link One</a>
<a href="#" class="item">Link Two</a>
</div>
</div>
<div class="four wide column">
<h4 class="ui inverted header">SOCIAL MEDIA</h4>
<button class="ui circular facebook icon button">
<i class="facebook icon"></i>
</button>
<button class="ui circular twitter icon button">
<i class="twitter icon"></i>
</button>
<button class="ui circular linkedin icon button">
<i class="linkedin icon"></i>
</button>
<button class="ui circular google plus icon button">
<i class="google plus icon"></i>
</button>
<p class="pull-right">© msbomrel</p>
</div>
</div>
<div class="ui inverted section divider"></div>
<div class="ui horizontal inverted small divided link list">
<a class="item" href="#">Site Map</a>
<a class="item" href="#">Contact Us</a>
<a class="item" href="#">Terms and Conditions</a>
<a class="item" href="#">Privacy Policy</a>
</div>
</div>
</div>
</footer>
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="js/semantic.min.js"></script>