Skip to content

Avoid reloading when already on homepage #13

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 3 commits into from
Mar 5, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add files via upload
  • Loading branch information
ohsayan authored Mar 1, 2019
commit 25aead0f3737c1048ec04bb4bee4925405b8dff5
156 changes: 156 additions & 0 deletions index2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,156 @@
<!DOCTYPE html>
<html lang="en">

<head>
<title>cpp-netlib: The C++ Network Library</title>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="static/cpp-netlib.css">
</head>

<body data-spy="scroll" data-target="#cpp-netlib-docs-sidebar">
<div class="row" id="wrap">
<div class="container">
<nav class="navbar navbar-fixed-top navbar-inverse cpp-netlib-navbar" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="#">cpp-netlib</a>
</div>
<div>
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</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>
</nav>
<header class="jumbotron subhead">
<h1>The C++ Network Library Project</h1>
<p class="lead">A collection of open-source libraries for high level network programming.</p>
</header>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<section id="overview">
<div class="page-header">
<h1>Overview</h1>
</div>
<p>The project aims to build upon the latest C++ standard (currently C++11) to provide easy to use libraries for network programming. We use the latest compiler versions and features with an eye on pushing the boundaries on leveraging what's available in C++.</p>
<p>Currently the library contains an HTTP client and server implementation, a stand-alone URI library, a network message framework, and some concurrency tools.</p>
<p>The project welcomes contributions from people interested in joining the effort. See the section on <a href="#policies">Project Policies</a> for more information on getting involved.</p>
</section>
<section id="download">
<div class="page-header">
<h1>Download</h1>
</div>
<h2>Stable</h2>
<div class="row">
<div class="col-md-4">
<a href="http://downloads.cpp-netlib.org/0.13.0/cpp-netlib-0.13.0-final.zip" class="btn btn-primary btn-lg btn-block">0.13.0-final (zip)</a>
<br>
<small class="text-muted cpp-netlib-hash">md5: 11fc9ebe27dab21fb3663f6fa9f8699b</small>
</div>
<div class="col-md-4">
<a href="http://downloads.cpp-netlib.org/0.13.0/cpp-netlib-0.13.0-final.tar.gz" class="btn btn-primary btn-lg btn-block">0.13.0-final (tar.gz)</a>
<br>
<small class="text-muted cpp-netlib-hash">md5: 002b0922bc7028d585c4975db748399d</small>
</div>
<div class="col-md-4">
<a href="http://downloads.cpp-netlib.org/0.13.0/cpp-netlib-0.13.0-final.tar.bz2" class="btn btn-primary btn-lg btn-block">0.13.0-final (tar.bz2)</a>
<br>
<small class="text-muted cpp-netlib-hash">md5: 7933af08804db409f0a01f14fb997828</small>
</div>
</div>
<h2>Previous Stable</h2>
<div class="row">
<div class="col-md-4">
<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>
<br>
<small class="text-muted cpp-netlib-hash">md5: 19af754d82e0f3d3d67a456830a88861</small>
</div>
<div class="col-md-4">
<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>
<br>
<small class="text-muted cpp-netlib-hash">md5: 29b87c0e8c1a9e7fbdea5afcec947d53</small>
</div>
<div class="col-md-4">
<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>
<br>
<small class="text-muted cpp-netlib-hash">md5: 25d1a0bfa088ad4cede998c52fec7b91</small>
</div>
</div>
</section>
<section id="support">
<div class="page-header">
<h1>Support</h1>
</div>
<div class="row">
<div class="col-md-4">
<a href="https://slack.cpp-netlib.org/" class="btn btn-primary btn-lg btn-block">Join us on Slack</a>
</div>
<div class="col-md-4">
<a href="https://github.com/cpp-netlib/cpp-netlib/issues" class="btn btn-danger btn-lg btn-block">GitHub Issues</a>
</div>
<div class="col-md-4">
<a href="https://groups.google.com/group/cpp-netlib" class="btn btn-success btn-lg btn-block">Mailing List</a>
</div>
</div>
</section>
<section id="documentation">
<div class="page-header">
<h1>Docs</h1>
</div>
<div class="row">
<div class="col-md-4">
<a href="0.13.0/index.html" class="btn btn-primary btn-lg btn-block">0.13.0 (stable)</a>
</div>
<div class="col-md-4">
<a href="0.12.0/index.html" class="btn btn-primary btn-lg btn-block">0.12.0 (previous stable)</a>
</div>
</div>
</section>
<section id="policies">
<div class="page-header">
<h1>Project Policies</h1>
</div>
<p>The project welcomes contributors and starting with 2013, we've resolved to document as much of the policies we follow in the project as we can. Please follow the links below for more information.
</p>
<ul>
<li><a href="process.html">Development Process</a></li>
<li><a href="style-guide.html">Style Guide</a></li>
<li><a href="proposals.html">Proposing New Libraries</a></li>
</ul>
</section>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="container">
<p class="text-muted credit">Copyright 2012-2018 Dean Michael Berris; Glyn Matthews; 2013 Google, Inc.</p>
<p class="text-muted credit">Distributed under the Boost Software License, Version 1.0. (See accompanying file <a href="LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</p>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19815738-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script');
ga.type =
'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ?
'https://ssl' : 'http://www') +
'.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</body>

</html>