sidebar: Add XMPP service

Ta-da! New public service on mint.lgbt! Enjoy.
This commit is contained in:
Lux Aliaga 2023-08-03 19:38:29 -04:00
parent 1dead38a65
commit cd18ebdaf4
Signed by: lux
GPG Key ID: 5A400026ED2F57FD
5 changed files with 134 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 B

View File

@ -57,8 +57,7 @@
<td colspan="2">
<marquee behavior="scroll">
<b>BREAKING NEWS:</b>
Fedimint and Piped have been shut down on the 3rd of July, at
12:00 P.M. EST
We've relaunched our XMPP service! See more information by clicking on the XMPP button on the sidebar.
</marquee>
</td>
</tr>
@ -77,6 +76,16 @@
</td>
</tr>
<tr>
<td width="18">
<img alt="XMPP" src="/assets/icons/XMPP.gif">
</td>
<td bgcolor="#0dbd8b">
<a href="https://mint.lgbt/xmpp">XMPP</a>
</td>
</tr>
<tr>
<td width="18">
<img alt="Femgit" src="/assets/icons/femgit.gif">

123
public/xmpp/index.html Normal file
View File

@ -0,0 +1,123 @@
<html>
<head>
<meta charset="utf-8">
<style type="text/css">
@font-face {
font-family: 'Avara Bold';
font-style: normal;
font-weight: normal;
src: url('/assets/fonts/avara-webfont.eot');
src: url('/assets/fonts/avara-webfont.eot?#iefix') format('embedded-opentype'),
url('/assets/fonts/avara-webfont.woff2') format('woff2'),
url('/assets/fonts/avara-webfont.woff') format('woff'),
url('/assets/fonts/avara-webfont.ttf') format('truetype'),
url('/assets/fonts/avara-webfont.svg#avarabold') format('svg');
}
@font-face {
font-family: 'Avara Bold Italic';
font-style: normal;
font-weight: normal;
src: url('/assets/fonts/avara-italic-webfont.eot');
src: url('/assets/fonts/avara-italic-webfont.eot?#iefix') format('embedded-opentype'),
url('/assets/fonts/avara-italic-webfont.woff2') format('woff2'),
url('/assets/fonts/avara-italic-webfont.woff') format('woff'),
url('/assets/fonts/avara-italic-webfont.ttf') format('truetype'),
url('/assets/fonts/avara-italic-webfont.svg#avarabold_italic') format('svg');
}
body {
font-family: 'Avara Bold', sans-serif;
}
a {
color: #0066cc;
}
#copy {
font-family: serif;
}
</style>
<title>XMPP - mint.lgbt</title>
</head>
<body bgcolor="#191724" text="#e0def4">
<center>
<table bgcolor="#26233a" border="0" cellpadding="3" text="#090909" width="600">
<tbody>
<tr>
<td colspan="2">
<img alt="mint.lgbt" src="/assets/banners/xmpp.jpg">
</td>
</tr>
<tr>
<td valign="top">
<a href="../">← Go back</a>
<h2><u>The mint.lgbt XMPP Server</u></h2>
<a href='https://compliance.conversations.im/server/mint.lgbt'><img src='https://compliance.conversations.im/badge/mint.lgbt'></a>
<p>
XMPP (originally named Jabber) is an open federated messaging protocol. mint.lgbt offers a public server using the <a href="https://prosody.im/">Prosody</a> software. If you want to sign up, install a <a href="https://xmpp.org/software/">client</a> and use in-band registration with the address <pre>mint.lgbt</pre>.
</p>
</td>
</tr>
<tr>
<td colspan="3">
<p>
<center>
Femgit icon by <a href="https://j0.lol">j0</a>.
<br>
mint.lgbt leaf graciously donated by
<a href="https://corviform.gay">Ember</a>.
<br>
<span id="copy">&copy;</span> 2020-2023 mint.lgbt. Licensed
under the
<a href="https://fem.mint.lgbt/mint-lgbt/website/src/branch/develop/LICENSE">ISC license</a>.
</center>
</p>
</td>
</tr>
<tr>
<td colspan="3">
<center>
<table>
<tr>
<td>
<img alt="Powered by Linux" height="31" src="/assets/badges/linux.gif" width="88">
</td>
<td>
<a href="http://www.anybrowser.org/campaign">
<img alt="Viewable with any browser" height="31" src="/assets/badges/anybrowser.gif" width="88">
</a>
</td>
<td>
<a href="https://yesterweb.org/no-to-web3">
<img alt="Keep the web free, say no to Web3" height="31" src="/assets/badges/noweb3.gif" width="88">
</a>
</td>
<td>
<a href="https://liberapay.com/mint.lgbt/donate">
<img alt="Donate using Liberapay" height="31" src="https://liberapay.com/assets/widgets/donate.svg" width="88">
</a>
</td>
</tr>
</table>
</center>
</td>
</tr>
</tbody>
</table>
</center>
</body>
</html>