Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5ef96c7

Browse files
committed
Layout the website better
1 parentdedbd83 commit5ef96c7

File tree

1 file changed

+23
-30
lines changed

1 file changed

+23
-30
lines changed

‎index.html

Lines changed: 23 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,7 @@ <h1>The C++ Network Library Project</h1>
3131
<pclass="lead">A collection of open-source libraries for high level network programming.</p>
3232
</header>
3333
<divclass="row">
34-
<divclass="col-md-3"id="cpp-netlib-docs-sidebar"role="complimentary">
35-
<ulclass="nav list-group cpp-netlib-sidebar"data-spy="affix"data-offset-top="245">
36-
<liclass="list-group-item"><ahref="#overview">Overview</a></li>
37-
<liclass="list-group-item"><ahref="#download">Download</a></li>
38-
<liclass="list-group-item"><ahref="#documentation">Documentation</a></li>
39-
<liclass="list-group-item"><ahref="#support">Support</a></li>
40-
<liclass="list-group-item"><ahref="#policies">Project Policies</a></li>
41-
</ul>
42-
</div>
43-
<divclass="col-md-9">
34+
<divclass="col-md-10 col-md-offset-1">
4435
<sectionid="overview">
4536
<divclass="page-header">
4637
<h1>Overview</h1>
@@ -64,7 +55,7 @@ <h1>Overview</h1>
6455
<divclass="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
<divclass="row">
6960
<divclass="col-md-4">
7061
<ahref="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
<smallclass="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
<divclass="row">
8778
<divclass="col-md-4">
88-
<ahref="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+
<ahref="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
<smallclass="text-muted cpp-netlib-hash">md5: 19af754d82e0f3d3d67a456830a88861</small>
9182
</div>
9283
<divclass="col-md-4">
93-
<ahref="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+
<ahref="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
<smallclass="text-muted cpp-netlib-hash">md5: 29b87c0e8c1a9e7fbdea5afcec947d53</small>
9687
</div>
9788
<divclass="col-md-4">
98-
<ahref="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+
<ahref="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
<smallclass="text-muted cpp-netlib-hash">md5: 25d1a0bfa088ad4cede998c52fec7b91</small>
10192
</div>
10293
</div>
10394
</section>
104-
<sectionid="documentation">
95+
<sectionid="support">
10596
<divclass="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
<divclass="row">
110100
<divclass="col-md-4">
111-
<ahref="0.12.0/index.html"class="btn btn-primary btn-lg btn-block">0.12.0 (stable)</a>
101+
<ahref="http://slack.cpp-netlib.org/"class="btn btn-primary btn-lg btn-block">Join us on Slack</a>
112102
</div>
113103
<divclass="col-md-4">
114-
<ahref="0.13.0/index.html"class="btn btn-primary btn-lg btn-block">0.13.0 (beta)</a>
104+
<ahref="https://github.com/cpp-netlib/cpp-netlib/issues"class="btn btn-danger btn-lg btn-block">GitHub Issues</a>
105+
</div>
106+
<divclass="col-md-4">
107+
<ahref="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-
<sectionid="support">
111+
<sectionid="documentation">
119112
<divclass="page-header">
120-
<h1>Support</h1>
113+
<h1>Docs</h1>
114+
</div>
115+
<divclass="row">
116+
<divclass="col-md-4">
117+
<ahref="0.12.0/index.html"class="btn btn-primary btn-lg btn-block">0.12.0 (stable)</a>
118+
</div>
119+
<divclass="col-md-4">
120+
<ahref="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><ahref="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><ahref="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><ahref="https://groups.google.com/group/cpp-netlib"class="btn btn-success btn-large">Discussion Group</a></p>
130123
</section>
131124
<sectionid="policies">
132125
<divclass="page-header">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp