Skip to content

Commit 319cf28

Browse files
committed
Remove google+ button from home page
1 parent 11daca6 commit 319cf28

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

index.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,6 @@ <h1>Overview</h1>
3939
<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>
4040
<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>
4141
<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>
42-
<div class="g-plusone" data-annotation="inline" data-width="300"></div>
43-
<script type="text/javascript">
44-
(function() {
45-
var po = document.createElement('script');
46-
po.type = 'text/javascript';
47-
po.async = true;
48-
po.src = 'https://apis.google.com/js/platform.js';
49-
var s = document.getElementsByTagName('script')[0];
50-
s.parentNode.insertBefore(po, s);
51-
})();
52-
</script>
5342
</section>
5443
<section id="download">
5544
<div class="page-header">

0 commit comments

Comments
 (0)