footer.html (1587B)
1 <div style="clear: both;"></div> 2 </section> 3 4 <section id="menu"> 5 <ul> 6 <li><a href="{{ site.baseurl }}index.html">Introduction</a></li> 7 <li><a href="{{ site.baseurl }}news/">News</a></li> 8 <li><a href="{{ site.baseurl }}install.html">Installation</a></li> 9 <li><a href="{{ site.baseurl }}language.html">Schema Language</a></li> 10 <li><a href="{{ site.baseurl }}encoding.html">Encoding</a></li> 11 <li><a href="{{ site.baseurl }}rpc.html">RPC Protocol</a></li> 12 <li><a href="{{ site.baseurl }}capnp-tool.html">The <code>capnp</code> Tool</a></li> 13 <li><a href="{{ site.baseurl }}cxx.html">C++ Serialization</a></li> 14 <li><a href="{{ site.baseurl }}cxxrpc.html">C++ RPC</a></li> 15 <li><a href="{{ site.baseurl }}otherlang.html">Other Languages</a></li> 16 <li><a href="{{ site.baseurl }}roadmap.html">Road Map</a></li> 17 <li><a href="{{ site.baseurl }}faq.html">FAQ</a></li> 18 </ul> 19 </section> 20 <script type="text/javascript">setupSidebar()</script> 21 </div> 22 23 <!-- FOOTER --> 24 <div id="footer_wrap" class="outer"> 25 <footer class="inner"> 26 <p class="copyright">Cap'n Proto is a project of <a href="https://sandstorm.io">Sandstorm.io</a></p> 27 <p>Maintained by <a href="https://github.com/kentonv">kentonv</a> ∙ Design by <a href="http://www.starfruit-cafe.net/blog">sailorhg</a> 28 <p><a href="https://twitter.com/capnproto">Follow Cap'n Proto on Twitter</a></p> 29 </footer> 30 </div> 31 </body> 32 </html>