From cc25ffb200a37935d592394e5879724904272972 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Thu, 13 Oct 2022 15:05:27 +0200 Subject: [PATCH] New header layout --- Resources/views/default/about.html.twig | 31 +++++++++++++++++-------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/Resources/views/default/about.html.twig b/Resources/views/default/about.html.twig index db9a100..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 %} -
+
-

{{ title }}

-

{{ 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 %} -- 2.41.0