Remove gif from newlife and missedmsgs

This commit is contained in:
HackerNCoder 2022-11-22 19:20:05 +00:00
parent b7ebf1927c
commit 665f72a7d1
7 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
_model: project _model: project
--- ---
ogpimage: main.gif ogpimage: main.jpg
--- ---
title: Missed messages. title: Missed messages.
--- ---

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

View file

@ -1,6 +1,6 @@
_model: project _model: project
--- ---
ogpimage: main.gif ogpimage: main.png
--- ---
title: A new life title: A new life
--- ---

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 624 KiB

View file

@ -3,7 +3,7 @@
<div class="about-section-text container px-4 px-lg-5"> <div class="about-section-text container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center"> <div class="row gx-4 gx-lg-5 justify-content-center">
<h2 class="display-3 text-black mb-4">{{ this.join_title }}</h2> <h2 class="display-3 text-black mb-4">{{ this.join_title }}</h2>
<div class="col-8 col-lg-4 d-grid gap-2 mx-auto"> <div class="col-8 col-md-4 col-lg-3 d-grid gap-2 mx-auto">
<a href="https://discord.gg/tzbXdkxWYF" class="btn btn-primary"><i class="fa fa-discord" aria-hidden="true"></i> Discord</a> <a href="https://discord.gg/tzbXdkxWYF" class="btn btn-primary"><i class="fa fa-discord" aria-hidden="true"></i> Discord</a>
<a href="https://littleroot.net/weblate/" class="btn btn-primary"><i class="fa fa-language" aria-hidden="true"></i> Weblate</a> <a href="https://littleroot.net/weblate/" class="btn btn-primary"><i class="fa fa-language" aria-hidden="true"></i> Weblate</a>
</div> </div>