diff options
| author | Garrett D'Amore <garrett@damore.org> | 2019-12-30 00:11:34 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2019-12-30 00:11:34 -0800 |
| commit | a650d3a9e2413a95ef4ece30c5dfd2ac88c391b0 (patch) | |
| tree | 3d47b3978293ecf7ca2bd8da7b92047bfc6fa5d3 /index.html | |
| parent | 6fcdc5c3de7cf82ea0f72abc2fd4b587672451eb (diff) | |
| download | nng-a650d3a9e2413a95ef4ece30c5dfd2ac88c391b0.tar.gz nng-a650d3a9e2413a95ef4ece30c5dfd2ac88c391b0.tar.bz2 nng-a650d3a9e2413a95ef4ece30c5dfd2ac88c391b0.zip | |
landing page tweaks - badges
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -427,7 +427,6 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b .hide-for-print{display:none!important} .show-for-print{display:inherit!important}} </style> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css"> </head> <body class="article"> <div id="header"> @@ -435,13 +434,18 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b </div> <div id="content"> <div class="paragraph"> -<p><span class="image"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="MIT License"></span> -<span class="image"><a class="image" href="https://travis-ci.org/nanomsg/nng"><img src="https://img.shields.io/travis/nanomsg/nng/master.svg?label=linux" alt="Linux Status"></a></span> -<span class="image"><a class="image" href="https://ci.appveyor.com/project/nanomsg/nng"><img src="https://img.shields.io/appveyor/ci/nanomsg/nng/master.svg?label=windows" alt="Windows Status"></a></span> -<span class="image"><a class="image" href="https://codecov.io/gh/nanomsg/nng"><img src="https://codecov.io/gh/nanomsg/nng/branch/master/graph/badge.svg?label=coverage" alt="Coverage"></a></span></p> +<p><span class="image"><a class="image" href="https://github.com/nanomsg/nng/actions"><img src="https://img.shields.io/github/workflow/status/nanomsg/nng/linux/master?logoColor=grey&logo=ubuntu&label=" alt="Linux Status"></a></span> +<span class="image"><a class="image" href="https://github.com/nanomsg/nng/actions"><img src="https://img.shields.io/github/workflow/status/nanomsg/nng/windows/master?logoColor=grey&logo=windows&label=" alt="Windows Status"></a></span> +<span class="image"><a class="image" href="https://github.com/nanomsg/nng/actions"><img src="https://img.shields.io/github/workflow/status/nanomsg/nng/darwin/master?logoColor=grey&logo=apple&label=" alt="macOS Status"></a></span> +<span class="image"><a class="image" href="https://codecov.io/gh/nanomsg/nng"><img src="https://img.shields.io/codecov/c/github/nanomsg/nng?logo=codecov&logoColor=grey&label=" alt="Coverage"></a></span> +<span class="image"><a class="image" href="https://www.codacy.com/app/gdamore/nng"><img src="https://img.shields.io/codacy/grade/f241cba192974787b66f7e4368777ebf?logo=codacy&logoColor=grey&label=" alt="Codacy"></a></span> +<span class="image"><a class="image" href="https://lgtm.com/projects/g/nanomsg/nng/?mode=list"><img src="https://img.shields.io/lgtm/grade/cpp/github/nanomsg/nng?logo=lgtm&logoColor=grey&label=" alt="LGTM"></a></span> +<span class="image"><a class="image" href="https://discord.gg/Xnac6b9"><img src="https://img.shields.io/discord/639573728212156478?label=&logo=discord" alt="Discord"></a></span> +<span class="image"><a class="image" href="https://github.com/nanomsg/nng/blob/master/LICENSE.txt"><img src="https://img.shields.io/github/license/nanomsg/nng.svg?logoColor=silver&logo=open-source-initiative&label=&color=blue" alt="MIT License"></a></span> +<span class="image"><a class="image" href=""https://github.com/nanomsg/nng/releases"><img src="https://img.shields.io/github/v/tag/nanomsg/nng.svg?logo=github&label=" alt="Latest version"></a></span></p> </div> <div class="paragraph"> -<p>This is the documentation for NNG.</p> +<p>This is the landing page for NNG.</p> </div> <div class="paragraph"> <p>The Reference Manual is available for browsing <a href="man/index.html">here</a>.</p> @@ -452,7 +456,7 @@ NNG by purchasing your own copy of the <a href="http://staysail.tech/books/nng_reference/">NNG Reference Manual</a>.</p> </div> <div class="paragraph"> -<p>Here is my <a href="RATIONALE.html">rationale</a> for why I made <em>nng</em>.</p> +<p>Here is the <a href="RATIONALE.html">rationale</a> behind the creation of <em>nng</em>.</p> </div> <div class="paragraph"> <p>My presentation, <a href="https://staysail.github.io/nng_presentation/nng_presentation.html">Scalability Protocols</a>, from February 2018, also has some more detail |
