capnproto

FORK: Cap'n Proto serialization/RPC system - core tools and C++ library
git clone https://git.neptards.moe/neptards/capnproto.git
Log | Files | Refs | README | LICENSE

header.html (1678B)


      1 <!DOCTYPE html>
      2 <html>
      3 
      4   <head>
      5     <meta charset='utf-8' />
      6     <meta http-equiv="X-UA-Compatible" content="chrome=1" />
      7     <meta name="viewport" content="width=480">
      8 
      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 
     12     <title>Cap'n Proto: {{ page.title }}</title>
     13 
     14     <script type="text/javascript" src="{{ site.baseurl }}javascripts/main.js"></script>
     15   </head>
     16 
     17   <body class="desktop">
     18 
     19     <!-- HEADER -->
     20     {% if page.title != "Introduction" %}<a class="banner_link" href="{{site.baseurl}}">{% endif %}
     21     <div id="header_wrap" class="outer">
     22       <header class="inner">
     23         <img src="{{ site.baseurl }}images/logo.png">
     24         <div id="infinitely_faster">
     25           <img src="{{ site.baseurl }}images/infinitely_faster.png">
     26         </div>
     27       </header>
     28       <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     {% if site.is_next %}
     34     <div id="next_banner">
     35       <h1>PREVIEW</h1>
     36       <p>You are looking at the site as it will appear after the next release.  This is a draft
     37          version that may be incomplete, buggy, or not yet applicable.  To look at the current
     38          site, <a href="../">click here</a>.
     39     </div>
     40     {% endif %}
     41 
     42     <!-- MAIN CONTENT -->
     43     <div id="main_content_wrap" class="outer">
     44 
     45       <section id="main_content" class="inner">