Skip to content

Commit 5ef96c7

Browse files
committed
Layout the website better
1 parent dedbd83 commit 5ef96c7

File tree

1 file changed

+23
-30
lines changed

1 file changed

+23
-30
lines changed

‎index.html

+23-30
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,7 @@ <h1>The C++ Network Library Project</h1>
3131
<p class="lead">A collection of open-source libraries for high level network programming.</p>
3232
</header>
3333
<div class="row">
34-
<div class="col-md-3" id="cpp-netlib-docs-sidebar" role="complimentary">
35-
<ul class="nav list-group cpp-netlib-sidebar" data-spy="affix" data-offset-top="245">
36-
<li class="list-group-item"><a href="#overview">Overview</a></li>
37-
<li class="list-group-item"><a href="#download">Download</a></li>
38-
<li class="list-group-item"><a href="#documentation">Documentation</a></li>
39-
<li class="list-group-item"><a href="#support">Support</a></li>
40-
<li class="list-group-item"><a href="#policies">Project Policies</a></li>
41-
</ul>
42-
</div>
43-
<div class="col-md-9">
34+
<div class="col-md-10 col-md-offset-1">
4435
<section id="overview">
4536
<div class="page-header">
4637
<h1>Overview</h1>
@@ -64,7 +55,7 @@ <h1>Overview</h1>
6455
<div class="page-header">
6556
<h1>Download</h1>
6657
</div>
67-
<p>The current <strong>beta release</strong> of the library is available in three formats, please pick one of the three:</p>
58+
<h2>Beta</h2>
6859
<div class="row">
6960
<div class="col-md-4">
7061
<a href="http://downloads.cpp-netlib.org/0.13.0/cpp-netlib-0.13.0-rc0.zip" class="btn btn-primary btn-lg btn-block">0.13.0-rc0 (zip)</a>
@@ -82,51 +73,53 @@ <h1>Download</h1>
8273
<small class="text-muted cpp-netlib-hash">md5: e1a6f78df1dd1a45c3fd26647baf7b9e</small>
8374
</div>
8475
</div>
85-
<p>The current <strong>stable release</strong> of the library is available in three formats, please pick one of the three:</p>
76+
<h2>Stable</h2>
8677
<div class="row">
8778
<div class="col-md-4">
88-
<a href="http://downloads.cpp-netlib.org/0.12.0/cpp-netlib-0.12.0-final.zip" class="btn btn-primary btn-lg btn-block">0.12.0-final (zip)</a>
79+
<a href="http://downloads.cpp-netlib.org/0.12.0/cpp-netlib-0.12.0-final.zip" class="btn btn-success btn-lg btn-block">0.12.0-final (zip)</a>
8980
<br>
9081
<small class="text-muted cpp-netlib-hash">md5: 19af754d82e0f3d3d67a456830a88861</small>
9182
</div>
9283
<div class="col-md-4">
93-
<a href="http://downloads.cpp-netlib.org/0.12.0/cpp-netlib-0.12.0-final.tar.gz" class="btn btn-primary btn-lg btn-block">0.12.0-final (tar.gz)</a>
84+
<a href="http://downloads.cpp-netlib.org/0.12.0/cpp-netlib-0.12.0-final.tar.gz" class="btn btn-success btn-lg btn-block">0.12.0-final (tar.gz)</a>
9485
<br>
9586
<small class="text-muted cpp-netlib-hash">md5: 29b87c0e8c1a9e7fbdea5afcec947d53</small>
9687
</div>
9788
<div class="col-md-4">
98-
<a href="http://downloads.cpp-netlib.org/0.12.0/cpp-netlib-0.12.0-final.tar.bz2" class="btn btn-primary btn-lg btn-block">0.12.0-final (tar.bz2)</a>
89+
<a href="http://downloads.cpp-netlib.org/0.12.0/cpp-netlib-0.12.0-final.tar.bz2" class="btn btn-success btn-lg btn-block">0.12.0-final (tar.bz2)</a>
9990
<br>
10091
<small class="text-muted cpp-netlib-hash">md5: 25d1a0bfa088ad4cede998c52fec7b91</small>
10192
</div>
10293
</div>
10394
</section>
104-
<section id="documentation">
95+
<section id="support">
10596
<div class="page-header">
106-
<h1>Documentation</h1>
97+
<h1>Support</h1>
10798
</div>
108-
<p>We make the documentation for supported releases of the library available through the following links.</p>
10999
<div class="row">
110100
<div class="col-md-4">
111-
<a href="0.12.0/index.html" class="btn btn-primary btn-lg btn-block">0.12.0 (stable)</a>
101+
<a href="http://slack.cpp-netlib.org/" class="btn btn-primary btn-lg btn-block">Join us on Slack</a>
112102
</div>
113103
<div class="col-md-4">
114-
<a href="0.13.0/index.html" class="btn btn-primary btn-lg btn-block">0.13.0 (beta)</a>
104+
<a href="https://github.com/cpp-netlib/cpp-netlib/issues" class="btn btn-danger btn-lg btn-block">GitHub Issues</a>
105+
</div>
106+
<div class="col-md-4">
107+
<a href="https://groups.google.com/group/cpp-netlib" class="btn btn-success btn-lg btn-block">Mailing List</a>
115108
</div>
116109
</div>
117110
</section>
118-
<section id="support">
111+
<section id="documentation">
119112
<div class="page-header">
120-
<h1>Support</h1>
113+
<h1>Docs</h1>
114+
</div>
115+
<div class="row">
116+
<div class="col-md-4">
117+
<a href="0.12.0/index.html" class="btn btn-primary btn-lg btn-block">0.12.0 (stable)</a>
118+
</div>
119+
<div class="col-md-4">
120+
<a href="0.13.0/index.html" class="btn btn-primary btn-lg btn-block">0.13.0 (beta)</a>
121+
</div>
121122
</div>
122-
<h2>Join us on Slack!</h2>
123-
<p><a href="http://slack.cpp-netlib.org/" class="btn btn-block">cpp-netlib Slack</a></p>
124-
<h2>Reporting Bugs</h2>
125-
<p>If you're using the library and would like to report issues with the library, please file your bug reports and support requests in the official issue tracker.</p>
126-
<p><a href="https://github.com/cpp-netlib/cpp-netlib/issues" class="btn btn-danger btn-large">File Bugs</a></p>
127-
<h2>Developer Support</h2>
128-
<p>If you're interested in contributing to the development or if you have questions directly involving the implementation or for general discussion of the project, you can subscribe to and discuss with us through the developers mailing list.</p>
129-
<p><a href="https://groups.google.com/group/cpp-netlib" class="btn btn-success btn-large">Discussion Group</a></p>
130123
</section>
131124
<section id="policies">
132125
<div class="page-header">

0 commit comments

Comments
 (0)