mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-29 06:49:05 +08:00
22 lines
696 B
HTML
22 lines
696 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.signalsciences.com">
|
|
<img width="15%" src="/assets/signalsciences.png">
|
|
</a>
|
|
</p>
|
|
<p>Protect your most critical web applications, APIs, and microservices.</p>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
[[ end ]]
|