-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathfooter.php
49 lines (37 loc) · 2.04 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
<footer>
<p>© Rich Bradshaw of <a href="http://www.focalstrategy.com">Focal Strategy</a> 2010 - 2011</p>
<script src="http://www.stumbleupon.com/hostedbadge.php?s=5"></script>
<div class="g-plusone" data-size="tall" data-count="true"></div>
<a href="http://stackexchange.com/users/2e2b88856f8e4c1ea377453a19fc416e">
<img src="http://stackexchange.com/users/flair/2e2b88856f8e4c1ea377453a19fc416e.png" width="208" height="58" alt="profile for Rich Bradshaw on Stack Exchange, a network of free, community-driven Q&A sites" title="profile for Rich Bradshaw on Stack Exchange, a network of free, community-driven Q&A sites">
</a>
<a rel="author" href="https://plus.google.com/105249724614922381234?rel=author">
<img src="http://www.google.com/images/icons/ui/gprofile_button-32.png" width="32" height="32">
</a>
<script type="text/javascript"><!--
google_ad_client = "pub-7181696033265659";
/* CSS3 Banner */
google_ad_slot = "1990595748";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>'
</footer>
<a href="http://github.com/richbradshaw/CSS-Transitions-Transforms-and-Animation"><img style="position: absolute; top: 0; left: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_left_darkblue_121621.png" alt="Fork me on GitHub" /></a>
<!-- CSS3 -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-16444273-1']);
_gaq.push(['_setDomainName', '.bradshawenterprises.com']);
_gaq.push(['_trackPageview']);
_gaq.push(['_trackPageLoadTime']);
(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>
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>