mirror of
https://github.com/Screenly/Anthias.git
synced 2026-05-07 14:55:18 -04:00
39 lines
1.6 KiB
HTML
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">
|
|
© Screenly, Inc.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|