The company website

index.html 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <!doctype html>
  2. <html ng-app="farm">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="author" content="Revolving Cow, LLC" />
  6. <meta name="description" content="" />
  7. <title>Revolving Cow</title>
  8. <link href="https://plus.google.com/114406518580005058024" rel="publisher" />
  9. <link type="text/css" href="styles/site.css" rel="stylesheet" />
  10. <!--[if lt IE 9]>
  11. <style type="">
  12. #browser
  13. {
  14. display: block;
  15. visibility: visible;
  16. }
  17. </style>
  18. <![endif]-->
  19. <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
  20. </head>
  21. <body>
  22. <!-- Warning to upgrade the browser -->
  23. <div id="browser">
  24. <h2>Dude, you are missing out on the cool stuff!</h2>
  25. <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>
  26. </div>
  27. <header id="menu">
  28. <!-- Basic navigation menu -->
  29. <nav>
  30. <a class="first" href="/" title="Home">Home</a>
  31. <a href="#/company" title="Company">Company</a>
  32. <a href="#/services" title="Services">Services</a>
  33. <a href="http://blog.revolvingcow.com" title="Blog">Blog</a>
  34. <a href="mailto:info@revolvingcow.com" title="Contact Us">Contact</a>
  35. </nav>
  36. </header>
  37. <div id="container">
  38. <div id="header">
  39. <div id="logo" style="display: none;"><a href="#/" title="Revolving Cow"><img src="blank.gif" alt="Revolving Cow" /></a></div>
  40. </div>
  41. <div id="content">
  42. <div id="ng-view" ng-view></div>
  43. </div>
  44. </div>
  45. <footer>
  46. <!--<div id="columns">
  47. <div class="col">
  48. <h4>Products</h4>
  49. <ul>
  50. <li><a href="http://revolvingcow.github.io/jquery-analytics" title="jQuery Analytics">jQuery Analytics</a></li>
  51. </ul>
  52. </div>
  53. <div class="col">
  54. <h4><a href="#/company" title="Company">Company</a></h4>
  55. <ul>
  56. <li><a href="#/about" title="About Us">About Us</a></li>
  57. </ul>
  58. </div>
  59. </div>-->
  60. <div id="logo-slider">
  61. <img src="images/logo-dotnet.png" alt="Microsoft .NET" />
  62. <img src="images/logo-sharepoint.png" alt="Microsoft SharePoint" />
  63. <img src="images/logo-jquery.png" alt="jQuery" />
  64. <img src="images/logo-android.png" alt="Android" />
  65. <img src="images/logo-python.png" alt="Python" />
  66. <img src="images/logo-html5.png" alt="HTML5" />
  67. </div>
  68. <div id="social">
  69. <ul>
  70. <li><a href="//plus.google.com/114406518580005058024" title="Google&#43;" rel="publisher">Google&#43;</a></li>
  71. <li><a href="//twitter.com/RevolvingCow" title="&#64;RevolvingCow">Twitter</a></li>
  72. <li><a href="//www.linkedin.com/company/revolving-cow-llc" title="LinkedIn">LinkedIn</a></li>
  73. </ul>
  74. </div>
  75. <!-- Copyright information -->
  76. <div class="copyright">
  77. <span>Copyright &copy; 2013 Revolving Cow, LLC. All rights reserved.</span>
  78. </div>
  79. </footer>
  80. <!-- Scripts located down under for faster load times -->
  81. <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/angularjs/1.0.4/angular.min.js"></script>
  82. <script type="text/javascript" src="scripts/app.js"></script>
  83. <script>
  84. (function(i, s, o, g, r, a, m) {
  85. i['GoogleAnalyticsObject'] = r;
  86. i[r] = i[r] || function() {
  87. (i[r].q = i[r].q || []).push(arguments)
  88. },
  89. i[r].l = 1 * new Date();
  90. a = s.createElement(o),
  91. m = s.getElementsByTagName(o)[0];
  92. a.async = 1;
  93. a.src = g;
  94. m.parentNode.insertBefore(a, m)
  95. })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
  96. ga('create', 'UA-41795638-1', 'revolvingcow.com');
  97. ga('send', 'pageview');
  98. </script>
  99. </body>
  100. </html>