-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
77 lines (49 loc) · 1.94 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
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<div class="band footer">
<footer class="container main">
<div class="four columns">
<h3 class="logo"><a href="#">Magazine</a></h3>
<p>Magazine was founded in 2012. </p>
<p>Magazine is a full service Web Design, Marketing and Advertising Company geared to help small to medium size businesses create a plan to succeed. Form Graphics, Print (Display ad, brochures, etc.), Internet research & Marketing and Web Site Design and Development, Magazine can do it all for you.</p>
<p>Our mission is to serve our clients big or small with the same passion, integrity, loyalty and effectiveness</p>
</div><!-- end four -->
<div class="four columns">
<header>
<h4>Twitter</h4>
</header>
<div class="tweet"></div>
</div><!-- end four -->
<div class="four columns">
<header>
<h4>Recent Posts</h4>
</header>
<ul>
<li>TVGuide.com Watchlist Predicts Fall TV Shows Success</li>
<li>7 Ways to Create a Memorable Customer Experience With Social</li>
<li>Apple Gives Its Key Execs $400 Million in Bonuses</li>
<li>How 5 Tech Giants Are Giving Back to Education</li>
</ul>
</div><!-- end four -->
<div class="four columns">
<header>
<h4>Flickr</h4>
</header>
<div class="flickr"></div>
</div><!-- end four -->
</footer><!-- container -->
</div><!-- /.band -->
<div class="band bottom">
<footer class="container">
<div class="eight columns first-credit">
<p>Copyright © 2012 <a href="#">Magazine</a> All Rights Reserved.</p>
</div><!-- end eight -->
<div class="eight columns last-credit">
<p>Powered by Webdesigntuts+ - Designed & Developed By <a href="#">Mahdi El Hanafi</a>.</p>
</div><!-- end eight -->
</footer><!-- container -->
</div><!-- /.band footer-->
</div><!-- end page -->
<?php wp_footer(); ?>
<!-- End Document
================================================== -->
</body>
</html>