This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Guillaume Wolf", | |
"label": "Consultant sobriété numérique", | |
"image": "", | |
"email": "[email protected]", | |
"phone": "", | |
"url": "https://simbios.fr/", | |
"summary": "Cela fait maintenant 15 ans que j'agis dans la scène numérique et entrepreneuriale française. J'ai participé en tant que facilitateur (Product Owner, Scrum Master, Data Analyst...) à différents projets à différentes phase (au commencement, en plein pivot ou en cours de stabilisation). \nJe me vois comme un catalyseur dans une équipe technique pour permettre aux talents de s'exprimer pleinement. \nJe m'intéresse de près aux contraintes environnementales et je souhaite apporter ma contribution pour rendre le numérique plus sobre, durable et responsable.", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Importing Linked In Library --> | |
<script src="//platform.linkedin.com/in.js" type="text/javascript"> | |
lang: en_US | |
</script> | |
<!-- Add Javascript Callback function --> | |
<script> | |
function callback(){ | |
alert("ok"); // Change to real code | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Call google plus library--> | |
<script src="https://apis.google.com/js/plusone.js"></script> | |
<!-- Insert +1 button with callback attribute --> | |
<div id="plusBox"> | |
<g:plusone size="Tall" count="true" callback="track_googleplus"> | |
</g:plusone> | |
</div> | |
<!-- Add Javascript Callback function --> |