templates/layouts/footers/menu/menu-md.html.twig line 1

Open in your IDE?
  1. <div class="footer--md-menu">
  2.     <div class="footer--md-menu-title">
  3.         {{ "Looking for a specific category"|trans }}
  4.     </div>
  5.     <div class="footer--md-submenu">
  6.         <div class="footer--md-submenu-title">
  7.             {{ "Woven vinyl flooring by collection"|trans }}
  8.         </div>
  9.         <ul class="footer--md-submenu-list">
  10.             <div>
  11.                 <li><a href="{{ path('pages_collection_details', { _locale:  currentLocale, slug: 'barcode', id: 1 }) }}">Barcode</a></li>
  12.                 <li><a href="{{ path('pages_collection_details', { _locale:  currentLocale, slug: 'colourful', id: 8 }) }}">Colourful</a></li>
  13.                 <li><a href="{{ path('pages_collection_details', { _locale:  currentLocale, slug: 'cracked_earth', id: 2 }) }}">Cracked Earth</a></li>
  14.                 <li><a href="{{ path('pages_collection_details', { _locale:  currentLocale, slug: 'desert', id: 13 }) }}">Desert</a></li>
  15.                 <li><a href="{{ path('pages_collection_details', { _locale:  currentLocale, slug: 'herringbone', id: 3 }) }}">Herringbone</a></li>
  16.                 <li><a href="{{ path('pages_collection_details', { _locale:  currentLocale, slug: 'hybrid', id: 4 }) }}">Hybrid</a></li>
  17.             </div>
  18.             <div>
  19.                 <li><a href="{{ path('pages_collection_details', { _locale:  currentLocale, slug: 'infinite', id: 7 }) }}">Infinite</a></li>
  20.                 <li><a href="{{ path('pages_collection_details', { _locale:  currentLocale, slug: 'lustre', id: 5 }) }}">Lustre</a></li>
  21.                 <li><a href="{{ path('pages_collection_details', { _locale:  currentLocale, slug: 'marble', id: 12 }) }}">Marble</a></li>
  22.                 <li><a href="{{ path('pages_collection_details', { _locale:  currentLocale, slug: 'new_basic', id: 6 }) }}">New Basic</a></li>
  23.                 <li><a href="{{ path('pages_collection_details', { _locale:  currentLocale, slug: 'stripes', id: 9 }) }}">Stripes</a></li>
  24.             </div>
  25.         </ul>
  26.     </div>
  27.     <div class="footer--md-submenu">
  28.         <div class="footer--md-submenu-title">
  29.             {{ "Woven vinyl flooring by color"|trans }}
  30.         </div>
  31.         <ul class="footer--md-submenu-list">
  32.             {% for index, color in colors_global %}
  33.                 {% if index == 2 %}
  34.                     <li>
  35.                         <a href="{{ path('pages_products_filter_by_colors', { _locale:  currentLocale, colorSlug: color.slug }) }}">{{ "Beige woven vinyl flooring"|trans }}</a>
  36.                     </li>
  37.                 {% elseif index == 3 %}
  38.                     <li>
  39.                         <a href="{{ path('pages_products_filter_by_colors', { _locale:  currentLocale, colorSlug: color.slug }) }}">{{ "Blue woven vinyl flooring"|trans }}</a>
  40.                     </li>
  41.                 {% elseif index == 4 %}
  42.                     <li>
  43.                         <a href="{{ path('pages_products_filter_by_colors', { _locale:  currentLocale, colorSlug: color.slug }) }}">{{ "Brown woven vinyl flooring"|trans }}</a>
  44.                     </li>
  45.                 {% elseif index == 5 %}
  46.                     <li>
  47.                         <a href="{{ path('pages_products_filter_by_colors', { _locale:  currentLocale, colorSlug: color.slug }) }}">{{ "Green woven vinyl flooring"|trans }}</a>
  48.                     </li>
  49.                 {% elseif index == 6 %}
  50.                     <li>
  51.                         <a href="{{ path('pages_products_filter_by_colors', { _locale:  currentLocale, colorSlug: color.slug }) }}">{{ "Grey woven vinyl flooring"|trans }}</a>
  52.                     </li>
  53.                 {% elseif index == 1 %}
  54.                     <li>
  55.                         <a href="{{ path('pages_products_filter_by_colors', { _locale:  currentLocale, colorSlug: color.slug }) }}">{{ "Orange woven vinyl flooring"|trans }}</a>
  56.                     </li>
  57.                 {% elseif index == 0 %}
  58.                     <li>
  59.                         <a href="{{ path('pages_products_filter_by_colors', { _locale:  currentLocale, colorSlug: color.slug }) }}">{{ "Yellow woven vinyl flooring"|trans }}</a>
  60.                     </li>
  61.                 {% elseif index == 7 %}
  62.                     <li>
  63.                         <a href="{{ path('pages_products_filter_by_colors', { _locale:  currentLocale, colorSlug: color.slug }) }}">{{ "Red woven vinyl flooring"|trans }}</a>
  64.                     </li>
  65.                 {% endif %}
  66.             {% endfor %}
  67.         </ul>
  68.     </div>
  69.     {# <div class="footer--md-submenu">
  70.         <div class="footer--md-submenu-title">
  71.             {{ "Woven vinyl flooring by shape"|trans }}
  72.         </div>
  73.         <ul class="footer--md-submenu-list">
  74.             {% for index, shape in shapes_global %}
  75.                 <div>                {% if index == 0 %}
  76.                 <li>
  77.                     <a href="{{ path('pages_products_filter_by_shapes', { _locale:  currentLocale, shapeSlug: shape.slug }) }}">{{ "Custom made"|trans }}</a>
  78.                 </li>
  79.             {% elseif index == 1 %}
  80.                 <li>
  81.                     <a href="{{ path('pages_products_filter_by_shapes', { _locale:  currentLocale, shapeSlug: shape.slug }) }}">{{ "Woven vinyl flooring diamond"|trans }}</a>
  82.                 </li>
  83.             {% elseif index == 2 %}
  84.                 <li>
  85.                     <a href="{{ path('pages_products_filter_by_shapes', { _locale:  currentLocale, shapeSlug: shape.slug }) }}">{{ "Woven vinyl flooring hexagon"|trans }}</a>
  86.                 </li>
  87.             {% elseif index == 3 %}
  88.                 <li>
  89.                     <a href="{{ path('pages_products_filter_by_shapes', { _locale:  currentLocale, shapeSlug: shape.slug }) }}">{{ "Woven vinyl flooring mini-tiles"|trans }}</a>
  90.                 </li></div>
  91.                 <div>                {% elseif index == 4 %}
  92.                 <li>
  93.                     <a href="{{ path('pages_products_filter_by_shapes', { _locale:  currentLocale, shapeSlug: shape.slug }) }}">{{ "Woven vinyl flooring plank"|trans }}</a>
  94.                 </li>
  95.             {% elseif index == 5 %}
  96.                 <li>
  97.                     <a href="{{ path('pages_products_filter_by_shapes', { _locale:  currentLocale, shapeSlug: shape.slug }) }}">{{ "Woven vinyl flooring rolls"|trans }}</a>
  98.                 </li>
  99.             {% elseif index == 6 %}
  100.                 <li>
  101.                     <a href="{{ path('pages_products_filter_by_shapes', { _locale:  currentLocale, shapeSlug: shape.slug }) }}">{{ "Woven vinyl flooring tiles"|trans }}</a>
  102.                 </li>
  103.             {% elseif index == 7 %}
  104.                 <li>
  105.                     <a href="{{ path('pages_products_filter_by_shapes', { _locale:  currentLocale, shapeSlug: shape.slug }) }}">{{ "Woven vinyl flooring triangle"|trans }}</a>
  106.                 </li>
  107.             {% endif %}</div>
  108.             {% endfor %}
  109.         </ul>
  110.     </div> #}
  111.     <div class="footer--md-submenu">
  112.         <div class="footer--md-submenu-title">
  113.             {{ "Woven vinyl flooring by sector"|trans }}
  114.         </div>
  115.         <ul class="footer--md-submenu-list">
  116.             {% for index, kindProject in kindsProject_global %}
  117.                 {% if index == 0 %}
  118.                     <div>
  119.                     <li>
  120.                         <a href="{{ path('pages_projects_filter_by_kind_project', { _locale:  currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Workspace"|trans }}</a>
  121.                     </li>
  122.                 {% elseif index == 1 %}
  123.                     <li>
  124.                         <a href="{{ path('pages_projects_filter_by_kind_project', { _locale:  currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Hospitality"|trans }}</a>
  125.                     </li>
  126.                 {% elseif index == 2 %}
  127.                     <li>
  128.                         <a href="{{ path('pages_projects_filter_by_kind_project', { _locale:  currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Residential"|trans }}</a>
  129.                     </li>
  130.                 {% elseif index == 3 %}
  131.                     <li>
  132.                         <a href="{{ path('pages_projects_filter_by_kind_project', { _locale:  currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Retail"|trans }}</a>
  133.                     </li>
  134.                     </div>
  135.                 {% elseif index == 4 %}
  136.                     <div>
  137.                     <li>
  138.                         <a href="{{ path('pages_projects_filter_by_kind_project', { _locale:  currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Showrooms & Exhibitions"|trans }}</a>
  139.                     </li>
  140.                 {% elseif index == 5 %}
  141.                     <li>
  142.                         <a href="{{ path('pages_projects_filter_by_kind_project', { _locale:  currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Public Space"|trans }}</a>
  143.                     </li>
  144.                 {% elseif index == 6 %}
  145.                     <li>
  146.                         <a href="{{ path('pages_projects_filter_by_kind_project', { _locale:  currentLocale, kindProjectSlug: kindProject.slug }) }}">{{ "Healthcare & Leisure"|trans }}</a>
  147.                     </li>
  148.                     </div>
  149.                 {% endif %}
  150.             {% endfor %}
  151.         </ul>
  152.     </div>
  153.     {# <div class="footer--md-submenu">
  154.         <div class="footer--md-submenu-title">
  155.             {{ "Woven vinyl flooring"|trans }}
  156.         </div>
  157.         <ul class="footer--md-submenu-list">
  158.             <div>
  159.                 <li>
  160.                     <a href="{{ path('pages_collections_overview', { _locale:  currentLocale}) }}">{{ "Collections overview"|trans }}</a>
  161.                 </li>
  162.                 <li>
  163.                     <a href={{ path('pages_products_overview', { _locale:  currentLocale}) }}"">{{ "Products overview"|trans }}</a>
  164.                 </li>
  165.             </div>
  166.             <div>
  167.                 <li>
  168.                     <a href="{{ path('pages_2tec2Play_index', { _locale:  currentLocale}) }}">{{ "2tec2 Play"|trans }}</a>
  169.                 </li>
  170.                 <li>
  171.                     <a href="{{ path('pages_projects_overview', { _locale:  currentLocale}) }}">{{ "Projects overview"|trans }}</a>
  172.                 </li>
  173.             </div>
  174.         </ul>
  175.     </div> #}
  176.     <div class="footer--md-submenu">
  177.         <div class="footer--md-submenu-title">
  178.             {{ "About our floors"|trans }}
  179.         </div>
  180.         <ul class="footer--md-submenu-list">
  181.             <div>
  182.                 <li>
  183.                     <a href="{{ path('pages_aboutOurFloors_detail', { _locale:  currentLocale, sectionSlug: section_history.slug }) }}">{{ "History of 2tec2"|trans }}</a>
  184.                 </li>
  185.                 <li>
  186.                     <a href="{{ path('pages_aboutOurFloors_detail', { _locale:  currentLocale, sectionSlug: section_flooring.slug }) }}">{{ "Flooring for any function"|trans }}</a>
  187.                 </li>
  188.                 <li>
  189.                     <a href="{{ path('pages_aboutOurFloors_detail', { _locale:  currentLocale, sectionSlug: section_acoustic.slug }) }}">{{ "Acoustic Comfort Backing"|trans }}</a>
  190.                 </li>
  191.             </div>
  192.             <div>
  193.                 <li>
  194.                     <a href="{{ path('pages_aboutOurFloors_detail', { _locale:  currentLocale, sectionSlug: section_sustainability.slug }) }}">{{ "Sustainability"|trans }}</a>
  195.                 </li>
  196.                 {# <li>
  197.                     <a href="{{ path('pages_aboutOurFloors_detail', { _locale:  currentLocale, sectionSlug: section_worldwide.slug }) }}">{{ "Worldwide distribution"|trans }}</a>
  198.                 </li> #}
  199.                 <li>
  200.                     <a href="{{ path('pages_2tec2Play_index', { _locale:  currentLocale}) }}">{{ "2tec2 Play"|trans }}</a>
  201.                     {# <a href="{{ path('pages_aboutOurFloors_detail', { _locale:  currentLocale, sectionSlug: section_play.slug }) }}">{{ "2tec2 Play"|trans }}</a> #}
  202.                 </li>
  203.             </div>
  204.         </ul>
  205.     </div>
  206. </div>