default.html 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6. <meta name="viewport" content="width=device-width">
  7. <meta property="og:image" content="{{ site.url }}img/oci.svg" />
  8. <meta property="og:url" content="{{ site.url }}" />
  9. <meta property="og:description" content="Our pledge: {% translate pledge %}" />
  10. <meta property="og:title" content="The Open Company Initiative" />
  11. <!-- new styles -->
  12. <link rel="icon" type="image/png" href="/img/favicon.png">
  13. <link rel="stylesheet" href="/css/main.008.css">
  14. <link rel="alternate" type="application/atom+xml" title="Atom"
  15. href="{{ site.url }}atom.xml">
  16. <title>{% translate page.title %} - Open Company Initiative</title>
  17. </head>
  18. <body>
  19. <div class="header">
  20. <h1>
  21. <a href="/">
  22. <img src="/img/oci.svg" height="48"
  23. alt="The Open Company Institute" />
  24. <span>The Open Company Initiative</span>
  25. </a>
  26. </h1>
  27. {% include nav.html %}
  28. </div>
  29. <div class="content">
  30. {{ content }}
  31. </div>
  32. <div class="footer">
  33. <ul class="nav language">
  34. {% for language in site.languages %}
  35. {% if language == "en" %}
  36. <li><a href="/">en</a></li>
  37. {% else %}
  38. <li><a href="/{{ language }}">{{ language }}</a></li>
  39. {% endif %}
  40. {% endfor %}
  41. </ul>
  42. {% include nav.html %}
  43. </div>
  44. <div class="footer">
  45. <ul class="nav">
  46. <li><a href="https://plus.google.com/104826670031041368281" rel="publisher">Google+</a></li>
  47. <li><a href="https://twitter.com/OpenCompanyOrg" rel="publisher">Twitter</a></li>
  48. <li><a href="https://facebook.com/OpenCompanyInitiative" rel="publisher">Facebook</a></li>
  49. </ul>
  50. </div>
  51. <script>
  52. var cb = function() {
  53. var font = document.createElement('link'); font.rel = 'stylesheet';
  54. font.href = "/fonts/leaguegothic.css";
  55. var h = document.getElementsByTagName('head')[0];
  56. h.parentNode.insertBefore(font, h);
  57. };
  58. var raf = requestAnimationFrame || mozRequestAnimationFrame ||
  59. webkitRequestAnimationFrame || msRequestAnimationFrame;
  60. if (raf) raf(cb);
  61. else window.addEventListener('load', cb);
  62. </script>
  63. <script>
  64. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  65. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  66. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  67. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  68. ga('create', 'UA-45598906-1', 'opencompany.org');
  69. ga('send', 'pageview');
  70. </script>
  71. </body>
  72. </html>