{% extends 'base_en.html.twig' %}
{% block title %}
BSCM, MANAGEMENT
{% endblock %}
{% block body %}
<!--==========================
About Us Section
============================-->
<section id="about">
<div class="container pt-5">
<div class="col-md-12" id="management">
<div class="row pt-2" >
<div class="col-md-12 pt-2">
<div class="text-center first-title">
<h2 id="manage">MANAGEMENT</h2>
</div>
<div class="text-center">
{# <h4>ORGANIGRAMME</h4>#}
{# <img src="{{ asset('img/organigramme_new_en.png') }}" alt="Organigramme BSCM"#}
{# class="img-responsive" style="width: 1000px; height: 714px;">#}
<img src="{{ asset('img/diagrammes/bscmdiagram_en.png') }}" alt="BSCM Org Chart"
class="img-responsive" style="width: 1000px; height: 714px;" title="BSCM Org Chart">
</div>
</div>
</div>
<div class="row pt-2" id="manager">
<div class="col-lg-5 col-md-6">
<div class="about-img">
<img src="{{ asset('img/alex2.jpeg') }}" alt="Mr Alexandre Djemis">
</div>
<div class="text-center">
<h4>ALEXANDRE DJEMIS</h4>
</div>
</div>
<div class="col-lg-7 col-md-6">
<div class="about-content">
<h4>After a post-prep training at the European Business Institute (IEA), awarded an MBA in
International Business Management, Kouao Alexandre Djémis has held several positions in
the field of international trade.
</h4>
<p>
First as Assistant Export Manager at <b>Gravograph S.A</b> in Troyes,
then as a trader at <b>B&F Entreprises Co</b> in Hong Kong and finally
as <b>Development Director at SICOPAM (spare parts trading)</b> in Abidjan. <br>
He was able to build up many contacts during his experiences and during many
trips around the world (Africa, Asia, Europe, North America). <br>
Back in France for family reasons, the opportunity to create a
brokerage company specialized in agricultural raw materials was presented as
the best solution to capitalize its experience by putting on the one hand its
perfect knowledge of the rules and usages of the agricultural sector and on the
other hand its mastery the workings of international trade,
in favour of companies willing to trade with each other.
</p>
</div>
</div>
</div>
<div class="row pt-2" id="manager">
<div class="col-lg-4 col-md-6">
<div class="about-img">
<img src="{{ asset('img/philippe.jpeg') }}" alt="Mr Philippe Djemis ">
</div>
<div class="text-center">
<h4>PHILIPPE DJEMIS</h4>
</div>
</div>
<div class="col-lg-8 col-md-6">
<div class="about-content">
<h4>Graduate of a Master’s degree in Science and International Finance from
<b>London South Bank University (LSBU)</b> and currently being certified (CFA) at the Fitch
Institute in London.
</h4>
<p>
Philippe Djémis is a project finance specialist who has developed his skills by
accompanying and advising companies, industrial groups, banks, financial institutions
and investment funds through the various positions he held first in
<b>London at the HMRC (Her Majesty Customs and Revenues)</b>
then in Shanghai and Houston at the PKD Business Office and finally in
Abidjan at KAPEX and Sirius Capital..<br><br>
Based in Abidjan since 2017, he provides strategic advice to companies with different
profiles, on the one hand on futures markets and on the other hand, accompanies
them in search of financing, as director of the finance desk at BSCM Brokers
and Associates (Africa Bureau).
</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- #about -->
{% endblock %}