templates/views/missions/en/relation.html.twig line 1

Open in your IDE?
  1. {% extends 'base_en.html.twig' %}
  2.   {% block title %}
  3.       BSCM | Connecting people
  4.   {% endblock %}
  5. {% block body %}
  6.     <!-- <link href="{{ asset('css/history.css') }}" rel="stylesheet">
  7.     <link href="{{ asset('css/css/owl.carousel.min.css') }}" rel="stylesheet">
  8.     <link href="{{ asset('css/css/owl.theme.default.min.css') }}" rel="stylesheet">
  9.     <link href="{{ asset('css/css/et-line.css') }}" rel="stylesheet"> -->
  10.     <!--==========================
  11.      About Us Section
  12.    ============================-->
  13.     <section id="about">
  14.         <div class="container pt-5">
  15.             <div class="col-md-12" id="management">
  16.                 <div class="row pt-5">
  17.                     <div class="col-md-12 pt-5">
  18.                         <div class="text-center first-title">
  19.                             <h1>CONNECTING PEOPLE</h1>
  20.                         </div>
  21.                     </div>
  22.                 </div>
  23.                 <div class="row">
  24.                     <div class="col-lg-12 col-md-9">
  25.                         <div class="about-content">
  26.                             <p>
  27.                                 <strong>BSCM Courtiers AssociĆ©s</strong> specializes in
  28.                                 <strong>nuts and oilseeds, oils, fats, flour and meal. We are active in
  29.                                     the Cocoa, Cashew, Coco, Argan and Coffee sectors.</strong>
  30.                                 Our intervention addresses the problems arising from geographical remoteness.
  31.                                 <br>
  32.                                 It allows the reduction of logistical and personnel costs,
  33.                                 by controlling the hazards resulting from this remoteness.
  34.                                 <br>
  35.                                 The<strong>"MatchMacker"</strong>
  36.                                  that we are, make sure to optimize the matching of
  37.                                 offers and requests, thus increasing your chances of an agreement. <br>
  38.                                 We facilitate negotiations by meeting the specific needs
  39.                                 of our "Ordering Parties" through rigorous selection, as well as the regular
  40.                                 increase in the number of sellers in our network. <br>
  41.                                 Then, on a case-by-case basis, by searching for the best-placed partner.
  42.                             </p>
  43.                         </div>
  44.                     </div>
  45.                 </div>
  46.             </div>
  47.         </div>
  48.     </section><!-- #about -->
  49. {% endblock %}