Skip to content

Instantly share code, notes, and snippets.

@precieusem
Last active August 29, 2015 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save precieusem/ecbfc3e5251fabaceb24 to your computer and use it in GitHub Desktop.
Save precieusem/ecbfc3e5251fabaceb24 to your computer and use it in GitHub Desktop.
MON CV.Activité d'exploration - HTML / CSS en pratique
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Structure de base</title>
</head>
<body>
<header>
<h1>ANDI JOELLE REBECCA</h1>
<img src="images/rebecca.JPG">
<h2>FORMATIONS</h2>
<ol>
<li> 2005-2006 : Baccalauréat série C au collège Héléis de Yamoussoukro.</li>
<li>2006-2007 : 1ère Année BTS Télécommunications à HETEC Abidjan.</li>
<li>2007-2008 : 2ème Année BTS Télécommunications à HETEC Abidjan</li>
<li>2008-2009 : Licence professionnelle en systèmes réseaux et Télécoms.</li>
<li>24 Mars-15 Avril 2014 : Formation à WEST CAPITAL (société de formations et de conseils en investissements financiers ( forex, bourse, CFD)).</li>
</ol>
<h2>EXPERIENCES PROFESSIONNELLES</h2>
<ol>
<li>2010-2011 : Secrétaire à 2J plus.</li>
<li>2011-2012 : Commerciale à ATS cabinet juridique.</li>
<li>2013-2015 : Trader particulie.</li>
</ol>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment