templates/views/en/physique.html.twig line 1

Open in your IDE?
  1. {% extends 'base_en.html.twig' %}
  2. {% block title %}
  3.     Broker, buyer - seller relationship expert
  4. {% endblock %}
  5. {% block body %}
  6.     <!--==========================
  7.      About Us Section
  8.    ============================-->
  9.     <section id="about">
  10.         <div class="container pt-5">
  11.             <div class="col-md-12" id="management">
  12.                 <div class="row pt-5">
  13.                     <div class="col-md-12 pt-5">
  14.                         <div class="text-center first-title">
  15.                             <h1> PHYSICAL MARKET</h1>
  16.                         </div>
  17.                     </div>
  18.                 </div>
  19.                 <div class="row">
  20.                     <div class="col-lg-12 col-md-9">
  21.                         <div class="about-content">
  22.                             <p>
  23.                                 The geographical distance between <b>Buyers/Sellers generally</b>  causes the existence
  24.                                 of asymmetries of information between the parties.
  25.                                 Our role is <b>to bring people together</b>
  26.                             </p>
  27.                                <h4>-By facilitating access to international markets.</h4>
  28.                                 <h4>-By providing marketing tools enabling our <b>clients</b> to enter
  29.                                     into lasting and reliable agreements.</h4>
  30.                                <h4>-By providing our<b>clients</b>  with the expertise and know-how necessary for
  31.                                    the specific execution of each contractual agreement.</h4><br><br>
  32.                              <h4 style="color: black !important;">The Physical Desk is mobilized to :</h4>  <br>
  33.                                 <h4>-Match offers and requests.</h4>
  34.                                 <h4>-Advise and inform on market situation.</h4>
  35.                                 <h4>-Bring positions closer to the parties.</h4>
  36.                                 <h4>-Oversee “perfect execution” of agreements.</h4>
  37.                             <p>
  38.                                 We manage products exclusively from the African agricultural sectors of Coffee,
  39.                                 Cocoa, Cashew, Coco and Argan.
  40.                             </p>
  41.                         </div>
  42.                     </div>
  43.                 </div>
  44.             </div>
  45.         </div>
  46.     </section><!-- #about -->
  47.     <!--==========================
  48.        Clients Section
  49.      ============================-->
  50.     <section id="clients" class="section-bg">
  51.         {{ include('views/partials/en/_affiliation.html.twig') }}
  52.     </section>
  53.     <!--event calender end -->
  54. {% endblock %}