2022-07-06 22:03:47 +00:00
|
|
|
<section id="pro-projects">
|
2022-06-21 10:33:35 +00:00
|
|
|
<div class="container">
|
|
|
|
<div class="section-title">
|
2022-07-06 22:03:47 +00:00
|
|
|
<h2 class="title-text">
|
|
|
|
{{ getLocalizedStr('projects.pro.title') }}
|
|
|
|
</h2>
|
2022-06-21 10:33:35 +00:00
|
|
|
</div>
|
2022-07-13 22:26:21 +00:00
|
|
|
<p>
|
|
|
|
{{ getLocalizedStr('projects.pro.description') }}
|
|
|
|
</p>
|
2022-06-21 10:33:35 +00:00
|
|
|
{% include 'home/projects_list.html.twig' with {'projects': pro_projects} %}
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
2022-07-06 22:03:47 +00:00
|
|
|
<section id="side-projects">
|
2022-06-21 10:33:35 +00:00
|
|
|
<div class="container">
|
|
|
|
<div class="section-title">
|
2022-07-06 22:03:47 +00:00
|
|
|
<h2 class="title-text">
|
|
|
|
{{ getLocalizedStr('projects.side.title') }}
|
|
|
|
</h2>
|
2022-06-21 10:33:35 +00:00
|
|
|
</div>
|
2022-07-13 22:26:21 +00:00
|
|
|
<p>
|
|
|
|
{{ getLocalizedStr('projects.side.description') }}
|
|
|
|
</p>
|
2022-06-21 10:33:35 +00:00
|
|
|
{% include 'home/projects_list.html.twig' with {'projects': side_projects} %}
|
|
|
|
</div>
|
|
|
|
</section>
|
2022-08-02 20:09:45 +00:00
|
|
|
|
|
|
|
<section id="volontoring-projects">
|
|
|
|
<div class="container">
|
|
|
|
<div class="section-title">
|
|
|
|
<h2 class="title-text">
|
|
|
|
{{ getLocalizedStr('projects.volunteering.title') }}
|
|
|
|
</h2>
|
|
|
|
</div>
|
|
|
|
<p>
|
|
|
|
{{ getLocalizedStr('projects.volunteering.description') }}
|
|
|
|
</p>
|
|
|
|
{% include 'home/projects_list.html.twig' with {'projects': volunteering} %}
|
|
|
|
</div>
|
|
|
|
</section>
|