diff --git a/ivatar/static/css/ivatar.css b/ivatar/static/css/ivatar.css index 0f42e14..8f3c0e5 100644 --- a/ivatar/static/css/ivatar.css +++ b/ivatar/static/css/ivatar.css @@ -162,10 +162,9 @@ ul li { border-color: #000; border-radius: 8px; border-style: solid; - color: #fff; font-size: 1.5em; + color: black !important; padding: 3px 5px 5px 5px; - text-decoration: none; } #agpl-button { diff --git a/ivatar/static/img/Fedora_logo.png b/ivatar/static/img/Fedora_logo.png new file mode 100644 index 0000000..b8df20c Binary files /dev/null and b/ivatar/static/img/Fedora_logo.png differ diff --git a/templates/home.html b/templates/home.html index 6649c75..b9e68f4 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,5 +1,6 @@ {% extends 'base.html' %} {% load i18n %} +{% load static %} {% load bootstrap4 %} {% block title %}{% trans 'federated avatar hosting service' %}{% endblock %} @@ -15,26 +16,22 @@
{% 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...' %}
+{% 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 '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 '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 '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.' %}
+{% 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 %}