-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
59 lines (50 loc) · 2.64 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
<footer>
<p>© Rich Bradshaw of <a href="http://focalstrategy.com">Focal Strategy</a> 2010 - 2011</p>
<g:plusone size="tall"></g:plusone>
<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>
<script type="text/javascript"><!--
google_ad_client = "pub-7181696033265659";
/* CSS3 Banner */
google_ad_slot = "0969051732";
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(['_setCustomVar', 1, 'Transitions', Modernizr.csstransitions, 1]);
_gaq.push(['_setCustomVar', 2, 'Transforms', Modernizr.csstransforms, 1]);
_gaq.push(['_setCustomVar', 3, '3D Transforms', Modernizr.csstransforms3d, 1]);
_gaq.push(['_setCustomVar', 4, 'Animations', Modernizr.cssanimations, 1]);
_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>
<!-- BradshawEnterprises -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3235632-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>