-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
45 lines (39 loc) · 2.49 KB
/
footer.php
File metadata and controls
45 lines (39 loc) · 2.49 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
<footer>
<div class="layout">
<div id="logo">
<h2>Brought to you by:</h2>
<a href="http://twitter.com/draftprint3d" alt="Draft Print 3D" title="A 3D printing services company in Toronto"><img src="<?php bloginfo('template_url'); ?>/img/draftprint.png"></a>
<a href="http://twitter.com/peopleandcode" title="Developed with Love by People & Code Inc. A Toronto Digital Development Studio" alt="People & Code Inc."><img src="<?php bloginfo('template_url'); ?>/img/peopleandcode.png"></a>
<a href="http://twitter.com/webnotwar" title="3D Printing Exhibit at ConFoo 2013 Made Possible by Make Web Not War" alt="Make Web Not War"><img src="<?php bloginfo('template_url'); ?>/img/mwnw.jpg"></a>
<a href="http://twitter.com/microsoftCanada" ><img src="<?php bloginfo('template_url'); ?>/img/microsoft.png"></a>
</div>
<nav>
<ul>
<li><a href="<?php bloginfo('url'); ?>/sign-up">Sign-Up</a></li>
<li><a href="<?php bloginfo('url'); ?>/download">Download Your Scan!</a></li>
</ul>
</nav>
<div id="copyright">This site was made with love by <a href="http://peopleandcode.com" title="Developed with Love by People & Code Inc. A Toronto Digital Development Studio" alt="People & Code Inc.">People & Code</a>.</div>
</div>
</footer>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.9.0.min.js"><\/script>')</script>
<script type = 'text/javascript' src="<?php bloginfo('template_url'); ?>/js/jquery.easing.1.3.js"></script>
<script type = 'text/javascript' src="<?php bloginfo('template_url'); ?>/js/pagescroll.js"></script>
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-38689080-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<?php wp_footer(); ?>
</body>
</html>