Coverage for templates/contact.html: 100%
38 statements
« prev ^ index » next coverage.py v7.6.9, created at 2024-12-26 00:11 +0000
« prev ^ index » next coverage.py v7.6.9, created at 2024-12-26 00:11 +0000
1{% extends 'base.html' %}
2{% load i18n %}
3{% load static %}
4{% load bootstrap4 %}
6{% block title %}{% trans 'federated avatar hosting service' %}{% endblock %}
8{% block content %}
9<style media="screen">
10 .container {
11 font-size:16px;
12 }
13</style>
14There are a few ways to get in touch with the ivatar/libravatar developers:
15<h4 style="margin-top: 2rem;margin-bottom: 1rem;">IRC</h4>
17You can join the Libravatar community chat at <a href="https://matrix.to/#/#libravatar:matrix.org?via=shivering-isles.com&via=matrix.org&via=foad.me.uk" title="Libravatar on Matrix">#libravatar:matrix.org</a>. It is also bridged to #libravatar on irc.<a href="https://libera.chat/">libera.chat</a> for those prefering IRC.
18<br/>
19Please keep in mind that you may live in a different timezone than most of the developers. So if you do not get a response, it's not because we're ignoring you, it's probably because we're sleeping :)
21<h4 style="margin-top: 2rem;margin-bottom: 1rem;">Bug tracker</h4>
23If you have a question about a particular bug, or some feedback on it, the best thing to do is to comment on that bug itself.
24<br/>
25We use the bugtracker included in our <a href="https://git.linux-kernel.at/oliver/ivatar/issues/" title="https://git.linux-kernel.at/oliver/ivatar/issues/">GitLab instance</a>.
27<h4 style="margin-top: 2rem;margin-bottom: 1rem;">Mailing list</h4>
29If you've got a proposal to discuss or prefer to write to us, you can join our <a href="https://launchpad.net/~libravatar-fans#mailing-lists" title="https://launchpad.net/~libravatar-fans#mailing-lists">developers mailing list</a>.
31<h4 style="margin-top: 2rem;margin-bottom: 1rem;">Identica / Twitter</h4>
33You can also put short notices to our attention on <a href="http://identi.ca/libravatar" title="http://identi.ca/libravatar">Identica</a> or <a href="http://twitter.com/libravatar" title="http://twitter.com/libravatar">Twitter</a>.
35<h4 style="margin-top: 2rem;margin-bottom: 1rem;">Mastodon</h4>
37Our Mastodon profile is available on <a href="https://photog.social/@libravatar">https://photog.social/@libravatar</a>.
39<h4 style="margin-top: 2rem;margin-bottom: 1rem;">Email</h4>
41Finally, if you need to email us: <a href="mailto:dev@libravatar.org" title="mailto:dev@libravatar.org">dev@libravatar.org</a>
43<div style="height:40px"></div>
45{% endblock %}