|
18 | 18 | </script> |
19 | 19 |
|
20 | 20 |
|
21 | | -<nav class="navbar navbar-default" role="navigation"> |
22 | | - <div class="container-fluid"> |
| 21 | +<nav class="navbar navbar-default navbar-fixed-top" role="navigation"> |
| 22 | + <div class="container"> |
23 | 23 | <!-- Brand and toggle get grouped for better mobile display --> |
24 | 24 | <div class="navbar-header"> |
25 | 25 | <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> |
|
46 | 46 | <li {% if page.url == '/support.html'%} class='active' {% endif %}> |
47 | 47 | <a href="/support.html">Support</a> |
48 | 48 | </li> |
49 | | - <li {% if page.url == '/coding_standards.html'%} class='active' {% endif %}> |
50 | | - <a href="/coding_standards.html">Coding Standards</a> |
51 | | - </li> |
52 | | - <li> |
53 | | - <a href="https://github.com/ChaiScript/ChaiScript/releases"><img src="https://img.shields.io/github/release/ChaiScript/ChaiScript.svg"></a> |
54 | | - </li> |
55 | | - <li> |
56 | | - <a href="https://travis-ci.org/ChaiScript/ChaiScript.svg?branch=master"><img src="https://travis-ci.org/ChaiScript/ChaiScript.png?branch=master"/></a> |
57 | | - </li> |
58 | | - <li> |
59 | | - <a href="https://ci.appveyor.com/project/lefticus/chaiscript"><img src="https://ci.appveyor.com/api/projects/status/6u3r4s81kkjqmsqw?svg=true"></a> |
60 | | - </li> |
61 | | - <li> |
62 | | - <a href="http://codecov.io/github/ChaiScript/ChaiScript?branch=master"><img src="http://codecov.io/github/ChaiScript/ChaiScript/coverage.svg?branch=master" alt="Coverage Status" /></a> |
63 | | - </li> |
64 | | - <li> |
65 | | - <a href="http://chaiscript.com/ChaiScript-BuildResults/index.html"><img src="https://img.shields.io/badge/dashboard-online-green.svg"/></a> |
66 | | - </li> |
67 | | - <li> |
68 | | - <a href="http://discourse.chaiscript.com"><img src="https://img.shields.io/badge/Discourse_Forums--green.svg"/></a> |
69 | | - </li> |
70 | 49 | </ul> |
71 | 50 | </div><!-- /.navbar-collapse --> |
72 | 51 | </div><!-- /.container-fluid --> |
73 | 52 | </nav> |
74 | 53 |
|
| 54 | + |
| 55 | + |
| 56 | +<div class="well well-lg"> |
| 57 | +<div class="hidden-print"> |
| 58 | + <div class="container"> |
| 59 | + <ul class="list-inline center-block text-center"> |
| 60 | + <li> |
| 61 | + <a href="https://github.com/ChaiScript/ChaiScript/releases"><img src="https://img.shields.io/github/release/ChaiScript/ChaiScript.svg"></a> |
| 62 | + </li> |
| 63 | + <li> |
| 64 | + <a href="https://travis-ci.org/ChaiScript/ChaiScript.svg?branch=master"><img src="https://travis-ci.org/ChaiScript/ChaiScript.png?branch=master"/></a> |
| 65 | + </li> |
| 66 | + <li> |
| 67 | + <a href="https://ci.appveyor.com/project/lefticus/chaiscript"><img src="https://ci.appveyor.com/api/projects/status/6u3r4s81kkjqmsqw?svg=true"></a> |
| 68 | + </li> |
| 69 | + <li> |
| 70 | + <a href="http://codecov.io/github/ChaiScript/ChaiScript?branch=master"><img src="http://codecov.io/github/ChaiScript/ChaiScript/coverage.svg?branch=master" alt="Coverage Status" /></a> |
| 71 | + </li> |
| 72 | + <li> |
| 73 | + <a href="http://chaiscript.com/ChaiScript-BuildResults/index.html"><img src="https://img.shields.io/badge/dashboard-online-green.svg"/></a> |
| 74 | + </li> |
| 75 | + <li> |
| 76 | + <a href="http://discourse.chaiscript.com"><img src="https://img.shields.io/badge/Discourse_Forums--green.svg"/></a> |
| 77 | + </li> |
| 78 | + </ul> |
| 79 | + </div> |
| 80 | +</div> |
| 81 | + |
| 82 | +<br/> |
| 83 | + |
75 | 84 | <div class="hidden-print"> |
76 | 85 | <div class="container"> |
77 | 86 | <ul class="list-inline center-block text-center"> |
|
106 | 115 | </ul> |
107 | 116 | </div> |
108 | 117 | </div> |
| 118 | +</div> |
109 | 119 |
|
110 | 120 |
|
111 | 121 |
|
0 commit comments