Commiting to test quickstart.sh
This commit is contained in:
parent
630c789e4f
commit
34435c5f6a
31 changed files with 1071 additions and 1572 deletions
|
@ -1,8 +1,53 @@
|
|||
<footer>
|
||||
<section class="footer-dark text-white">
|
||||
<div class="text-footer">
|
||||
<small>Hosted on GitHub Pages — Theme by <a href="https://github.com/volny">Felix Volny</a>, <a href="https://github.com/ned-kelly">ned-kelly</a> and <a href="https://github.com/zklosko">Zachary Klosko</a> | </small>
|
||||
<small>Code and docs licensed under GPLv2. More details <a href="http://sourcefabric.booktype.pro/airtime-25-for-broadcasters/about-this-manual/">here</a>. </small>
|
||||
<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">
|
||||
<img class="mb-3" src="/img/logo.png" alt="Docs UI Kit" style="width: 170px;">
|
||||
<p class="small font-weight-light mb-3">Docs UI Kit is fully responsive template with variety of documentation layouts, functional features and ready to use pages.</p>
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
<div class="col-sm-4 col-lg-2 mb-4">
|
||||
<h4 class="h6 text-white mb-3">Contribute</h4>
|
||||
|
||||
<!-- Links -->
|
||||
<ul class="list-unstyled">
|
||||
<li class="mb-3"><a class="link-white-55" href="#">Code</a></li>
|
||||
<li class="mb-3"><a class="link-white-55" href="https://opencollective.com/libretime">Donate</a></li>
|
||||
<li class="mb-3"><a class="link-white-55" href="#">Write</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>
|
||||
<li class="mb-3"><a class="link-white-55" href="#">FAQ</a></li>
|
||||
</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>
|
||||
<li class="mb-3"><a class="link-white-55" href="https://chat.libretime.org/login">Mattermost</a></li>
|
||||
</ul>
|
||||
<!-- End Links -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr class="my-5 opacity-10">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-7">
|
||||
<p class="small font-weight-light mb-md-0">Code and docs licensed under GPLv2. More details <a href="http://sourcefabric.booktype.pro/airtime-25-for-broadcasters/about-this-manual/">here</a>.</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
Loading…
Add table
Add a link
Reference in a new issue