-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
611 lines (594 loc) · 30.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KQY4NKBYQT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-KQY4NKBYQT');
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" type="text/css" href="https://www.apple.com/wss/fonts?families=SF+Pro,v3|SF+Pro+Icons,v3" />
<script src="https://kit.fontawesome.com/e5abc32696.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="styles.css">
<script src="titleAnimation.js"></script>
<title>Manu Douaud - Portfolio</title>
</head>
<body onload="titleFlick()">
<div id="root">
<div>
<div class="profilePicture"></div>
<div class="name">Emmanuel Douaud <a href="https://www.linkedin.com/in/emmanueldouaud/"><img
src="img/Logo LinkedIn.png" class="linkedin-icon" /></a></div>
<div class="status">Product Management / Innovation / BI / Machine learning / Web3 / Blockchain / Aerospace /
Architecture / Slasher</div>
</div>
<div class="title">
Welcome to my portfolio.<br />
An overview of<br /><span id="overview"></span><br />
</div>
<table class="timeline">
<tr>
<td colspan="13" class="empty"></td>
<td><a href="#esa">ESA</a></td>
<td class="empty"></td>
<td><a href="#blockversity" style="font-size:0.5em;">blockVersity</a></td>
<td colspan="2" class="empty"></td>
</tr>
<tr>
<td colspan="12" class="empty"></td>
<td colspan="4"><a href="#buildacademy">Build Academy</a></td>
<td class="empty"></td><!-- td><a href="#mensa">Mensa</a></td -->
<td class="empty"></td>
</tr>
<tr>
<td colspan="7"><a href="#seemy">SeeMy</a></td>
<td><a href="#skyla">Skyla</a></td>
<td colspan="9"><a href="#merval">Merval</a></td>
<td class="empty"></td>
</tr>
<tr class="years">
<td colspan="2"> </td>
<td colspan="2">2016</td>
<td colspan="2">2017</td>
<td colspan="2">2018</td>
<td colspan="2">2019</td>
<td colspan="2">2020</td>
<td colspan="2">2021</td>
<td colspan="2">2022</td>
<td colspan="2" style="border:none;">2023</td>
</tr>
</table>
<!-- Mensa SIGHT Map -->
<!-- div>
<h1 id="mensa">Mensa SIGHT Map (2023)</h1>
<div class="roles">
<div class="sub-title wid">What I did</div>
<div class="role">
<div><i class="fa-solid fa-bullseye"></i></div>
<span>Product<br />management</span>
</div>
<div class="role">
<div><i class="fa-solid fa-lightbulb"></i></div>
<span><br />Ideation</span>
</div>
<div class="role">
<div><i class="fa-solid fa-hat-wizard"></i></div>
<span><br />UX</span>
</div>
<div class="role">
<div><i class="fa-solid fa-code"></i></div>
<span><br />Dev</span>
</div>
</div>
</div -->
<!-- Merval -->
<div>
<h1 id="merval">Merval (2018 - 2023)</h1>
<div class="roles">
<div class="sub-title wid">What I do</div>
<div class="role">
<div><i class="fa-solid fa-bullseye"></i></div>
<span>Product<br />management</span>
</div>
<div class="role">
<div><i class="fa-solid fa-magnifying-glass-plus"></i></div>
<span>Market<br />research</span>
</div>
<div class="role">
<div><i class="fa-solid fa-clipboard-question"></i></div>
<span>User<br />interviews</span>
</div>
<div class="role">
<div><i class="fa-solid fa-magnifying-glass-chart"></i></div>
<span>Data<br />analysis</span>
</div>
<div class="role">
<div><i class="fa-solid fa-lightbulb"></i></div>
<span><br />Ideation</span>
</div>
<div class="role">
<div><i class="fa-solid fa-people-group"></i></div>
<span>Team<br />management</span>
</div>
<div class="role">
<div><i class="fa-solid fa-hat-wizard"></i></div>
<span><br />UX</span>
</div>
<div class="role">
<div><i class="fa-solid fa-code"></i></div>
<span><br />DevOps</span>
</div>
</div>
<div class="description">
<div class="sub-title">What this job is about</div>
<b>Product Manager / Chief Innovation Officer</b><br />
<a href="https://merval.fr/">Merval</a> is a B2B SaaS provider that helps manufacturers in the retail industry
improve the efficiency of their salesforce. Merval was acquired by a new CEO, Loïc Brunaud in 2016. He
brought a new vision and an up-to-date approach to this market. To help him completely rethink the products and
to move from a consulting business model to a SaaS business model, the management chose me to be the Senior
Product Manager / Chief Innovation Officer.<br />
<br /> Since 2018, my roles are to:
<ol>
<li>Study the market, competitors and survey customers,</li>
<li>Gather customer needs and internal ideas,</li>
<li>Evaluate the ratio between cost and benefit (RICE - Reach x Impact x Confidence / Effort),</li>
<li>Prioritize the roadmap,</li>
<li>Find the best tools, technologies, programming languages, and system design,</li>
<li>Create an MVP if needed,</li>
<li>Implement and develop using Agile/Scrum - 1 month sprint,</li>
<li>Deploy and maintain in the cloud (DevOps methodologies),</li>
<li>Measure the onboarding, the usages, and operating costs of these new features,</li>
<li>Draw conclusions from this data: keep, improve or remove,</li>
<li>Start over :-)</li>
</ol>
<iframe class="visual" style="max-width:100%;margin:40px 0;"
src="https://docs.google.com/presentation/d/e/2PACX-1vQXjLxQfCnINOazJJJ97hoHU0oy6OEAgTlJrAQZNn1cqfBWJ766jMwBfdwJbd4VbIvap1PdK2YsAA1g/embed?start=false&loop=false&delayms=3000"
frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true"
webkitallowfullscreen="true"></iframe>
</div>
<div style="display:flex;flex-wrap: wrap;justify-content: space-between;">
<div class="description" style="width:470px;">
<div class="sub-title">WHO I WORK WITH</div>
The CEO <a href="https://www.linkedin.com/in/lo%C3%AFc-brunaud/">Loïc Brunaud <img src="img/Logo LinkedIn.png"
class="linkedin-icon" /></a> hired me and interacts with me almost every day. Our products are used by the
salesforces of big companies including Colgate, Stanley Black & Decker, 3M, V33, Johnson & Johnson and many
more.
<div class="logos">
<a href="https://www.colgate.com/en-us"><img src="img/Logo Colgate.jpg" alt="Colgate" /></a>
<a href="https://www.stanleyblackanddecker.com/"><img src="img/Logo Stanley.jpg"
alt="Stanley Black & Decker" /></a>
<a href="https://www.bjorg.fr/en/"><img src="img/Logo Bjorg.jpg" alt="Bjorg" /></a>
<a href="https://www.labeyrie.com/"><img src="img/Logo Labeyrie.jpg" alt="Labeyrie" /></a>
<a href="https://www.3m.com/"><img src="img/Logo 3M.jpg" alt="3M" /></a>
<a href="https://www.cafe-royal.com/fr-fr/"><img src="img/Logo Cafe Royal.jpg" alt="Café Royal" /></a>
<a href="https://www.v33.fr/"><img src="img/Logo V33.jpg" alt="V33" /></a>
<a href="https://www.jnj.com/"><img src="img/Logo Johnson and Johnson.jpg" alt="Johnson & Johnson" /></a>
</div>
</div>
<div class="description" style="width:470px;">
<div class="sub-title">Methodologies, Tools and Technologies I use</div>
<span class="tools"><i class="fa-solid fa-bullseye"></i>Product Management / <i
class="fa-solid fa-magnifying-glass-plus"></i>Marker research:</span> Prioritization methods (MoSCoW,
RICE), Google Workplace, Trello, Notion.<br />
<span class="tools"><i class="fa-solid fa-clipboard-question"></i>User interviews:</span> Google Forms for
quantitative surveys and face-to-face interviews for qualitative surveys.<br />
<span class="tools"><i class="fa-solid fa-magnifying-glass-chart"></i>Data analysis:</span> Big data storage:
BigQuery; Business Intelligence: Google Looker Studio (formerly Data Studio).<br />
<span class="tools"><i class="fa-solid fa-people-group"></i>Team management:</span> Agile (scrum)
with ClickUp, Google Workplace.<br />
<span class="tools"><i class="fa-solid fa-code"></i>Technologies / DevOps:</span> System design based on
Google Cloud (Cloud Storage, Pub/Sub, Tables for AI, Cloud Functions, Compute Engine, BigQuery, Cloud SQL
(Postgresql), Cloud Workstation). Languages and frameworks: TypeScript on nodeJS for the back-end, Javascript
with Angular and Ionic for the front-end. Git.
</div>
</div>
</div>
<!-- IA Art Collection NFTs -->
<!-- div>
<h1 id="iaartcollectionnft">IA Art Collection NFTs (2022)</h1>
<div class="roles">
<div class="sub-title wid">What I did</div>
<div class="role">
<div><i class="fa-solid fa-bullseye"></i></div>
<span>Product<br />management</span>
</div>
<div class="role">
<div><i class="fa-solid fa-lightbulb"></i></div>
<span><br />Ideation</span>
</div>
<div class="role">
<div><i class="fa-solid fa-hat-wizard"></i></div>
<span><br />UX</span>
</div>
<div class="role">
<div><i class="fa-solid fa-code"></i></div>
<span><br />Dev</span>
</div>
</div>
</div -->
<!-- blockVersity -->
<div>
<h1 id="blockversity">blockVersity (2022)</h1>
<div class="roles">
<div class="sub-title wid">What I did</div>
<div class="role">
<div><i class="fa-solid fa-bullseye"></i></div>
<span>Project<br />management</span>
</div>
<div class="role">
<div><i class="fa-solid fa-lightbulb"></i></div>
<span><br />Ideation</span>
</div>
<div class="role">
<div><i class="fa-solid fa-hat-wizard"></i></div>
<span><br />UX</span>
</div>
<div class="role">
<div><i class="fa-solid fa-code"></i></div>
<span><br />Dev</span>
</div>
<div class="role">
<div><i class="fa-solid fa-code"></i></div>
<span><br />DevOps</span>
</div>
</div>
<div class="description">
<iframe class="visual" style="width:500px;float: right;margin-left:40px;"
src="https://docs.google.com/presentation/d/e/2PACX-1vQlzmSaJLjgGxbTm7JyXa5CFeWbfI3vgaYQPkNw3ddoxlpmhsJ_yEvHF0M0niaecf4P6h2d1Rfx2OAs/embed?start=false&loop=false&delayms=3000"
frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true"
webkitallowfullscreen="true"></iframe><br />
<div class="sub-title">What this project was about</div>
<b>Project Manager / Lead Software Engineer</b><br />
<b><i>New York - Remote</b></i><br />
<a href="https://www.blockversity.xyz/">blockVersity</a> is a New York-based startup that offers online course
platforms and individual educators the ability to provide their students with NFT Student Cards. At the end of
the courses, the certificates are also soulbound NFTs.<br />
<br />
For 4 months, I helped blockVersity to:
<ul>
<li>Define the scope of their MVP and its features,</li>
<li>Choose a cloud architecture that minimizes time-to-market,</li>
<li>Develop the MVP using the technologies and languages already chosen by the team (backend with TypeScript
on
Node.js and frontend with React / Material-UI). I finally developed the smart contract in Solidity on
Polygon.
The team then developed the same smart contract on Flow to be able to provide the service on both
blockchains.</li>
</ul>
We managed to achieve the goal of distributing the first student cards as NFTs before the end of 2022!
<div style="clear:both;"> </div>
<br />
<br /><br />
<img src="img/blockVersity.jpeg" style="max-width: 400px;float: left;margin-right: 20px;" />
<div class="sub-title">Who I worked with</div>
The founder and CEO <a href="https://www.linkedin.com/in/linetousignant/">Line Tousignant <img
src="img/Logo LinkedIn.png" class="linkedin-icon" /></a> can answer any question regarding my commitment
and my work.<br />
<br />
<br />
<div class="sub-title">Methodologies, Tools and Technologies I used</div>
<span class="tools"><i class="fa-solid fa-people-group"></i>Project Management, Ideation:</span> dework.xyz,
Loom, Zoom,
Google Meet.<br />
<span class="tools"><i class="fa-solid fa-hat-wizard"></i>UX:</span> Canva, Figma, Photoshop, Photopea.<br />
<span class="tools"><i class="fa-solid fa-code"></i>Technologies / Dev / DevOps:</span> TypeScript, Node.js,
React,
Material-UI, Solidity, Polygon, soulbound NFTs, GCP.
</div>
</div>
<!-- Build Academy -->
<div>
<h1 id="buildacademy">Build Academy (2021-2022)</h1>
<div class="roles">
<div class="sub-title wid">What I did</div>
<div class="role">
<div><i class="fa-solid fa-bullseye"></i></div>
<span><br />COO</span>
</div>
<div class="role">
<div><i class="fa-solid fa-magnifying-glass-plus"></i></div>
<span>Market<br />research</span>
</div>
<div class="role">
<div><i class="fa-solid fa-lightbulb"></i></div>
<span><br />Ideation</span>
</div>
<div class="role">
<div><i class="fa-solid fa-people-group"></i></div>
<span>Team<br />management</span>
</div>
<div class="role">
<div><i class="fa-solid fa-hat-wizard"></i></div>
<span><br />UX</span>
</div>
<div class="role">
<div><i class="fa-solid fa-code"></i></div>
<span><br />Dev</span>
</div>
<div class="role">
<div><i class="fa-solid fa-magnifying-glass-chart"></i></div>
<span>Data<br />analysis</span>
</div>
</div>
<div style="display: flex;flex-wrap: wrap;justify-content: space-between;">
<div class="description" style="max-width:330px;">
<div class="sub-title">What this job was about</div>
<b>Chief Operating Officer</b><br />
<b><i>New York - Remote</b></i><br />
In 2020, passionate about architecture, I registered for a super interesting MOOC about Contemporary
Architecture.<br />
<br />
Noting some broken links in the courses, as well as elements to optimize on the website, I contacted the
<a href="https://buildacademy.com">Build Academy</a> company. It is the leading online courses platform
dedicated to the fields of Architecture, Real Estate and Sustainable Development. The platform and the courses
were created by famous professors from New York University, Harvard and Pennsylvania. Ivan Shumkov, the CEO,
offered me to join the team to deliver all the suggestions that I had sent to them.<br />
<br />
For 2 years, until December 2022, as the Chief Operating Officer, I dedicated 20% of my time to:
<ul>
<li>Helping to redefine the strategy of the company (for example consulting services are now on another
website),
</li>
<li>Maintaining and improving the website and the e-learning platform (based on EduNext),</li>
<li>Defining and applying content marketing and SEO strategies.</li>
</ul>
<br /><br /><br />
<div class="sub-title">Who I worked with</div>
Feel free to contact the CEO <a href="https://www.linkedin.com/in/ivanshumkov/">Ivan R. Shumkov, PhD <img
src="img/Logo LinkedIn.png" class="linkedin-icon" /></a> if you have questions regarding my commitment
and my work.
</div>
<img src="img/Build Academy 1.jpg" class="visual" style="width:300px" />
<img src="img/Build Academy 2.jpg" class="visual" style="width:300px" />
<div class="description" style="margin-top:50px;">
<div class="sub-title">Methodologies, Tools and Technologies I used</div>
<span class="tools"><i class="fa-solid fa-bullseye"></i>Strategy / <i
class="fa-solid fa-magnifying-glass-plus"></i>Marker research:</span> Porter's 5 Forces, Business
Model Canvas.<br />
<span class="tools"><i class="fa-solid fa-people-group"></i>Team Management:</span> Trello, Zoom.<br />
<span class="tools"><i class="fa-solid fa-hat-wizard"></i>UX:</span> Canva, Photoshop, Photopea.<br />
<span class="tools"><i class="fa-solid fa-code"></i>Technologies / Dev:</span> Wordpress, EduNext
platform.<br />
<span class="tools"><i class="fa-solid fa-magnifying-glass-chart"></i>Data Analysis:</span> Google Analytics,
Semrush, Facebook Ads.
</div>
<img src="img/BA Facebook Ads.jpg" style="width:400px;margin-top:40px;" />
</div>
</div>
<!-- ESA -->
<div>
<h1 id="esa">European Space Agency Project (2021)</h1>
<div class="roles">
<div class="sub-title wid">What I did</div>
<div class="role">
<div><i class="fa-solid fa-bullseye"></i></div>
<span>Product<br />Management</span>
</div>
<div class="role">
<div><i class="fa-solid fa-magnifying-glass-plus"></i></div>
<span>Market<br />research</span>
</div>
<div class="role">
<div><i class="fa-solid fa-lightbulb"></i></div>
<span><br />Ideation</span>
</div>
<div class="role">
<div><i class="fa-solid fa-hat-wizard"></i></div>
<span><br />UX</span>
</div>
<div class="role">
<div><i class="fa-solid fa-code"></i></div>
<span><br />Dev</span>
</div>
</div>
<div class="description">
<div class="sub-title">What this project was about</div>
<b>Space App Camp 2021 Participant</b><br />
During the <a href="https://app-camp.eu/">Space App Camp 2021</a>, our team developed, in 8 weeks, a mobile app
prototype that helps smallholder farmers prepare for an upcoming growing season by predicting annual rainfall.
We used research on teleconnections related to the El Nino-Southern Oscillation (ENSO) and data from the
Sentinel-2 satellite of the Copernicus program.
</div>
<img class="visual" src="img/My Field screenshots.png" alt="My Field App Screenshot"
style="width: calc(100% - 40px);margin: 0 20px 60px 20px;" />
<div style="display:flex;flex-wrap: wrap;justify-content: space-between;">
<div class="description" style="width:470px;">
<div class="sub-title">Who I worked with</div>
This project was organized by the <a href="https://www.esa.int/">European Space Agency</a>,
<a href="https://space-of-innovation.com/">Azo</a> and <a href="https://ramani.ujuizi.com/">Ramani</a>, who
gave us access to data from the <a href="https://www.copernicus.eu/en">Copernicus Sentinel satellites</a>. My
main co-worker was <a href="https://www.linkedin.com/in/cesarfvasquez/">Cesar Vasquez <img
src="img/Logo LinkedIn.png" class="linkedin-icon" /></a>. You can contact him about what kind of workmate
I am.
<div class="logos">
<a href="https://www.esa.int/"><img src="img/Logo Esa.png" alt="ESA" /></a>
<a href="https://space-of-innovation.com/"><img src="img/Logo Azo.png" alt="ESA" /></a>
<a href="https://www.copernicus.eu/en"><img src="img/Logo Copernicus.png" alt="ESA" /></a>
</div>
</div>
<div class="description" style="width:470px;">
<div class="sub-title">Methodologies, Tools and Technologies I used</div>
<span class="tools"><i class="fa-solid fa-bullseye"></i>Product Management / <i
class="fa-solid fa-magnifying-glass-plus"></i>Marker research:</span> Value Proposition Canvas, Business
Model Canvas, Kanban with Trello, Microsoft Teams.<br />
<span class="tools"><i class="fa-solid fa-code"></i>Technologies / Dev:</span> TypeScript, Angular, Ionic,
Earth Observation Satellites API.
</div>
</div>
</div>
<!-- Skyla -->
<div>
<h1 id="skyla">Skyla (2018)</h1>
<div class="roles">
<div class="sub-title wid">What I did</div>
<div class="role">
<div><i class="fa-solid fa-bullseye"></i></div>
<span><br />Founder</span>
</div>
<div class="role">
<div><i class="fa-solid fa-magnifying-glass-plus"></i></div>
<span>Market<br />research</span>
</div>
<div class="role">
<div><i class="fa-solid fa-lightbulb"></i></div>
<span><br />Ideation</span>
</div>
</div>
<div class="description">
<div class="sub-title">What this project was about</div>
<b>Founder</b><br />
I fulfilled a childhood dream of mixing aeronautics and computer science when I worked for 3 months on a startup
project to create a Vertical Take-off and Landing Drone for 2 people to address the future of on-demand urban
air transportation:
<ul>
<li>Studied the market and already existing projects (CityAirbus, Lilium, Ehang, Volocopter, Cora, Uber
Elevate, Sure Fly, etc).</li>
<li>Researched technical constraints and costs of electric motors, Flight Controllers, ESC (Electronic Speed
Controllers), etc.</li>
<li>Studied legal contraints of air traffic control: aircraft categories, pilot licenses, restricted areas,
conditions to fly over towns, etc.</li>
</ul>
After 3 months of work, a no-go decision was taken because of excessive financing needs. Yes, I'm a big fan of
the Lean Startup principles, including <a
href="https://www.techtarget.com/whatis/definition/fail-fast#:~:text=Fail%20fast%20is%20often%20associated,associated%20with%20Agile%20software%20development.">fail
fast</a> ;-)
<iframe class="visual"
src="https://docs.google.com/presentation/d/e/2PACX-1vSPypavBgyzKCkZdUyOFTIaTa2018V7_amS0kYn3LN4WsbmzpUXQYHQRAUrudKlvSH8aFWh7-1JW0gs/embed?start=false&loop=true&delayms=3000"
frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true"
webkitallowfullscreen="true" style="max-width:100%;margin-top:40px;"></iframe>
<div class="legende">Pitch Deck for funding the MVP (french version)</div>
<div class="sub-title">Methodologies, Tools and Technologies I used</div>
<span class="tools"><i class="fa-solid fa-bullseye"></i>Founder / <i
class="fa-solid fa-magnifying-glass-plus"></i>Marker research:</span> Blue Ocean Strategy, Business Model
Canvas.
</div>
</div>
<!-- SeeMy -->
<div>
<h1 id="seemy">SeeMy Ideation (2007 - 2018)</h1>
<div class="roles">
<div class="sub-title wid">What I did</div>
<div class="role">
<div><i class="fa-solid fa-bullseye"></i></div>
<span>Founder<br />& CEO</span>
</div>
<div class="role">
<div><i class="fa-solid fa-magnifying-glass-plus"></i></div>
<span>Market<br />research</span>
</div>
<div class="role">
<div><i class="fa-solid fa-clipboard-question"></i></div>
<span>User<br />interviews</span>
</div>
<div class="role">
<div><i class="fa-solid fa-magnifying-glass-chart"></i></div>
<span>Data<br />analysis</span>
</div>
<div class="role">
<div><i class="fa-solid fa-lightbulb"></i></div>
<span><br />Ideation</span>
</div>
<div class="role">
<div><i class="fa-solid fa-people-group"></i></div>
<span>Team<br />management</span>
</div>
<div class="role">
<div><i class="fa-solid fa-hat-wizard"></i></div>
<span><br />UX</span>
</div>
<div class="role">
<div><i class="fa-solid fa-code"></i></div>
<span><br />Dev</span>
</div>
</div>
<div class="description">
<div class="sub-title">What this job was about</div>
<b>Founder and CEO</b><br />
<img class="visual" src="img/SeeMy Ideation.jpg"
style="float:right;width:300px;margin-left:40px;margin-bottom:30px;" />
<b>Strategy / Business / Consulting / HR</b><br />
In 2007 I created a startup in an emerging field: Enterprise Social Software. I then turned the
company into one of the leading French Enterprise Social Network and Ideation Software vendors with a team of 15
very talented colleagues. The management of the team was achieved with agile (scrum) and Lean Startup
methodologies.<br />
<br />
In addition to strategy, as the CEO, my mission also included communication and marketing: I planned and
implemented social media and content marketing strategies, resulting in a 500% increase in weekly leads within
10 months.<br />
<br />
I also advised clients on designing and planning their innovation strategy through consulting.<br />
<div style="clear:both;"></div>
<img class="visual" src="img/SeeMy Ideation 2016.jpg"
style="float:left;width:600px;margin:40px;margin-left:0;max-width: 100%;" />
<div>
<b>R&D and Product Management</b><br />
I led the internal research program on psychosociological behavior and designed our very first product from A
to Z:
<ul>
<li>Identified user needs with on-site observations and interviews,</li>
<li>Selected the appropriate technologies and providers,
<li>Produced and tested the first UX and UI,</li>
<li>Coded the back-end and the front-end of the MVP, while the following versions were coded by people much
more talented than I, :-)</li>
<li>Gained the French label "Young Innovative Company" (Jeune Entreprise Innovante) from the Ministry of
Higher Education,</li>
<li>Was officially recognized by the <i>Ministère de l'Enseignement
supérieur, de la Recherche et de l'Innovation</i> for doing Research and Innovation.
</li>
</ul>
</div>
<div class="description" style="clear:both;">
<div class="sub-title">WHO I WORKED WITH</div>
More than 40 people worked for SeeMy. <a href="https://www.linkedin.com/in/stephanehamet/">Stéphane Hamet <img
src="img/Logo LinkedIn.png" class="linkedin-icon" /></a> was my Business Developer Manager and my closest
colleague. He can talk to you about my understanding of the market.<br />
Our products were used by many big companies including CBRE, Engie, L'Oréal, BNP Paribas, BPCE, the French
Ministry of the Economy and Finance, and many more.
<div class="logos">
<a href="https://www.cbre.com/"><img src="img/Logo CBRE.jpg" alt="CBRE" /></a>
<a href="https://www.engie.com/"><img src="img/Logo Engie.jpg" alt="Engie" /></a>
<a href="https://www.loreal.com/en/"><img src="img/Logo Loreal.jpg" alt="L'Oréal" /></a>
<a href="https://mabanque.bnpparibas/"><img src="img/Logo BNP.jpg" alt="BNP Paribas" /></a>
<a href="https://groupebpce.com/en/"><img src="img/Logo BPCE.jpg" alt="BPCE" /></a>
<a href="https://www.economie.gouv.fr/"><img src="img/Logo Minefi.jpg" alt="Minefi" /></a>
</div>
</div>
<div style="text-align: center;">
<img src="img/SeeMy Mobile 2013.png" style="max-width:100%;width:600px;" />
<div class="legende">SeeMy Network - 2013</div>
</div>
<div class="sub-title">Methodologies, Tools and Technologies I used</div>
<span class="tools"><i class="fa-solid fa-bullseye"></i>Founder& CEO / <i
class="fa-solid fa-magnifying-glass-plus"></i>Marker research:</span> Blue Ocean Strategy, Business Model
Canvas.<br />
<span class="tools"><i class="fa-solid fa-clipboard-question"></i>User interviews:</span> Google Forms for
quantitative surveys and face-to-face interviews for qualitative surveys.<br />
<span class="tools"><i class="fa-solid fa-people-group"></i>Team management:</span> Agile (scrum) with
<b>Jira</b>.<br />
<span class="tools"><i class="fa-solid fa-code"></i>Technologies / Dev:</span> Java and no-SQL DB for the
back-end. Javascript, Angular and Ionic for the front-end and the mobile apps.<br />
</div>
</div>
<div style="margin-top:30px;border-radius: 6px;box-shadow: 4px 4px 6px #e6e6e6;height: 40px;"></div>
<div class="footer">
<div style="font-size: 32px;">Let's connect</div>
<div style="margin:20px 0 50px 0;display: flex;justify-content: center;">
<a class="contactLink" href="https://www.linkedin.com/in/emmanueldouaud/">
<i class="fa-brands fa-linkedin"></i></a>
<a class="contactLink" href="mailto:[email protected]">
<i class="fa-solid fa-envelope-circle-check"></i></a>
<a class="contactLink" href="https://wa.me/+675619262">
<i class="fa-brands fa-square-whatsapp"></i></a>
</div>
<a class="contactMeButton" href="mailto:[email protected]">Contact me</a>
<div class="quote">"Perfection is achieved, not when there is nothing more to add, but when there is nothing left
to take away."<span> - Antoine de Saint-Exupéry</span></div>
<div style="margin-top: 100px;font-size: 0.8em;margin-bottom: 60px;color:rgb(142,142,142)">April 2023</div>
</div>
</div>
</body>
</html>