mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-28 22:39:05 +08:00
31 lines
939 B
HTML
31 lines
939 B
HTML
[[ define "footer" ]]
|
|
<footer class="footer">
|
|
<div class="container">
|
|
<div class="content has-text-centered">
|
|
<p>
|
|
<strong>Go Report Card</strong> by
|
|
<a href="https://twitter.com/shawnps">Shawn Smith</a> and
|
|
<a href="https://twitter.com/ironzeb">Herman Schaaf</a>,
|
|
authors of <a href="https://leanpub.com/productiongo">Production Go</a>.
|
|
</p>
|
|
<p>Sponsored by:</p>
|
|
<p>
|
|
<a href="https://www.messaged.com">
|
|
<img width="15%" src="/assets/messaged.png">
|
|
</a>
|
|
</p>
|
|
<p>
|
|
<a href="https://www.cooperpress.com">
|
|
<img width="15%" src="/assets/cooperpress.png">
|
|
</a>
|
|
</p>
|
|
<p>
|
|
<a href="https://www.digitalocean.com?utm_medium=opensource&utm_source=goreportcard">
|
|
<img width="15%" src="/assets/digitalocean.svg">
|
|
</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
[[ end ]]
|