]> Raphaƫl G. Git Repositories - airbundle/blob - Resources/views/default/about.html.twig
Rename rapsysair:calendar2 command to rapsysair:calendar
[airbundle] / Resources / views / default / about.html.twig
1 {% extends '@RapsysAir/base.html.twig' %}
2 {% block content %}
3 <article id="dashboard">
4 <header>
5 <h2>{{ description }}</h2>
6 </header>
7 <nav>
8 <header>
9 <h3>{% trans %}Table of contents{% endtrans %}</h3>
10 </header>
11 <ul>
12 <li><a href="#about">{% trans %}About Libre Air{% endtrans %}</a></li>
13 <li><a href="#mission">{% trans %}Our mission{% endtrans %}</a></li>
14 <li><a href="#howtohelp">{% trans %}How you can help{% endtrans %}</a></li>
15 <li><a href="#history">{% trans %}History of Libre Air{% endtrans %}</a></li>
16 <li><a href="#technicalsupport">{% trans %}Technical support{% endtrans %}</a></li>
17 </ul>
18 </nav>
19 <section>
20 <header>
21 <h3 id="about">{% trans %}About Libre Air{% endtrans %}</h3>
22 </header>
23 <p>{{ '%title%, an information site for outdoor dancers and organizers.'|trans({'%title%': '<a href="' ~ absolute_url(root) ~ '" title="' ~ title.site ~ '">' ~ title.site ~ '</a>'})|raw }}</p>
24 </section>
25 <section>
26 <header>
27 <h3 id="mission">{% trans %}Our mission{% endtrans %}</h3>
28 </header>
29 <p>{{ '%title%\'s mission is simple: provide dancers with the information they need to easily find organizers dance sessions.'|trans({'%title%': '<a href="' ~ absolute_url(root) ~ '" title="' ~ title.site ~ '">' ~ title.site ~ '</a>'})|raw }}</p>
30 <p>{% trans %}If it's an outdoor place we want to document it.{% endtrans %}</p>
31 {# <p><a href="{{ absolute_url(root) }}" title="{{ title.site }}">{{ title.site }}</a>{% trans %}, an information site for outdoor dancers and organizers.{% endtrans %}</p> #}
32 </section>
33 <section>
34 <header>
35 <h3 id="howtohelp">{% trans %}How you can help{% endtrans %}</h3>
36 </header>
37 <p>{% trans %}Our community is composed of amazing dancers all around the world who participate, review dance session and help us promote them.{% endtrans %}</p>
38 <p>{{ 'However, you don\'t need to be a professional dancer or organizer to help %title%!'|trans({'%title%': '<a href="' ~ absolute_url(root) ~ '" title="' ~ title.site ~ '">' ~ title.site ~ '</a>'})|raw }}</p>
39 <p>{{ 'Donate on %title% to help us fund our mission.'|trans({'%title%': '<a href="' ~ donate ~ '" title="' ~ 'Fund our mission'|trans ~ '">' ~ 'our donation page'|trans ~ '</a>'})|raw }}</p>
40 </section>
41 <section>
42 <header>
43 <h3 id="history">{% trans %}History of Libre Air{% endtrans %}</h3>
44 </header>
45 {# <p>{% trans %}Our community is composed of amazing dancers all around the world who participate, review dance session and help us promote them.{% endtrans %}</p>
46 <p>{{ 'However, you don\'t need to be a professional dancer or organizer to help %title%!'|trans({'%title%': '<a href="' ~ absolute_url(root) ~ '" title="' ~ title.site ~ '">' ~ title.site ~ '</a>'})|raw }}</p>
47 <p>{{ 'Donate on %title% to help us fund our mission.'|trans({'%title%': '<a href="' ~ donate ~ '" title="' ~ 'Fund our mission'|trans ~ '">' ~ 'our donation page'|trans ~ '</a>'})|raw }}</p> #}
48
49 <p>{{ 'The %title% project started in 2019 when the need for a new dispatch platform for outdoor dance events arose.'|trans({'%title%': '<a href="' ~ absolute_url(root) ~ '" title="' ~ title.site ~ '">' ~ title.site ~ '</a>'})|raw }}</p>
50 <p>{% trans %}Since then the project has grown and now forms a central point for broadcasting outdoor dance events from different organizers.{% endtrans %}</p>
51 <p>{{ 'In the future, %title% hopes to become a daily visited resource for participants and organizers of outdoor dance sessions.'|trans({'%title%': '<a href="' ~ absolute_url(root) ~ '" title="' ~ title.site ~ '">' ~ title.site ~ '</a>'})|raw }}</p>
52 </section>
53 <section>
54 <header>
55 <h3 id="technicalsupport">{% trans %}Technical support{% endtrans %}</h3>
56 </header>
57 <p>{{ 'The development and hosting services are graciously provided by: %title%'|trans({'%title%': '<a href="' ~ copy.link ~ '" title="' ~ copy.title ~ '">' ~ copy.by ~ '</a>'})|raw }}</p>
58 <p>{{ 'In case of bug or glitch you may contact us throught the contact form: %title%'|trans({'%title%': '<a href="' ~ path('rapsysair_contact') ~ '" title="' ~ 'Contact Libre Air'|trans ~ '">' ~ 'Contact'|trans ~ '</a>'})|raw }}</p>
59 </section>
60 </article>
61 {% endblock %}