lib.itmens/common/templates/partial/_sidebar_anonymous.html
Henri Dickson 0ffd47ca96
new style
* new style with picocss
* djlint
* rate distribution
* collection item drag to order
* discover available for guest
* search combine movie tv
2023-05-20 11:01:18 -04:00

28 lines
1.3 KiB
HTML
Raw 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.

{% load static %}
{% load i18n %}
{% load admin_url %}
{% load mastodon %}
{% load oauth_token %}
{% load truncate %}
{% load thumb %}
{% load collection %}
{% load bleach_tags %}
<div class="grid__aside grid__aside--reverse-order">
<section>
<article>
<h3>欢迎 🙋🏻‍♀️ 🙋🏻 🙋🏻‍♂️</h3>
<p>
<i class="fa-solid fa-puzzle-piece"></i> &nbsp; {{ site_name }}致力于提供一个涵盖书籍、影视、音乐、游戏、播客的自由开放互联的收藏评论空间。 你可以在这里记录你的收藏和想法,以及发现新的内容和朋友。
</p>
<p>
<i class="fa-solid fa-globe"></i> &nbsp; 登录{{ site_name }}需要一个联邦网络Fediverse也被称为长毛象实例账号如果你还没有账号可以<a href="https://joinmastodon.org/zh/servers" target="_blank">到这里注册</a>
</p>
<p>
<i class="fa-solid fa-circle-question"></i> &nbsp; 如果有任何问题或建议,欢迎通过<a href="https://mastodon.social/@neodb">联邦网络</a><a href="https://discord.gg/uprvcH8gqD">Discord</a>和我们联系。
</p>
<p>
<i class="fa-solid fa-door-open"></i> &nbsp; <a href="/users/login/">点击这里</a>登录。
</p>
</article>
</section>
</div>