Files
goreportcard/assets/templates/footer.html
2021-11-10 09:45:18 +09:00

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 ]]