mirror-web/_includes/footer.html
Miao Wang 26dfed430f
Some checks failed
docker-images / multi (push) Has been cancelled
footer style adj
Signed-off-by: Miao Wang <shankerwangmiao@gmail.com>
2024-04-26 20:34:44 +08:00

60 lines
3.3 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="flex-grow-1"></div>
<div id="footerwrap" class="tuna-foot">
<div class="container">
<div class="row">
<div class="col-lg-4 {% if page.legacy %}col-4{% else %}col-12{% endif %}">
<p class="thuhidden">本站{% if site.operator %}由{{ site.operator }}支持创办,{% endif %}由清华大学 TUNA 协会运行维护。</p>
<p class="thuhidden">清华大学 TUNA 协会,全名清华大学学生网络与开源软件协会,是由清华大学热爱网络技术和开源软件的极客组成的学生技术社团。</p>
<p>本站相关源码可在 <a href="https://github.com/tuna/tunasync"><em>这里(镜像管理器)</em></a><a href="https://github.com/tuna/mirror-web"><em>这里(镜像站网页)</em></a> 获取。</p>
<p class="thuhidden">根据相关法律法规,本站不对欧盟用户提供服务。</p>
{% if site.footnote %}
<p class="thuhidden">{{ site.footnote }}</p>
{% endif %}
</div>
<div class="col-lg-4 {% if page.legacy %}col-4{% else %}col-12{% endif %}">
<h4 class="mt-0">Contact Us</h4>
<div class="thuhidden">
<ul class="social">
<li>
<a href="https://groups.google.com/forum/#!forum/tuna-general">{% fa_svg fas.fa-envelope %} Mailing List</a>
</li>
<li>
<a href="https://web.libera.chat/#tuna">{% fa_svg fas.fa-hashtag %} #tuna at Libera.Chat</a>
</li>
<li>
<a href="https://github.com/tuna/">{% fa_svg fab.fa-github %} GitHub </a>
</li>
<li>
<a href="http://weibo.com/u/5402274706">{% fa_svg fab.fa-weibo %} 新浪微博</a>
</li>
</ul>
</div>
{% if site.sponsor %}
<h4>Sponsor</h4>
<div class="img-responsive thuhidden">
{% for sponsor in site.sponsor %}
<img src="/static/img/{{ site.sponsors[sponsor].logo }}.png" srcset="/static/img/{{ site.sponsors[sponsor].logo }}.png 1x, /static/img/{{ site.sponsors[sponsor].logo }}@2x.png 2x, /static/img/{{ site.sponsors[sponsor].logo }}@3x.png 3x, /static/img/{{ site.sponsors[sponsor].logo }}@4x.png 4x" alt="{{ site.sponsors[sponsor].short }}" />
{% endfor %}
</div>
{% assign first_sponsor = site.sponsors[site.sponsor.first] %}
<p class="thuhidden">本存储服务器由<a href="{{ first_sponsor.link }}">{{ first_sponsor.name }}</a>{{ first_sponsor.eng }})赞助{% if site.poweredby %},并由{{ site.poweredbys[site.poweredby] }}强力驱动{% endif %}。TUNA 感谢<!--
{% for sponsor in site.sponsor %}
-->{{ site.sponsors[sponsor].short }}<!--
{% if forloop.rindex0 == 1 %}
--><!--
{% elsif forloop.rindex0 > 1 %}
--><!--
{% endif %}
{% endfor %}
-->对开源软件和社区的贡献。</p>
{% endif %}
</div>
<div class="col-lg-4 {% if page.legacy %}col-4{% else %}col-12{% endif %}">
<img class="img-responsive thuhidden center-block" style="margin-top:5%" src="/static/img/logo-white.png" srcset="/static/img/logo-white.png 1x, /static/img/logo-white@2x.png 2x, /static/img/logo-white@3x.png 3x, /static/img/logo-white@4x.png 4x" />
</div>
</div><!--/row -->
</div><!--/container -->
</div><!--/footerwrap -->
{% fa_svg_generate %}