Files
Anthias/templates/footer.html
2019-09-27 12:37:43 +06:00

39 lines
1.6 KiB
HTML

<footer id="footer">
<div class="container">
<div class="row">
<div id="screenly-logo" class="col-12 row m-2 ml-0 mr-0">
<div class="links offset-3 col-6 text-center justify-content-center align-self-center">
<a href="/api/docs/" target="_blank" class="mr-4 small">
API
</a>
<a href="https://app-store.srly.io/" target="_blank" class="mr-4 small">
App Store
</a>
<a href="https://support.screenly.io/hc/en-us/sections/202652366-Frequently-Asked-Questions-FAQ-" target="_blank" class="mr-4 small">
Knowledge Base
</a>
<a href="http://screenly.io/" target="_blank" class="mr-4 small">
Screenly.io
</a>
<a href="https://forums.screenly.io/" target="_blank" class="mr-4 small">
Support
</a>
</div>
<div id="github-stars" class="col-3 text-right justify-content-center align-self-center">
<a class="github-button" href="https://github.com/screenly/screenly-ose" data-size="large" data-show-count="true" aria-label="Star screenly/screenly-ose on GitHub">
Star
</a>
</div>
</div>
</div>
</div>
<div class="copy">
<div class="container">
<div class="text-center p-2">
&copy; Screenly, Inc.
</div>
</div>
</div>
</footer>