123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <meta name="viewport" content="width=device-width">
- <meta property="og:image" content="{{ site.url }}img/oci.svg" />
- <meta property="og:url" content="{{ site.url }}" />
- <meta property="og:description" content="Our pledge: {% translate pledge %}" />
- <meta property="og:title" content="The Open Company Initiative" />
- <!-- new styles -->
- <link rel="icon" type="image/png" href="/img/favicon.png">
- <link rel="stylesheet" href="/css/main.007.css">
- <link rel="alternate" type="application/atom+xml" title="Atom"
- href="{{ site.url }}atom.xml">
- <title>{% translate page.title %} - Open Company Initiative</title>
- </head>
- <body>
- <div class="header">
- <h1>
- <a href="/">
- <img src="/img/oci.svg" height="48"
- alt="The Open Company Institute" />
- <span>The Open Company Initiative</span>
- </a>
- </h1>
- {% include nav.html %}
- </div>
- <div class="content">
- {{ content }}
- </div>
- <div class="footer">
- <ul class="nav language">
- {% for language in site.languages %}
- {% if language == "en" %}
- <li><a href="/">en</a></li>
- {% else %}
- <li><a href="/{{ language }}">{{ language }}</a></li>
- {% endif %}
- {% endfor %}
- </ul>
- {% include nav.html %}
- </div>
- <div class="footer">
- <ul class="nav">
- <li><a href="https://plus.google.com/104826670031041368281" rel="publisher">Google+</a></li>
- <li><a href="https://twitter.com/OpenCompanyOrg" rel="publisher">Twitter</a></li>
- <li><a href="https://facebook.com/OpenCompanyInitiative" rel="publisher">Facebook</a></li>
- </ul>
- </div>
- <script>
- var cb = function() {
- var font = document.createElement('link'); font.rel = 'stylesheet';
- font.href = "/fonts/leaguegothic.css";
- var h = document.getElementsByTagName('head')[0];
- h.parentNode.insertBefore(font, h);
- };
- var raf = requestAnimationFrame || mozRequestAnimationFrame ||
- webkitRequestAnimationFrame || msRequestAnimationFrame;
- if (raf) raf(cb);
- else window.addEventListener('load', cb);
- </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-45598906-1', 'opencompany.org');
- ga('send', 'pageview');
- </script>
- </body>
- </html>
|