2020-11-02 19:20:34 +01:00
< footer class = "footer-dark text-white font-weight-light text-white-55 pt-11 pb-5 overflow-hidden" >
< div class = "container " >
< div class = "row justify-content-md-between" >
< div class = "col-md-12 col-lg-4 mb-4 mr-lg-auto" >
2020-11-12 04:41:53 +01:00
< img class = "mb-3" src = "/img/logo.png" alt = "Libretime" style = "width: 170px;" >
2020-12-03 18:22:41 +01:00
< p class = "small font-weight-light mb-3" > LibreTime is an open source radio automation solution helping communities broadcast with ease.< / p >
2020-11-02 19:20:34 +01:00
< / div >
< div class = "col-sm-4 col-lg-2 mb-4" >
< h4 class = "h6 text-white mb-3" > Contribute< / h4 >
<!-- Links -->
< ul class = "list-unstyled" >
2020-11-03 05:14:27 +01:00
< li class = "mb-3" > < a class = "link-white-55" href = "/contribute" > Develop< / a > < / li >
2020-11-02 19:20:34 +01:00
< li class = "mb-3" > < a class = "link-white-55" href = "https://opencollective.com/libretime" > Donate< / a > < / li >
< / ul >
<!-- End Links -->
< / div >
< div class = "col-sm-4 col-lg-2 mb-4" >
< h4 class = "h6 text-white mb-3" > Support< / h4 >
<!-- Links -->
< ul class = "list-unstyled" >
< li class = "mb-3" > < a class = "link-white-55" href = "/docs" > Docs< / a > < / li >
2020-11-28 03:39:16 +01:00
< li class = "mb-3" > < a class = "link-white-55" href = "/docs/troubleshooting" > Troubleshooting< / a > < / li >
2020-11-02 19:20:34 +01:00
< / ul >
<!-- End Links -->
< / div >
< div class = "col-sm-4 col-lg-2 mb-4" >
< h4 class = "h6 text-white mb-3" > Community< / h4 >
<!-- Links -->
< ul class = "list-unstyled" >
< li class = "mb-3" > < a class = "link-white-55" href = "https://discourse.libretime.org/" > Discourse< / a > < / li >
2020-11-27 04:56:16 +01:00
< li class = "mb-3" > < a class = "link-white-55" href = "https://chat.libretime.org/" > Mattermost< / a > < / li >
2020-11-02 19:20:34 +01:00
< / ul >
<!-- End Links -->
< / div >
< / div >
< hr class = "my-5 opacity-10" >
< div class = "row" >
< div class = "col-md-7" >
2020-12-03 17:19:17 +01:00
< p class = "small font-weight-light mb-md-0" > Code licensed under AGPLv3; docs licensed under GPLv2. More details < a href = "http://sourcefabric.booktype.pro/airtime-25-for-broadcasters/about-this-manual/" > here< / a > .< / p >
2020-12-03 18:07:18 +01:00
{% if page.photocredit %}
< div class = "small font-weight-light mb-md-0" > {{page.photocredit}}< / div >
{% endif %}
2020-11-02 19:20:34 +01:00
< / div >
< / div >
< / div >
2021-05-27 16:34:02 +02:00
< / footer >