Skip to content

Commit 77dc17e

Browse files
committed
Add a top navbar.
1 parent 198a09e commit 77dc17e

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

index.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88
</head>
99
<body data-spy="scroll" data-target=".cpp-netlib-docs-sidebar">
1010
<div id="wrap">
11+
<div class="navbar navbar-fixed-top navbar-inverse cpp-netlib-navbar">
12+
<div class="container">
13+
<ul class="nav">
14+
<li class="active"><a class="brand" href="#">cpp-netlib</a></li>
15+
<li><a href="process.html">Development Process</a></li>
16+
<li><a href="style-guide.html">Style Guide</a></li>
17+
<li><a href="proposals.html">Proposals</a></li>
18+
</ul>
19+
</div>
20+
</div>
1121
<header class="jumbotron subhead">
1222
<div class="container">
1323
<h1>The C++ Network Library Project</h1>
@@ -17,7 +27,7 @@ <h1>The C++ Network Library Project</h1>
1727
<div class="container">
1828
<div class="row">
1929
<div class="span2 cpp-netlib-docs-sidebar">
20-
<ul class="nav nav-list" data-spy="affix" data-offset-top="150">
30+
<ul class="nav nav-list" data-spy="affix" data-offset-top="130">
2131
<li><a href="#overview">Overview</a></li>
2232
<li><a href="#download">Download</a></li>
2333
<li><a href="#documentation">Documentation</a></li>
@@ -82,7 +92,7 @@ <h2>Developer Support</h2>
8292
general discussion of the project, you can subscribe to and
8393
discuss with us through the developers mailing list.</p>
8494
<p><a
85-
href="https://groups.google.com/forum/?fromgroups#!forum/cpp-netlib"
95+
href="https://groups.google.com/group/cpp-netlib"
8696
class="btn btn-success">Discussion Group</a></p>
8797
</section>
8898
<section id="policies">

0 commit comments

Comments
 (0)