header.html 1.64 KB
Newer Older
1 2 3 4 5 6 7 8
<!DOCTYPE html>
<html>

  <head>
    <meta charset='utf-8' />
    <meta http-equiv="X-UA-Compatible" content="chrome=1" />
    <meta name="viewport" content="width=480">

9
    <link rel="stylesheet" type="text/css" media="screen" href="{{ site.baseurl }}stylesheets/stylesheet.css">
10
    <link rel="alternate" type="application/rss+xml" title="Cap'n Proto News" href="{{site.baseurl}}feed.xml">
11

Kenton Varda's avatar
Kenton Varda committed
12
    <title>Cap'n Proto: {{ page.title }}</title>
13

14
    <script type="text/javascript" src="{{ site.baseurl }}javascripts/main.js"></script>
15 16 17 18 19
  </head>

  <body class="desktop">

    <!-- HEADER -->
20
    {% if page.title != "Introduction" %}<a class="banner_link" href="{{site.baseurl}}">{% endif %}
21 22
    <div id="header_wrap" class="outer">
      <header class="inner">
Kenton Varda's avatar
Kenton Varda committed
23
        <img src="{{ site.baseurl }}images/logo.png">
24
        <div id="infinitely_faster">
25
          <img src="{{ site.baseurl }}images/infinitely_faster.png">
26 27 28
        </div>
      </header>
      <a id="discuss_banner" href="https://groups.google.com/group/capnproto">Discuss on Groups</a>
29
      <a id="forkme_banner" href="https://github.com/sandstorm-io/capnproto">View on GitHub</a>
30
    </div>
31
    {% if page.title != "Introduction" %}</a>{% endif %}
32

33 34 35 36 37 38 39 40 41
    {% if site.is_next %}
    <div id="next_banner">
      <h1>PREVIEW</h1>
      <p>You are looking at the site as it will appear after the next release.  This is a draft
         version that may be incomplete, buggy, or not yet applicable.  To look at the current
         site, <a href="../">click here</a>.
    </div>
    {% endif %}

42 43 44 45
    <!-- MAIN CONTENT -->
    <div id="main_content_wrap" class="outer">

      <section id="main_content" class="inner">