|
| 1 | + |
| 2 | +<!-- TOP RIGHT RIBBON: START COPYING HERE --> |
| 3 | +<div class="github-fork-ribbon-wrapper right"> |
| 4 | + <div class="github-fork-ribbon"> |
| 5 | + <a href="https://github.com/ChaiScript/ChaiScript">Fork me on GitHub</a> |
| 6 | + </div> |
| 7 | +</div> |
| 8 | + |
| 9 | + |
| 10 | +<div class="likebuttons"> |
| 11 | + <div class="likebutton"> |
| 12 | + <a href="//www.pinterest.com/pin/create/button/" data-pin-do="buttonBookmark" ><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" /></a> |
| 13 | + <!-- Please call pinit.js only once per page --> |
| 14 | + <script type="text/javascript" async src="//assets.pinterest.com/js/pinit.js"></script> |
| 15 | + </div> |
| 16 | + |
| 17 | + <div class="likebutton"> |
| 18 | + <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://chaiscript.com" data-via="lefticus" data-lang="en">Tweet</a> |
| 19 | + <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> |
| 20 | + </div> |
| 21 | + |
| 22 | + <div class="likebutton"> |
| 23 | + <!-- Place this tag where you want the +1 button to render. --> |
| 24 | + <div class="g-plusone" data-size="medium"></div> |
| 25 | + |
| 26 | + <!-- Place this tag after the last +1 button tag. --> |
| 27 | + <script type="text/javascript"> |
| 28 | +(function() { |
| 29 | +var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; |
| 30 | +po.src = 'https://apis.google.com/js/platform.js'; |
| 31 | +var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); |
| 32 | +})(); |
| 33 | + </script> |
| 34 | + </div> |
| 35 | + |
| 36 | + <div class="likebutton"> |
| 37 | + <iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fchaiscript.com&width&layout=button_count&action=like&show_faces=true&share=true&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:21px;" allowTransparency="true"></iframe> |
| 38 | + </div> |
| 39 | + |
| 40 | +</div> |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | +<nav class="navbar navbar-default" role="navigation"> |
| 46 | + <div class="container-fluid"> |
| 47 | + <!-- Brand and toggle get grouped for better mobile display --> |
| 48 | + <div class="navbar-header"> |
| 49 | + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> |
| 50 | + <span class="sr-only">Toggle navigation</span> |
| 51 | + <span class="icon-bar"></span> |
| 52 | + <span class="icon-bar"></span> |
| 53 | + <span class="icon-bar"></span> |
| 54 | + </button> |
| 55 | + <a class="navbar-brand" href="index.html">ChaiScript</a> |
| 56 | + </div> |
| 57 | + |
| 58 | + <!-- Collect the nav links, forms, and other content for toggling --> |
| 59 | + <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> |
| 60 | + <ul class="nav navbar-nav"> |
| 61 | + <li {% if page.url == '/releases.html'%} class='active' {% endif %}> |
| 62 | + <a href="/releases.html">Releases</a> |
| 63 | + </li> |
| 64 | + <li {% if page.url == '/examples.html'%} class='active' {% endif %}> |
| 65 | + <a href="/examples.html">Examples</a> |
| 66 | + </li> |
| 67 | + <li {% if page.url == '/support.html'%} class='active' {% endif %}> |
| 68 | + <a href="/support.html">Support</a> |
| 69 | + </li> |
| 70 | + </ul> |
| 71 | + </div><!-- /.navbar-collapse --> |
| 72 | + </div><!-- /.container-fluid --> |
| 73 | +</nav> |
| 74 | + |
| 75 | + |
0 commit comments