Coverage for templates/contact.html: 100%

38 statements  

« prev     ^ index     » next       coverage.py v7.4.4, created at 2024-03-28 00:10 +0000

1{% extends 'base.html' %} 

2{% load i18n %} 

3{% load static %} 

4{% load bootstrap4 %} 

5  

6{% block title %}{% trans 'federated avatar hosting service' %}{% endblock %} 

7  

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> 

16  

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 :) 

20  

21<h4 style="margin-top: 2rem;margin-bottom: 1rem;">Bug tracker</h4> 

22  

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>. 

26  

27<h4 style="margin-top: 2rem;margin-bottom: 1rem;">Mailing list</h4> 

28  

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>. 

30  

31<h4 style="margin-top: 2rem;margin-bottom: 1rem;">Identica / Twitter</h4> 

32  

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>. 

34  

35<h4 style="margin-top: 2rem;margin-bottom: 1rem;">Mastodon</h4> 

36  

37Our Mastodon profile is available on <a href="https://photog.social/@libravatar">https://photog.social/@libravatar</a>. 

38  

39<h4 style="margin-top: 2rem;margin-bottom: 1rem;">Email</h4> 

40  

41Finally, if you need to email us: <a href="mailto:dev@libravatar.org" title="mailto:dev@libravatar.org">dev@libravatar.org</a> 

42  

43<div style="height:40px"></div> 

44  

45{% endblock %}