]> Raphaël G. Git Repositories - airbundle/commitdiff
New header layout
authorRaphaël Gertz <git@rapsys.eu>
Thu, 13 Oct 2022 13:05:49 +0000 (15:05 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Thu, 13 Oct 2022 13:05:49 +0000 (15:05 +0200)
Resources/views/default/frequently_asked_questions.html.twig

index 78279eaa10c5e8806c5b629b89aefc7e42fead75..dd1c9a9a1689fd198839ea025e4328a50c19887c 100644 (file)
@@ -1,12 +1,13 @@
 {% extends '@RapsysAir/body.html.twig' %}
 {% block content %}
-       <section id="dashboard">
+       <article id="dashboard">
                <header>
-                       <h2><a href="{{ path('rapsys_air_frequently_asked_questions') }}">{{ title }}</a></h2>
-                       <p>{{ description }}</p>
+                       <h2>{{ description }}</h2>
                </header>
                <nav>
-                       <strong>{% trans %}Table of contents{% endtrans %}</strong>
+                       <header>
+                               <h3>{% trans %}Table of contents{% endtrans %}</h3>
+                       </header>
                        <ul>
                                <li><a href="#preamble">{% trans %}Preamble{% endtrans %}</a></li>
                                <li><a href="#whatisit">{% trans %}What is it ?{% endtrans %}</a></li>
                        </ul>
                </nav>
                <section>
-                       <h3 id="preamble">{% trans %}Preamble{% endtrans %}</h3>
+                       <header>
+                               <h3 id="preamble">{% trans %}Preamble{% endtrans %}</h3>
+                       </header>
                        <p>{% trans %}On this page you will find the most recurring questions of Libre Air users.{% endtrans %}</p>
                        <p>{% trans %}Questions asked via the contact form will be added to this page as they arise.{% endtrans %}</p>
                </section>
                <section>
-                       <h3 id="whatisit">{% trans %}What is it ?{% endtrans %}</h3>
+                       <header>
+                               <h3 id="whatisit">{% trans %}What is it ?{% endtrans %}</h3>
+                       </header>
                        <p>{% trans %}Libre Air is an initiative to have a powerful and shared calendar for outdoor Argentine Tango sessions.{% endtrans %}</p>{# sur paris dans un premier temps #}
                </section>
                <section>
-                       <h3 id="whocancreateanaccount">{% trans %}Who can create an account ?{% endtrans %}</h3>
+                       <header>
+                               <h3 id="whocancreateanaccount">{% trans %}Who can create an account ?{% endtrans %}</h3>
+                       </header>
                        <p>{% trans %}Anyone can create an account on Air Libre, dancer or organizer.{% endtrans %}</p>
                        <p>{% trans %}The dancer can follow an organizer by email.{% endtrans %}</p>
                        <p>{% trans %}The organizer will have a convenient way to automatically notify subscribers with minimum effort.{% endtrans %}</p>
@@ -42,5 +49,5 @@
                        <h3 id="">{% trans %}{% endtrans %}</h3>
                        <p>{% trans %}{% endtrans %}</p>
                </section>#}
-       </section>
+       </article>
 {% endblock %}