The company website

index.html 3.6KB

    <!doctype html> <html ng-app="farm"> <head> <meta charset="utf-8" /> <meta name="description" content="" /> <meta name="author" content="Revolving Cow, LLC" /> <title>Revolving Cow</title> <link href="https://plus.google.com/114406518580005058024" rel="publisher" /> <link type="text/css" href="styles/site.css" rel="stylesheet" /> <!--[if lt IE 9]> <style type=""> #browser { display: block; visibility: visible; } </style> <![endif]--> <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script> </head> <body> <!-- Warning to upgrade the browser --> <div id="browser"> <h2>Dude, you are missing out on the cool stuff!</h2> <p>We recommend upgrading to the latest <a href="//ie.microsoft.com" title="Microsoft Internet Explorer">Internet Explorer</a>, <a href="//chrome.google.com" title="Google Chrome">Google Chrome</a>, or <a href="//mozilla.org/firefox" title="Firefox">Firefox</a>. If you are using IE 9 or later, make sure you turn off "Compatibility View".</p> </div> <div id="logo"><a href="#/" title="Revolving Cow"><img src="" /></a></div> <header id="menu"> <!-- Basic navigation menu --> <nav> <a class="first" href="#/services" title="Services">Services</a> <a href="#/company" title="Company">Company</a> <a href="http://blog.revolvingcow.com" title="Blog">The Pasture</a> </nav> </header> <div id="container"> <!-- Where the magic happens --> <div ng-view></div> </div> <footer> <div id="columns"> <div class="col"> <h4>Products</h4> <ul> <li><a href="http://revolvingcow.github.io/jquery-analytics" title="jQuery Analytics">jQuery Analytics</a></li> </ul> </div> <div class="col"> <h4><a href="#/company" title="Company">Company</a></h4> <ul> <li><a href="#/company" title="Overview">Overview</a></li> <li><a href="#/about" title="About Us">About Us</a></li> <li><a href="#/services" title="Services">Services</a></li> <li><a href="http://blog.revolvingcow.com" title="Press">Press</a></li> <li><a href="#/contact" title="Contact">Contact</a></li> </ul> </div> <div class="col"> <h4>Connect</h4> <ul> <li><a href="//plus.google.com/114406518580005058024" title="Google&#43;" rel="publisher">Google&#43;</a></li> <li><a href="//twitter.com/RevolvingCow" title="&#64;RevolvingCow">Twitter</a></li> <li><a href="http://blog.revolvingcow.com" title="Blog">Blog</a></li> <li><a href="mailto:info@revolvingcow.com" title="Email me">Email</a></li> </ul> </div> </div> <!-- Copyright information --> <div class="copyright"> <span>Copyright &copy; 2013 Revolving Cow, LLC. All rights reserved.</span> </div> </footer> <!-- Scripts located down under for faster load times --> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/angularjs/1.0.4/angular.min.js"></script> <script type="text/javascript" src="scripts/app.js"></script> <script> (function(i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function() { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); ga('create', 'UA-41795638-1', 'revolvingcow.com'); ga('send', 'pageview'); </script> </body> </html>