X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/787eaf61cfe49427a35fdd30c0536162290eafd3..c09bbd728928fedbcdad2bfa0a4520879619899d:/Resources/views/default/about.html.twig diff --git a/Resources/views/default/about.html.twig b/Resources/views/default/about.html.twig index 0e8b341..c0cf68d 100644 --- a/Resources/views/default/about.html.twig +++ b/Resources/views/default/about.html.twig @@ -1,12 +1,13 @@ {% extends '@RapsysAir/body.html.twig' %} {% block content %} -
+
-

{{ page.title }}

-

{{ page.description }}

+

{{ description }}

-

{% trans %}About Libre Air{% endtrans %}

+
+

{% trans %}About Libre Air{% endtrans %}

+

{{ '%title%, an information site for outdoor dancers and organizers.'|trans({'%title%': '' ~ site.title ~ ''})|raw }}

-

{% trans %}Our mission{% endtrans %}

+
+

{% trans %}Our mission{% endtrans %}

+

{{ '%title%\'s mission is simple: provide dancers with the information they need to easily find organizers dance sessions.'|trans({'%title%': '' ~ site.title ~ ''})|raw }}

{% trans %}If it's an outdoor place we want to document it.{% endtrans %}

{#

{{ site.title }}{% trans %}, an information site for outdoor dancers and organizers.{% endtrans %}

#}
-

{% trans %}How you can help{% endtrans %}

+
+

{% trans %}How you can help{% endtrans %}

+

{% trans %}Our community is composed of amazing dancers all around the world who participate, review dance session and help us promote them.{% endtrans %}

{{ 'However, you don\'t need to be a professional dancer or organizer to help %title%!'|trans({'%title%': '' ~ site.title ~ ''})|raw }}

{{ 'Donate on %title% to help us fund our mission.'|trans({'%title%': '' ~ 'our donation page'|trans ~ ''})|raw }}

-

{% trans %}History of Libre Air{% endtrans %}

+
+

{% trans %}History of Libre Air{% endtrans %}

+
{#

{% trans %}Our community is composed of amazing dancers all around the world who participate, review dance session and help us promote them.{% endtrans %}

{{ 'However, you don\'t need to be a professional dancer or organizer to help %title%!'|trans({'%title%': '' ~ site.title ~ ''})|raw }}

{{ 'Donate on %title% to help us fund our mission.'|trans({'%title%': '' ~ 'our donation page'|trans ~ ''})|raw }}

#} @@ -42,9 +51,11 @@

{{ 'In the future, %title% hopes to become a daily visited resource for participants and organizers of outdoor dance sessions.'|trans({'%title%': '' ~ site.title ~ ''})|raw }}

-

{% trans %}Technical support{% endtrans %}

+
+

{% trans %}Technical support{% endtrans %}

+

{{ 'The development and hosting services are graciously provided by: %title%'|trans({'%title%': '' ~ copy.by ~ ''})|raw }}

{{ 'In case of bug or glitch you may contact us throught the contact form: %title%'|trans({'%title%': '' ~ 'Contact'|trans ~ ''})|raw }}

-
+ {% endblock %}