/marketing/includes/_footer.php
http://github.com/zurb/foundation · PHP · 93 lines · 81 code · 12 blank · 0 comment · 2 complexity · eb5a2bc11cbffdad39d7473f7df52801 MD5 · raw file
- <!-- Das Footer -->
- <footer class="row">
- <section class="five columns">
- <h6><strong>Made by ZURB</strong></h6>
- <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 →</a></p>
- </section>
-
- <section class="three columns">
- <h6><strong>Using Foundation?</strong></h6>
- <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 →</a></p>
- </section>
-
- <section class="four columns">
- <h6><strong>Need some help?</strong></h6>
- <p>For quick answers or help <a href="mailto:foundation@zurb.com">email us →</a></p>
-
- <ul class="block-grid three-up">
- <li>
- <!-- Place this tag where you want the +1 button to render -->
- <g:plusone size="medium"></g:plusone>
-
- <!-- Place this render call where appropriate -->
- <script>
- (function() {
- var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
- po.src = 'https://apis.google.com/js/plusone.js';
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
- })();
- </script>
- </li>
- <li>
-
- <iframe allowtransparency="true" frameborder="0" scrolling="no"
- src="http://platform.twitter.com/widgets/follow_button.html?screen_name=foundationzurb"
- style="width:80px; height:20px;"></iframe>
- </li>
- <li>
- <iframe src="http://www.facebook.com/plugins/like.php?app_id=273982815961057&href=foundation.zurb.com&send=false&layout=button_count&width=90&show_faces=true&action=like&colorscheme=light&font=lucida+grande&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe>
- </li>
- </div>
- </section>
- </footer>
- <!-- /Das Footer -->
- </div>
- <!-- /Main Container -->
- <script src="../javascripts/jquery.min.js"></script>
- <script src="../javascripts/modernizr.foundation.js"></script>
- <script src="jswipe.js"></script>
- <script src="../javascripts/jquery.reveal.js"></script>
- <script src="../javascripts/jquery.orbit-1.4.0.js"></script>
- <script src="../javascripts/jquery.customforms.js"></script>
- <script src="../javascripts/jquery.placeholder.min.js"></script>
- <script src="../javascripts/app.js"></script>
- <script src="swipe.js"></script>
- <script src="github.js"></script>
-
-
- <script>
- $(window).load(function() {
- $('#featured').orbit({
- animation: 'fade',
- animationSpeed: 800,
- timer: true,
- advanceSpeed: 12000,
- captionAnimation: "fade",
- captionAnimationSpeed: 800
- });
- });
- </script>
- <script>
- var _gaq = _gaq || [];
- _gaq.push(
- ['_setAccount', 'UA-2195009-2'],
- ['_trackPageview'],
- ['b._setAccount', 'UA-2195009-27'],
- ['b._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);
- })();
- $(document).on('click', '.src-download', function (event) {
- _gaq.push(['_trackEvent', 'Foundation', 'Downloaded']);
- });
- </script>
- </body>
- </html>