replace converse by movim (#477)

Fix Disroot/Disroot-Project#864

Reviewed-on: #477
Reviewed-by: Fede.- <fede@no-reply@disroot.org>
Co-authored-by: meaz <meaz@disroot.org>
Co-committed-by: meaz <meaz@disroot.org>
This commit is contained in:
meaz 2024-04-16 14:59:48 +02:00 committed by meaz
parent db284940e7
commit c4750c9500
6 changed files with 27 additions and 8 deletions

View File

@ -53,8 +53,8 @@ clients:
platforms: [fa-linux, fa-windows, fa-apple, fa-android]
-
title: converse.js
logo: conversejs.svg
title: Movim
logo: movim.png
link: https://webchat.disroot.org
text: "XMPP client in your browser"
platforms: [fa-firefox]

View File

@ -53,8 +53,8 @@ clients:
platforms: [fa-linux, fa-windows, fa-apple, fa-android]
-
title: converse.js
logo: conversejs.svg
title: Movim
logo: movim.png
link: https://webchat.disroot.org
text: "XMPP client in your browser"
platforms: [fa-firefox]

View File

@ -53,8 +53,8 @@ clients:
platforms: [fa-linux, fa-windows, fa-apple, fa-android]
-
title: converse.js
logo: conversejs.svg
title: Movim
logo: movim.png
link: https://webchat.disroot.org
text: "Cliente XMPP en tu navegador"
platforms: [fa-firefox]

View File

@ -53,8 +53,8 @@ clients:
platforms: [fa-linux, fa-windows, fa-apple, fa-android]
-
title: converse.js
logo: conversejs.svg
title: Movim
logo: movim.png
link: https://webchat.disroot.org
text: "XMPP client in your browser"
platforms: [fa-firefox]

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" viewBox="0 0 240 240" xmlns="http://www.w3.org/2000/svg">
<defs>
<filter id="c" x="-.142" y="-.244" width="1.285" height="1.489">
<feGaussianBlur stdDeviation="10.686"/>
</filter>
<linearGradient id="b" x1="40" x2="200" y1="40" y2="200" gradientUnits="userSpaceOnUse">
<stop stop-color="#345cca" offset="0"/>
<stop stop-color="#5d47c6" offset="1"/>
</linearGradient>
<linearGradient id="a" x1="125" x2="174.95" y1="65" y2="210.1" gradientUnits="userSpaceOnUse">
<stop stop-color="#344394" offset="0"/>
<stop stop-color="#7c45df" offset="1"/>
</linearGradient>
</defs>
<circle cx="120" cy="120" r="110" fill="url(#b)" stroke="url(#a)" stroke-width="3"/>
<path transform="scale(.91667)" d="m112.916 82.039c-20.51 0-37.137 16.627-37.137 37.137 0 1.594 0.10688 3.1707 0.30171 4.7118-0.29375-9e-3 -0.58624-0.0232-0.88201-0.0232-17.434-7e-5 -31.567 14.133-31.567 31.567 0 17.434 14.133 31.567 31.567 31.567h122.44c14.357 0 25.996-11.639 25.996-25.996 0-14.357-11.639-25.996-25.996-25.996-0.0468 0-0.093-2.5e-4 -0.13928 0 0.0334-0.64832 0.0696-1.293 0.0696-1.9497 0-20.51-16.627-37.137-37.137-37.137-5.7242 0-11.15 1.3077-15.992 3.6209-6.5596-10.507-18.221-17.501-31.52-17.501z" fill="#332949" opacity=".45896" filter="url(#c)"/>
<path d="m101.59 73.35c-18.232 0-33.011 14.78-33.011 33.011 0 1.4169 0.095 2.8184 0.26819 4.1883-0.26111-8e-3 -0.5211-0.0206-0.78401-0.0206-15.497-9e-5 -28.059 12.562-28.059 28.059 0 15.497 12.563 28.059 28.059 28.059h108.83c12.762 0 23.108-10.346 23.108-23.108 0-12.762-10.346-23.108-23.108-23.108-0.0416 0-0.0827-2.2e-4 -0.1238 0 0.0297-0.57629 0.0619-1.1493 0.0619-1.7331 0-18.231-14.78-33.011-33.011-33.011-5.0882 0-9.9111 1.1624-14.215 3.2186-5.8308-9.3396-16.197-15.556-28.018-15.556z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB