-
Notifications
You must be signed in to change notification settings - Fork 4
/
projets.html
505 lines (456 loc) · 19 KB
/
projets.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Projets - OSS by MAIF</title>
<meta name="description" content="Les projets OSS By Maif">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://masonry.desandro.com/masonry.pkgd.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="img/favicon.ico" />
</head>
<body class="projects">
<nav class="navbar navbar-expand-sm fixed-top navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand flex-grow-1" id="slogan" style="opacity: 0;" href="https://maif.github.io/"><img
alt="logo MAIF" src="https://static.maif.fr/resources/img/logo-maif.svg" />
<span>#OSSbyMAIF</span></a>
<button class="navbar-toggler me-2" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse order-2 order-sm-0" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="https://maif.github.io/"><i class="fas fa-home"></i></a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="projets.html">PROJETS</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="contributeurs.html">CONTRIBUTEURS</a>
</li>
</ul>
</div>
<!--<select
id="language"
class="form-select"
aria-label="Default select example"
>
<option value="English">English</option>
<option value="Francais" selected>Français</option>
</select>-->
</div>
</nav>
<div class="bg-blue">
<section class="container">
<div class="d-flex justify-content-center align-items-center p-4">
<img class="w-10" alt="logo MAIF" src="https://static.maif.fr/resources/img/logo-maif.svg" />
<div class="text-white ms-4">
<h1>#OSSbyMAIF</h1>
<h2>
Designing & building <strong>commons</strong><br />since
<strong>1934</strong>
</h2>
</div>
</div>
</section>
</div>
<div class="container mt-3">
<div class="row">
<div class="col-12 col-sm-6 col-md-4" id="otoroshi">
<div class="card m-2 shadow">
<div class="card-img-top bg-darkest">
<img class="offset-4 col-4" src="img/otoroshi.svg" alt="logo otoroshi">
</div>
<div class="card-body">
<h5 class=" product_title text-center">otoroshi</h5>
<p>
Reverse proxy that handles traffic from and to your micro-services, with API management.
</p>
</div>
<div class="card-footer d-flex justify-content-end p-3">
<span class="link me-3">
<a href="https://github.com/maif/otoroshi">
<i class="fab fa-github fa-lg" aria-hidden="true"></i></a>
</span>
<span class="link">
<a href="https://maif.github.io/otoroshi" title="See more details about the project"><i
class="fas fa-external-link-alt fa-lg"></i></a>
</span>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4" id="melusine">
<div class="card m-2 shadow">
<div class="card-img-top bg-darkest">
<img class="offset-4 col-4" src="img/melusine.svg" alt="logo melusine">
</div>
<div class="card-body">
<h5 class=" product_title text-center">melusine</h5>
<p>
Melusine is a high-level library for emails classification and feature extraction "dédiée aux courriels
français".
</p>
</div>
<div class="card-footer d-flex justify-content-end p-3">
<span class="link me-3">
<a href="https://github.com/maif/melusine">
<i class="fab fa-github fa-lg" aria-hidden="true"></i></a>
</span>
<span class="link">
<a href="https://maif.github.io/melusine" title="See more details about the project"><i
class="fas fa-external-link-alt fa-lg"></i></a>
</span>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4" id="izanami">
<div class="card m-2 shadow">
<div class="card-img-top bg-darkest">
<img class="offset-4 col-4" src="img/izanami.svg" alt="logo izanami">
</div>
<div class="card-body">
<h5 class=" product_title text-center">izanami</h5>
<p>
Shared configuration service for micro-services, provides feature flipping and A/B Testing.
</p>
</div>
<div class="card-footer d-flex justify-content-end p-3">
<span class="link me-3">
<a href="https://github.com/maif/izanami">
<i class="fab fa-github fa-lg" aria-hidden="true"></i></a>
</span>
<span class="link">
<a href="https://maif.github.io/izanami" title="See more details about the project"><i
class="fas fa-external-link-alt fa-lg"></i></a>
</span>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4" id="daikoku">
<div class="card m-2 shadow">
<div class="card-img-top bg-darkest">
<img class="offset-4 col-4" src="img/daikoku.svg" alt="logo daikoku">
</div>
<div class="card-body">
<h5 class=" product_title text-center">daikoku</h5>
<p>
The missing developer portal for your apis served by Otoroshi.
</p>
</div>
<div class="card-footer d-flex justify-content-end p-3">
<span class="link me-3">
<a href="https://github.com/maif/daikoku">
<i class="fab fa-github fa-lg" aria-hidden="true"></i></a>
</span>
<span class="link">
<a href="https://maif.github.io/daikoku" title="See more details about the project"><i
class="fas fa-external-link-alt fa-lg"></i></a>
</span>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4" id="shapash">
<div class="card m-2 shadow">
<div class="card-img-top bg-darkest">
<img class="offset-4 col-4" src="img/shapash.png" alt="logo shapash">
</div>
<div class="card-body">
<h5 class=" product_title text-center">shapash</h5>
<p>
Make Machine Learning models transparent and understandable by everyone.
</p>
</div>
<div class="card-footer d-flex justify-content-end p-3">
<span class="link me-3">
<a href="https://github.com/maif/shapash">
<i class="fab fa-github fa-lg" aria-hidden="true"></i></a>
</span>
<span class="link">
<a href="https://maif.github.io/shapash" title="See more details about the project"><i
class="fas fa-external-link-alt fa-lg"></i></a>
</span>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4" id="arta">
<div class="card m-2 shadow">
<div class="card-img-top bg-darkest">
<img class="offset-4 col-4" src="img/arta.svg" alt="logo arta">
</div>
<div class="card-body">
<h5 class=" product_title text-center">arta</h5>
<p>
A rules engine that makes rule handling simple.
</p>
</div>
<div class="card-footer d-flex justify-content-end p-3">
<span class="link me-3">
<a href="https://github.com/maif/arta">
<i class="fab fa-github fa-lg" aria-hidden="true"></i></a>
</span>
<span class="link">
<a href="https://maif.github.io/arta/" title="See more details about the project"><i
class="fas fa-external-link-alt fa-lg"></i></a>
</span>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4" id="thoth">
<div class="card m-2 shadow">
<div class="card-img-top bg-darkest">
<img class="offset-4 col-4" src="img/thoth.svg" alt="logo thoth">
</div>
<div class="card-body">
<h5 class=" product_title text-center">thoth</h5>
<p>
Power your Java Apps with Event Sourcing.
</p>
</div>
<div class="card-footer d-flex justify-content-end p-3">
<span class="link me-3">
<a href="https://github.com/maif/thoth">
<i class="fab fa-github fa-lg" aria-hidden="true"></i></a>
</span>
<span class="link">
<a href="https://maif.github.io/thoth" title="See more details about the project"><i
class="fas fa-external-link-alt fa-lg"></i></a>
</span>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4" id="eurybia">
<div class="card m-2 shadow">
<div class="card-img-top bg-darkest">
<img class="offset-4 col-4" src="img/eurybia.svg" alt="logo eurybia">
</div>
<div class="card-body">
<h5 class=" product_title text-center">eurybia</h5>
<p>
Eurybia monitor model drift over time and securize model deployment with data validation.
</p>
</div>
<div class="card-footer d-flex justify-content-end p-3">
<span class="link me-3">
<a href="https://github.com/maif/eurybia">
<i class="fab fa-github fa-lg" aria-hidden="true"></i></a>
</span>
<span class="link">
<a href="https://maif.github.io/eurybia" title="See more details about the project"><i
class="fas fa-external-link-alt fa-lg"></i></a>
</span>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4" id="cards">
<div class="card m-2 shadow">
<div class="card-img-top bg-darkest">
<img class="offset-4 col-4" src="img/cards.svg" alt="logo cards">
</div>
<div class="card-body">
<h5 class=" product_title text-center">cards</h5>
<p>
A deck of cards enumerating simple rules to design all new digital products at MAIF.
</p>
</div>
<div class="card-footer d-flex justify-content-end p-3">
<span class="link me-3">
<a href="https://github.com/maif/cards">
<i class="fab fa-github fa-lg" aria-hidden="true"></i></a>
</span>
<span class="link">
<a href="https://maif.github.io/cards" title="See more details about the project"><i
class="fas fa-external-link-alt fa-lg"></i></a>
</span>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4" id="nio">
<div class="card m-2 shadow">
<div class="card-img-top bg-darkest">
<img class="offset-4 col-4" src="img/nio.svg" alt="logo nio">
</div>
<div class="card-body">
<h5 class=" product_title text-center">nio</h5>
<p>
Privacy management toolbox. It provides an API to manage persons' privacy.
</p>
</div>
<div class="card-footer d-flex justify-content-end p-3">
<span class="link me-3">
<a href="https://github.com/maif/nio">
<i class="fab fa-github fa-lg" aria-hidden="true"></i></a>
</span>
<span class="link">
<a href="https://maif.github.io/nio" title="See more details about the project"><i
class="fas fa-external-link-alt fa-lg"></i></a>
</span>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4" id="lets">
<div class="card m-2 shadow">
<div class="card-img-top bg-darkest">
<img class="offset-4 col-4" src="img/lets.svg" alt="logo let's automate">
</div>
<div class="card-body">
<h5 class=" product_title text-center">let's automate</h5>
<p>
Reverse proxy that handles traffic from and to your micro-services, with API management.
</p>
</div>
<div class="card-footer d-flex justify-content-end p-3">
<span class="link me-3">
<a href="https://github.com/maif/lets-automate">
<i class="fab fa-github fa-lg" aria-hidden="true"></i></a>
</span>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4" id="wasm4s">
<div class="card m-2 shadow">
<div class="card-img-top bg-darkest">
<img class="offset-4 col-4" src="img/wasm4s.png"
style="width: 45%;margin-left: 28%; filter: grayscale(100%);" alt="logo wasm4s">
</div>
<div class="card-body">
<h5 class=" product_title text-center">wasm4s</h5>
<p>
A library to run wasm vm inside you scala project
</p>
</div>
<div class="card-footer d-flex justify-content-end p-3">
<span class="link me-3">
<a href="https://github.com/maif/wasm4s">
<i class="fab fa-github fa-lg" aria-hidden="true"></i></a>
</span>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4" id="wasmo">
<div class="card m-2 shadow">
<div class="card-img-top bg-darkest">
<img class="offset-4 col-4" src="img/wasmo.png" style="width: 33%; filter: grayscale(100%);"
alt="logo wasmo">
</div>
<div class="card-body">
<h5 class=" product_title text-center">wasmo</h5>
<p>
Tool for creating and building from scrach your WASM binaries
</p>
</div>
<div class="card-footer d-flex justify-content-end p-3">
<span class="link me-3">
<a href="https://github.com/maif/wasmo">
<i class="fab fa-github fa-lg" aria-hidden="true"></i></a>
</span>
<span class="link">
<a href="https://maif.github.io/wasmo" title="See more details about the project"><i
class="fas fa-external-link-alt fa-lg"></i></a>
</span>
</div>
</div>
</div>
</div>
</div>
<div>
<footer>
<div class="container">
<div class="row">
<div class="col">
<div class="footer-content">
<a href="mailto:[email protected]"><span class="fa fa-envelope me-2"></span>[email protected]</a>
<span>|</span>
<a href="https://github.com/MAIF"><span class="fab fa-github me-2"></span>github.com/MAIF</a>
<span>|</span>
<a href="https://medium.com/oss-by-maif"><span
class="fab fa-medium me-2"></span>medium.com/oss-by-maif</a>
<span>|</span>
made with <span class="fa fa-heart"></span>
<span>|</span>
<a href="https://maif.fr"><img alt="logo MAIF" src="https://static.maif.fr/resources/img/logo-maif.svg"
width="40" /></a>
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!--
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap-select.min.js"></script>
<script src="js/select.js"></script>
-->
<script>
var $grid = $(".grid").masonry({
itemSelector: ".grid-item",
columnWidth: ".grid-sizer",
percentPosition: true,
});
$grid.on("click", ".grid-item-content", function () {
var itemContent = this;
setItemContentPixelSize(itemContent);
var itemElem = itemContent.parentNode;
if (!itemElem.classList.contains("is-expanded")) {
//remove all expanded
document.querySelectorAll(".is-expanded").forEach((item) => {
item.classList.remove("is-expanded");
item.querySelector(".story-telling").classList.remove("d-flex");
var redraw = itemContent.children[0].offsetWidth;
});
}
itemElem.classList.toggle("is-expanded");
itemContent.querySelector(".story-telling").classList.toggle('d-flex');
// force redraw
var redraw = itemContent.offsetWidth;
// renable default transition
itemContent.style[transitionProp] = "";
addTransitionListener(itemContent);
setItemContentTransitionSize(itemContent, itemElem);
$grid.masonry();
});
var docElem = document.documentElement;
var transitionProp =
typeof docElem.style.transition == "string"
? "transition"
: "WebkitTransition";
var transitionEndEvent = {
WebkitTransition: "webkitTransitionEnd",
transition: "transitionend",
}[transitionProp];
function setItemContentPixelSize(itemContent) {
var previousContentSize = getSize(itemContent);
// disable transition
itemContent.style[transitionProp] = "none";
// set current size in pixels
itemContent.style.width = previousContentSize.width + "px";
itemContent.style.height = previousContentSize.height + "px";
}
function addTransitionListener(itemContent) {
// reset 100%/100% sizing after transition end
var onTransitionEnd = function () {
itemContent.style.width = "";
itemContent.style.height = "";
itemContent.removeEventListener(transitionEndEvent, onTransitionEnd);
};
itemContent.addEventListener(transitionEndEvent, onTransitionEnd);
}
function setItemContentTransitionSize(itemContent, itemElem) {
// set new size
var size = getSize(itemElem);
itemContent.style.width = size.width + "px";
itemContent.style.height = size.height + "px";
}
</script>
<script src="js/sticky.js"></script>
</body>
</html>