website/_includes/footer.html

90 lines
4.3 KiB
HTML
Raw Normal View History

<footer class="site-footer">
2022-01-21 12:33:34 +01:00
<div class="row text-center ml-0 mr-0">
<div class="col-1 ml-auto"></div>
<nav class="col-3">
2022-01-13 12:47:49 +01:00
<strong class="text-uppercase">{% t footer.sitemap %}</strong>
<ul class="list-unstyled ml-0">
<li><a href="/">{% t meta.titles.index %}</a></li>
<li><a href="{% link _pages/about-us.html %}">{% t meta.titles.aboutus %}</a></li>
<li><a href="{% link _pages/services-and-products.html %}">{% t meta.titles.services_and_products %}</a></li>
<li><a href="{% link _pages/contacts.html %}">{% t meta.titles.contacts %}</a></li>
</ul>
</nav>
2022-01-21 12:33:34 +01:00
<div class="col-3">
2022-01-13 12:47:49 +01:00
<strong class="text-uppercase">{% t footer.projects %}</strong>
<ul class="list-unstyled ml-0">
<li><a href="{% link _pages/radio.html %}">{% t meta.titles.radio %}</a></li>
<li><a href="{% link _pages/software.html %}">{% t meta.titles.software %}</a></li>
<li><a href="{% link _pages/news.html %}">{% t meta.titles.news %}</a></li>
</ul>
</div>
2022-01-21 12:33:34 +01:00
<div class="col-3">
2022-01-13 12:47:49 +01:00
<strong class="text-uppercase">{% t footer.channels %}</strong>
<ul class="list-unstyled ml-0">
<li><a href="{% link _pages/peertube.html %}">{% t meta.titles.peertube %}</a></li>
<li><a href="{% link _pages/funkwhale.html %}">{% t meta.titles.funkwhale %}</a></li>
</ul>
</div>
2022-01-21 12:33:34 +01:00
<div class="col-1 mr-auto"></div>
2022-01-13 12:47:49 +01:00
</div>
<br>
2020-12-29 21:40:17 +01:00
<div class="container">
<div class="input-group mb-5">
<input type="text" id="search-input" class="form-control rounded-right" placeholder="{% t inputs.search %}"
aria-label="{% t inputs.search %}" aria-describedby="button-search" autocomplete="off">
2020-12-29 21:40:17 +01:00
<div class="input-group-append">
<div id="results-container" class="dropdown-menu d-block p-0 border-0"></div>
</div>
</div>
<p>
Copyright © Unitoo 2017-{{ 'now' | date: "%Y" }}<br><br>
{{ site.description }}<br>
<small>
2020-12-30 18:11:45 +01:00
{% t footer.license %}
2021-07-29 17:12:03 +02:00
<a target="_blank" rel="nofollow" href="https://gitea.it/Unitoo/unitoo-site">
2021-08-20 16:48:07 +02:00
<i class="fas fa-link-ext"></i> Gitea
2020-12-30 18:11:45 +01:00
</a>
2020-12-29 21:40:17 +01:00
<br>
</small>
</p>
2021-08-20 16:50:38 +02:00
2020-12-29 21:40:17 +01:00
<ul class="list-inline social-buttons mt-2 mb-3 mx-auto">
<li class="list-inline-item">
2022-01-13 12:47:49 +01:00
<a href="https://gitea.it/Unitoo" rel="nofollow" target="_blank" data-original-title="" title="">
<i class="fab fa-gitea" data-original-title="" title=""></i></a>
2020-12-29 21:40:17 +01:00
</li>
<li class="list-inline-item">
<a href="https://github.com/UnitooTeam" rel="nofollow" target="_blank" data-original-title=""
2021-08-20 16:48:07 +02:00
title=""><i class="fab fa-github-circled" data-original-title="" title=""></i></a>
2020-12-29 21:40:17 +01:00
</li>
<li class="list-inline-item">
<a href="https://mastodon.uno/@unitoo" rel="me" target="_blank" data-original-title="" title="">
2022-01-13 12:47:49 +01:00
<i class="fab fa-mastodon"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://matrix.to/#/#nodo-1-unity:unitoo.it" target="_blank" rel="nofollow" data-original-title="" title="">
<i class="fab fa-element"></i>
2020-12-29 21:40:17 +01:00
</a>
</li>
<li class="list-inline-item">
<a href="{% link _pages/news.html %}" target="_blank" data-original-title="" title="">
2021-08-20 16:48:07 +02:00
<i class="fab fa-telegram"></i>
</a>
2020-12-29 21:40:17 +01:00
</li>
2022-01-13 12:47:49 +01:00
<li class="list-inline-item">
<a href="https://liberapay.com/Unitoo/" rel="nofollow" target="_blank" data-original-title="" title="">
<i class="fab fa-liberapay"></i>
</a>
</li>
2020-12-29 21:40:17 +01:00
</ul>
2019-08-13 16:36:22 +02:00
2020-12-29 21:40:17 +01:00
<div class="small mt-3">
Unitoo di Claudio Maradonna, Via Circonvallazione Sud 28/A, Monteprandone, 63076 (AP) - 02324570445 - REA:
2022-01-13 12:47:49 +01:00
AP-204883 - info@unitoo.it
2020-12-29 21:40:17 +01:00
<br>
2021-08-20 16:48:07 +02:00
<a href="{% link _pages/privacy.html %}">Informativa privacy</a>
2020-12-29 21:40:17 +01:00
</div>
2019-08-13 16:36:22 +02:00
</div>
2019-08-13 15:16:48 +02:00
</footer>