Skip to content

Update the website. #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jan 20, 2013
Prev Previous commit
Next Next commit
Add a top navbar.
  • Loading branch information
deanberris committed Jan 20, 2013
commit 77dc17eff9e4637ce25dbc769d962955193f08ef
14 changes: 12 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
</head>
<body data-spy="scroll" data-target=".cpp-netlib-docs-sidebar">
<div id="wrap">
<div class="navbar navbar-fixed-top navbar-inverse cpp-netlib-navbar">
<div class="container">
<ul class="nav">
<li class="active"><a class="brand" href="#">cpp-netlib</a></li>
<li><a href="process.html">Development Process</a></li>
<li><a href="style-guide.html">Style Guide</a></li>
<li><a href="proposals.html">Proposals</a></li>
</ul>
</div>
</div>
<header class="jumbotron subhead">
<div class="container">
<h1>The C++ Network Library Project</h1>
Expand All @@ -17,7 +27,7 @@ <h1>The C++ Network Library Project</h1>
<div class="container">
<div class="row">
<div class="span2 cpp-netlib-docs-sidebar">
<ul class="nav nav-list" data-spy="affix" data-offset-top="150">
<ul class="nav nav-list" data-spy="affix" data-offset-top="130">
<li><a href="#overview">Overview</a></li>
<li><a href="#download">Download</a></li>
<li><a href="#documentation">Documentation</a></li>
Expand Down Expand Up @@ -82,7 +92,7 @@ <h2>Developer Support</h2>
general discussion of the project, you can subscribe to and
discuss with us through the developers mailing list.</p>
<p><a
href="https://groups.google.com/forum/?fromgroups#!forum/cpp-netlib"
href="https://groups.google.com/group/cpp-netlib"
class="btn btn-success">Discussion Group</a></p>
</section>
<section id="policies">
Expand Down