{% extends "layout/base.html" %} {% load i18n %} {% block content %}

{% trans "INSTANCE" %}

{% trans "This website is an instance of the Hawkpost software project (see more details about it below). For your information here are a few details about the people responsible for this particular website:" %}

{% trans "Main Administrator" %}: {{ admin_name }}

{% trans "Contact" %}: {{ admin_email }}

{% if description %}

{% trans "Instance description" %}: {{ description }}

{% endif %}

{% trans "Version" %}: {{ version }}

{% trans "HAWKPOST" %}

{% trans "For many years pigeons were used to send private messages to people. But today, to send private and confidential information a pigeon is not enough. We upgraded the pigeon for a hawk - it's stronger, faster and will protect all of your messages better." %}

{% trans "We know that sometimes it's difficult to explain how to encrypt messages or how to install that software to protect confidential information. That's why we've created Hawkpost - a place where people can send you sensible information in an easy and secure way." %}

{% trans "This project was made at Whitesmith's Hackathon during our company retreat. The aim of this hackathon was to launch a side-project in 24h." %}

{% blocktrans %}You can read more about the project in our FAQ at the bottom of our landing page.{% endblocktrans %}


{% trans "WHITESMITH" %}

{% blocktrans %}Whitesmith is a web and mobile product development studio founded in 2013 and based in Coimbra (Portugal) and London. From Service Oriented Architecture and Internet of Things to Web & Mobile apps, we converge into solving real problems with great user experience. We are more than simple designers & developers - we are an empowered team of problem solvers.{% endblocktrans %}

{% endblock content %}