/marketing/includes/_footer.php

http://github.com/zurb/foundation · PHP · 93 lines · 81 code · 12 blank · 0 comment · 2 complexity · eb5a2bc11cbffdad39d7473f7df52801 MD5 · raw file

  1. <!-- Das Footer -->
  2. <footer class="row">
  3. <section class="five columns">
  4. <h6><strong>Made by ZURB</strong></h6>
  5. <p>Foundation is made by <a href="http://www.zurb.com/">ZURB</a>, an <a href="http://www.zurb.com/words/design-process">interaction design and strategy company</a> located in Campbell, California. We've put over 10 years of experience building web products, services and websites into this framework. <a href="about.php">Foundation Info and Goodies &rarr;</a></p>
  6. </section>
  7. <section class="three columns">
  8. <h6><strong>Using Foundation?</strong></h6>
  9. <p>Let us know how you're using Foundation and we might feature you as an example! <a href="mailto:foundation@zurb.com?subject=I'm%20using%20Foundation">Get in touch &rarr;</a></p>
  10. </section>
  11. <section class="four columns">
  12. <h6><strong>Need some help?</strong></h6>
  13. <p>For quick answers or help <a href="mailto:foundation@zurb.com">email us &rarr;</a></p>
  14. <ul class="block-grid three-up">
  15. <li>
  16. <!-- Place this tag where you want the +1 button to render -->
  17. <g:plusone size="medium"></g:plusone>
  18. <!-- Place this render call where appropriate -->
  19. <script>
  20. (function() {
  21. var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
  22. po.src = 'https://apis.google.com/js/plusone.js';
  23. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  24. })();
  25. </script>
  26. </li>
  27. <li>
  28. <iframe allowtransparency="true" frameborder="0" scrolling="no"
  29. src="http://platform.twitter.com/widgets/follow_button.html?screen_name=foundationzurb"
  30. style="width:80px; height:20px;"></iframe>
  31. </li>
  32. <li>
  33. <iframe src="http://www.facebook.com/plugins/like.php?app_id=273982815961057&amp;href=foundation.zurb.com&amp;send=false&amp;layout=button_count&amp;width=90&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font=lucida+grande&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe>
  34. </li>
  35. </div>
  36. </section>
  37. </footer>
  38. <!-- /Das Footer -->
  39. </div>
  40. <!-- /Main Container -->
  41. <script src="../javascripts/jquery.min.js"></script>
  42. <script src="../javascripts/modernizr.foundation.js"></script>
  43. <script src="jswipe.js"></script>
  44. <script src="../javascripts/jquery.reveal.js"></script>
  45. <script src="../javascripts/jquery.orbit-1.4.0.js"></script>
  46. <script src="../javascripts/jquery.customforms.js"></script>
  47. <script src="../javascripts/jquery.placeholder.min.js"></script>
  48. <script src="../javascripts/app.js"></script>
  49. <script src="swipe.js"></script>
  50. <script src="github.js"></script>
  51. <script>
  52. $(window).load(function() {
  53. $('#featured').orbit({
  54. animation: 'fade',
  55. animationSpeed: 800,
  56. timer: true,
  57. advanceSpeed: 12000,
  58. captionAnimation: "fade",
  59. captionAnimationSpeed: 800
  60. });
  61. });
  62. </script>
  63. <script>
  64. var _gaq = _gaq || [];
  65. _gaq.push(
  66. ['_setAccount', 'UA-2195009-2'],
  67. ['_trackPageview'],
  68. ['b._setAccount', 'UA-2195009-27'],
  69. ['b._trackPageview']
  70. );
  71. (function() {
  72. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  73. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  74. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  75. })();
  76. $(document).on('click', '.src-download', function (event) {
  77. _gaq.push(['_trackEvent', 'Foundation', 'Downloaded']);
  78. });
  79. </script>
  80. </body>
  81. </html>