{% extends 'base.html' %} {% load i18n %} {% load bootstrap4 %} {% block title %}ivatar - {% trans 'federated avatar hosting service' %}{% endblock %} {% block content %} {% url 'new_account' as new_account_url %}
{% if not user.is_authenticated and not disable_signup %}

{% blocktrans %}Create a free account{% endblocktrans %}

{% endif %}

{% trans 'Download the source code' %}

{% trans 'File bugs' %}

{% trans 'Read our wiki' %}

{% blocktrans %}ivatar is a service which delivers your avatar (profile picture) to other websites. If you create an account with us, your photo could start popping up next to forum posts or blog comments on any site where you left your email address.{% endblocktrans %} {% trans 'Read more...' %}

{% trans 'Federated Open Source Service' %}

{% trans 'This service is powered by Free and Open Source software and allows owners of a domain name to run their own instance of ivatar and serve avatars themselves.' %}

{% trans 'Simple API for Developers' %}

{% trans 'Application developers can easily add support for this service using our simple API or one of the libraries and plugins available for a number of platforms and languages.' %}

{% endblock %}