Mercurial > hg > sv-dependency-builds
comparison src/capnproto-git-20161025/doc/_includes/header.html @ 48:9530b331f8c1
Add Cap'n Proto source
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 25 Oct 2016 11:17:01 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
47:d93140aac40b | 48:9530b331f8c1 |
---|---|
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 | |
11 <title>Cap'n Proto: {{ page.title }}</title> | |
12 | |
13 <script type="text/javascript" src="{{ site.baseurl }}javascripts/main.js"></script> | |
14 </head> | |
15 | |
16 <body class="desktop"> | |
17 | |
18 <!-- HEADER --> | |
19 <div id="header_wrap" class="outer"> | |
20 <header class="inner"> | |
21 <img src="{{ site.baseurl }}images/logo.png"> | |
22 <div id="infinitely_faster"> | |
23 <img src="{{ site.baseurl }}images/infinitely_faster.png"> | |
24 </div> | |
25 </header> | |
26 <a id="discuss_banner" href="https://groups.google.com/group/capnproto">Discuss on Groups</a> | |
27 <a id="forkme_banner" href="https://github.com/sandstorm-io/capnproto">View on GitHub</a> | |
28 </div> | |
29 | |
30 {% if site.is_next %} | |
31 <div id="next_banner"> | |
32 <h1>PREVIEW</h1> | |
33 <p>You are looking at the site as it will appear after the next release. This is a draft | |
34 version that may be incomplete, buggy, or not yet applicable. To look at the current | |
35 site, <a href="../">click here</a>. | |
36 </div> | |
37 {% endif %} | |
38 | |
39 <!-- MAIN CONTENT --> | |
40 <div id="main_content_wrap" class="outer"> | |
41 | |
42 <section id="menu"> | |
43 <ul> | |
44 <li><a href="{{ site.baseurl }}index.html">Introduction</a></li> | |
45 <li><a href="{{ site.baseurl }}news/">News</a></li> | |
46 <li><a href="{{ site.baseurl }}install.html">Installation</a></li> | |
47 <li><a href="{{ site.baseurl }}language.html">Schema Language</a></li> | |
48 <li><a href="{{ site.baseurl }}encoding.html">Encoding</a></li> | |
49 <li><a href="{{ site.baseurl }}rpc.html">RPC Protocol</a></li> | |
50 <li><a href="{{ site.baseurl }}capnp-tool.html">The <code>capnp</code> Tool</a></li> | |
51 <li><a href="{{ site.baseurl }}cxx.html">C++ Serialization</a></li> | |
52 <li><a href="{{ site.baseurl }}cxxrpc.html">C++ RPC</a></li> | |
53 <li><a href="{{ site.baseurl }}otherlang.html">Other Languages</a></li> | |
54 <li><a href="{{ site.baseurl }}roadmap.html">Road Map</a></li> | |
55 <li><a href="{{ site.baseurl }}faq.html">FAQ</a></li> | |
56 </ul> | |
57 </section> | |
58 <section id="main_content" class="inner"> |