add sponsors

This commit is contained in:
Shawn Smith
2019-09-25 14:12:09 +09:00
parent 9e71b9371c
commit 39b63a2fa7
3 changed files with 7 additions and 14 deletions

View File

@@ -8,6 +8,9 @@ A web application that generates a report on the quality of an open source go pr
Support us over on [Patreon](https://www.patreon.com/goreportcard)!
- [Cooper Press](https://golangweekly.com)
- [Cody Wood](https://www.linkedin.com/in/sprkyco/)
### Installation
Assuming you already have a recent version of Go installed, pull down the code with `go get`:

View File

@@ -80,24 +80,12 @@
<table class="table">
<thead>
<tr>
<th>Popular Report Cards</th>
<th>Sponsored Report Cards</th>
</tr>
</thead>
<tbody>
<tr>
<td class="table-link"><a href="/report/github.com/golang/crypto">github.com/golang/crypto</a></td>
</tr>
<tr>
<td class="table-link"><a href="/report/github.com/cockroachdb/cockroach">github.com/cockroachdb/cockroach</a></td>
</tr>
<tr>
<td class="table-link"><a href="/report/github.com/gojp/goreportcard">github.com/gojp/goreportcard</a></td>
</tr>
<tr>
<td class="table-link"><a href="/report/github.com/boltdb/bolt">github.com/boltdb/bolt</a></td>
</tr>
<tr>
<td class="table-link"><a href="/report/github.com/docker/docker">github.com/docker/docker</a></td>
<td class="table-link"><a href="/report/github.com/sprkyco/g0sh1t">github.com/sprkyco/g0sh1t</a></td>
</tr>
</tbody>
</table>

View File

@@ -60,6 +60,8 @@
<div class="container">
<h1 class="title">Supporters</h1>
<ul>
<li><a href="https://cooperpress.com">Cooper Press</a></li>
<li><a href="https://www.linkedin.com/in/sprkyco/">Cody Wood</a></li>
</ul>
</div>
</section>