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

Open in your IDE?
  1. {% extends 'base_en.html.twig' %}
  2. {% block title %}
  3.     BSCM, MANAGEMENT
  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-2" >
  13.                     <div class="col-md-12 pt-2">
  14.                         <div class="text-center first-title">
  15.                             <h2 id="manage">MANAGEMENT</h2>
  16.                         </div>
  17.                         <div class="text-center">
  18. {#                            <h4>ORGANIGRAMME</h4>#}
  19. {#                            <img src="{{ asset('img/organigramme_new_en.png') }}" alt="Organigramme BSCM"#}
  20. {#                                 class="img-responsive" style="width: 1000px; height: 714px;">#}
  21.                             <img src="{{ asset('img/diagrammes/bscmdiagram_en.png') }}" alt="BSCM Org Chart"
  22.                                  class="img-responsive" style="width: 1000px; height: 714px;" title="BSCM Org Chart">
  23.                         </div>
  24.                     </div>
  25.                 </div>
  26.                 <div class="row pt-2" id="manager">
  27.                     <div class="col-lg-5 col-md-6">
  28.                         <div class="about-img">
  29.                             <img src="{{ asset('img/alex2.jpeg') }}" alt="Mr Alexandre Djemis">
  30.                         </div>
  31.                         <div class="text-center">
  32.                             <h4>ALEXANDRE DJEMIS</h4>
  33.                         </div>
  34.                     </div>
  35.                     <div class="col-lg-7 col-md-6">
  36.                         <div class="about-content">
  37.                             <h4>After a post-prep training at the European Business Institute (IEA), awarded an MBA in
  38.                                 International Business Management, Kouao Alexandre Djémis has held several positions in
  39.                                 the field of international trade.
  40.                             </h4>
  41.                             <p>
  42.                                 First as Assistant Export Manager at <b>Gravograph S.A</b> in Troyes,
  43.                                 then as a trader at <b>B&F Entreprises Co</b>  in Hong Kong and finally
  44.                                 as <b>Development Director at SICOPAM (spare parts trading)</b>  in Abidjan. <br>
  45.                                 He was able to build up many contacts during his experiences and during many
  46.                                 trips around the world (Africa, Asia, Europe, North America). <br>
  47.                                 Back in France for family reasons, the opportunity to create a
  48.                                 brokerage company specialized in agricultural raw materials was presented as
  49.                                 the best solution to capitalize its experience by putting on the one hand its
  50.                                 perfect knowledge of the rules and usages of the agricultural sector and on the
  51.                                 other hand its mastery the workings of international trade,
  52.                                 in favour of companies willing to trade with each other.
  53.                             </p>
  54.                         </div>
  55.                     </div>
  56.                 </div>
  57.                 <div class="row pt-2" id="manager">
  58.                     <div class="col-lg-4 col-md-6">
  59.                         <div class="about-img">
  60.                             <img src="{{ asset('img/philippe.jpeg') }}" alt="Mr Philippe Djemis ">
  61.                         </div>
  62.                         <div class="text-center">
  63.                             <h4>PHILIPPE DJEMIS</h4>
  64.                         </div>
  65.                     </div>
  66.                     <div class="col-lg-8 col-md-6">
  67.                         <div class="about-content">
  68.                             <h4>Graduate of a Master’s degree in Science and International Finance from
  69.                                 <b>London South Bank University (LSBU)</b> and currently being certified (CFA) at the Fitch
  70.                                 Institute in London.
  71.                             </h4>
  72.                             <p>
  73.                                 Philippe Djémis is a project finance specialist who has developed his skills by
  74.                                 accompanying and advising companies, industrial groups, banks, financial institutions
  75.                                 and investment funds through the various positions he held first in
  76.                                 <b>London at the HMRC (Her Majesty Customs and Revenues)</b>
  77.                                 then in Shanghai and Houston at the PKD Business Office and finally in
  78.                                 Abidjan at KAPEX and Sirius Capital..<br><br>
  79.                                 Based in Abidjan since 2017, he provides strategic advice to companies with different
  80.                                 profiles, on the one hand on futures markets and on the other hand, accompanies
  81.                                 them in search of financing, as director of the finance desk at BSCM Brokers
  82.                                 and Associates (Africa Bureau).
  83.                             </p>
  84.                         </div>
  85.                     </div>
  86.                 </div>
  87.             </div>
  88.         </div>
  89.     </section><!-- #about -->
  90. {% endblock %}