-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
83 lines (64 loc) · 3.57 KB
/
Copy pathfooter.php
File metadata and controls
83 lines (64 loc) · 3.57 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
</div><!-- End of the wrapper -->
<footer>
<div id="footer-container"><!-- Begin the Footer Container -->
<div class="g1">
<h4 class="footer-header">useful links</h4>
</div>
<div class="cf"></div>
<div class="g1-footer">
<ul class="footer">
<a href="http://powertochange.com/students"><li>P2C Main Website</li></a>
<a href="http://p2cplus.com/"><li>P2C+ conference</li></a>
<a href="http://gototheworld.com/"><li>Go to the World</li></a>
<a href="#top"><li>Take me to the top<span class="icon" id="small">ì</span></li></a>
</ul>
<br/>
</div>
<div class="g1-footer">
<!-- Twitter Feed -->
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script> new TWTR.Widget({ version: 2, type: 'profile', rpp: 3, interval: 30000, width: 'auto', height: 250, theme: { shell: { background:'transparent', color: '#ffffff' }, tweets: { background: '#004773', color: '#ffffff', links: '#b8b8b8' } }, features: { scrollbar: false, loop: false, live: false, behavior: 'all', profile: false} }).render().setUser('p2cstudents').start();</script>
</div>
<div class="g1-footer">
<a href="https://vimeo.com/54557315" target="_blank">
<div class="ls-button">
Who is P2C? <span class="icon">q</span>
</div></a>
<p class="social">
<a href="http://www.facebook.com/p2c.students" target="_blank" style="color: #ECECEC;">like <span class="icon" id="social">G</span></a>
<a href="http://twitter.com/p2cstudents" target="_blank" style="color: #ECECEC;">follow <span class="icon" id="social">U</span></a>
<a href="http://vimeo.com/p2cstudents" target="_blank" style="color: #ECECEC;">watch on <img id="vimeo_img" src="http://a.vimeocdn.com/logo.svg?color=fff" height="20px" /></a>
</p>
</div>
</div><!-- End of the Footer Container -->
<div class="cf"></div>
<div id="footerlogo-container"><!-- Begin the Footer Logo Container -->
<div class="g3">
<p class="copyright"><a href="http://powertochange.com/students/" target="_blank"><img src="<?php echo ROOT_PATH; ?>/images/p2cstudent.png" /></a><br />© Power to Change. 2013.</p>
</div>
<div class="cf"></div>
</div>
</footer><!-- End the Footer -->
<!-- JavaScript at the bottom for fast page loading -->
<!-- HTML5 IE Enabling Script --> <!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- CSS3 Media Queries -->
<script src="<?php echo ROOT_PATH; ?>/js/respond.min.js"></script>
<script src="<?php echo ROOT_PATH; ?>/js/functions.js"></script>
<script src="<?php echo ROOT_PATH; ?>/js/fitvids.js"></script>
<script src="<?php echo ROOT_PATH; ?>/js/join_form.js"></script>
<script src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
<script type="text/javascript">stLight.options({publisher: "38483da9-ea69-4c15-ba13-0369b13a7bed"}); </script>
<script>
$(document).ready(function(){
// Target your .container, .wrapper, .post, etc.
$("#homevideo").fitVids();
});
</script>
<!-- Optimized Google Analytics. Change UA-XXXXX-X to your site ID -->
<script>
//var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.src='//www.google-analytics.com/ga.js';s.parentNode.insertBefore(g,s)}(document,'script'))
</script>
</body>
</html>