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

Open in your IDE?
  1. {% extends 'base_en.html.twig' %}
  2.   {% block title %}
  3.       BSCM | NEGOTIATION AND INTERMEDIATE SERVICES
  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.                             <h2>NEGOTIATION AND INTERMEDIATE SERVICES</h2>
  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.                             <h3>-Negotiation</h3>
  27.                             <p>
  28.                                 Our role is not limited to connecting. <br>
  29.                                 Commodities move in a context of high volatility with
  30.                                 variations of varying magnitudes.<br>
  31.                                 This is where our expertise is an asset to your negotiations.<br>
  32.                                 We act in complete independence and in strict compliance with the code
  33.                                 of ethics of commodity brokers.
  34.                             </p>
  35.                             <h3>-Intermediate Services</h3>
  36.                                 <h4> Formalisation and contract configuration</h4>
  37.                                 <p>
  38.                                     We provide clients with the marketing tools needed to
  39.                                     contract and oversee the “perfect execution” of the contract.
  40.                                 </p>
  41.                                  <h4>Market analysis</h4>
  42.                                 <p>
  43.                                     We provide market analyses to facilitate the reconciliation of buyer/seller positions,
  44.                                     allowing them to stay abreast of production technical developments,
  45.                                     trends and needs.
  46.                                 </p>
  47.                         </div>
  48.                     </div>
  49.                 </div>
  50.             </div>
  51.         </div>
  52.     </section><!-- #about -->
  53. {% endblock %}