-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter.php
65 lines (62 loc) · 3.56 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
<div class="clear"></div>
</div>
<!-- Modernizr -->
<script src="<?php bloginfo('stylesheet_directory'); ?>/js/libs/modernizr-2.6.2.min.js"></script>
<!-- jQuery-->
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js'></script>
<!-- javascript-->
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/groundwork.all.js"></script>
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/script.js"></script>
<footer id="footer" class="gap-top bounceInUp animated" role="contentinfo">
<div class="box square charcoal">
<div class="container padded">
<div class="row">
<div class="one small-tablet fourth padded">
<h5 class="green">Example Layouts</h5>
<ul class="unstyled">
<li><a href="./layout-a.html">Web Page</a></li>
<li><a href="./layout-b.html">Image Gallery</a></li>
<li><a href="./layout-c.html">Ecommerce Page</a></li>
<li><a href="./layout-d.html">Contact Page</a></li>
</ul>
</div>
<div class="three small-tablet fourths padded">
<h5 class="blue">Documentation</h5>
<ul class="unstyled three-column two-column-mobile">
<li><a href="./grid.html" title="Responsive grid system, grid adapters and helpers">Grid</a></li>
<li><a href="./helpers.html" title="Layout helpers, spinners and much more">Helpers</a></li>
<li><a href="./typography.html" title="Text elements, quotes, code and web fonts">Typography</a></li>
<li><a href="./navigation.html" title="Navigation">Navigation</a></li>
<li><a href="./buttons.html" title="Buttons, button groups, button menus">Buttons</a></li>
<li><a href="./boxes.html" title="Boxes">Boxes</a></li>
<li><a href="./messages.html" title="Message boxes">Message Boxes</a></li>
<li><a href="./tables.html" title="Tables">Tables</a></li>
<li><a href="./tabs.html" title="Tabs">Tabs</a></li>
<li><a href="./forms.html" title="Form elements">Form Elements</a></li>
<li><a href="./icons.html" title="Icons">Icons</a></li>
<li><a href="./responsive-text.html" title="Responsive text and multi-line text block truncation">Responsive Text</a></li>
<li><a href="./placeholder-text.html" title="Placeholder text and placeholder fonts for rapid prototyping and wireframes">Placeholder Text</a></li>
<li><a href="./animations.html" title="Pure CSS3 Animations">Animations</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="box square">
<div class="container padded">
<div class="row">
<div class="one half padded copyright">
<p>© <a href="#">matrixfox</a> 2013</p>
<p class="icon-long-arrow-up icon-1x"> <a class="backtotop" href='#'>Back to top</a></p>
</div>
<div class="one half padded">
<p class="large padded align-right align-center-small-tablet"><a href="http://twitter.com/groundworkcss" target="_blank" title="@groundworkcss" style="text-decoration:none;" class="large inline gapped"></a><a href="http://github.com/groundworkcss" target="_blank" title="@groundworkcss" style="text-decoration:none;" class="large inline gapped"></a><a href="mailto:[email protected]" title="[email protected]" style="text-decoration:none;" class="large inline gapped"></a></p>
</div>
</div>
</div>
</div>
</footer>
</div>
<?php wp_footer(); ?>
</body>
</html>