forked from 4sh/4sh.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchallenges_technologiques.html
More file actions
73 lines (72 loc) · 2.93 KB
/
challenges_technologiques.html
File metadata and controls
73 lines (72 loc) · 2.93 KB
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
---
layout: layout_challenges
title: // Challenges technologiques
menu: technologiques
---
<section class="ac-container">
<div>
<input id="ac-1" name="accordion-1" type="checkbox" />
<label for="ac-1">
<span class="icon-label-accordion icon-check"></span>
<span class="question-prob">
Confirmer un choix technologique.</br>
<strong>Quelles sont vos solutions ?</strong>
</span>
</label>
<article class="ac-small text-center">
<h1 class="title-article">Nos solutions</h1>
<ul class="list-block-article ">
<li class="block-article text-left">
<span class="icon-block-article"></span>
Choisir la bonne technologie en fonction de vos produits et de vos ressources
</li>
<li class="block-article text-left">
<span class="icon-block-article"></span>
Auditer vos produits et donner une vision de l’évolution technologique à mettre en oeuvre
</li>
</ul>
</article>
</div>
<div>
<input id="ac-2" name="accordion-1" type="checkbox" />
<label for="ac-2">
<span class="icon-label-accordion icon-archi"></span>
<span class="question-prob">
Elaborer et valider l’architecture.</br>
<strong>Quelles sont vos solutions ?</strong>
</span>
</label>
<article class="ac-small text-center">
<h1 class="title-article">Nos solutions</h1>
<ul class="list-block-article">
<li class="block-article text-left">
<span class="icon-block-article"></span>
Préconiser des principes d’architecture adaptés à vos exigences
</li>
<li class="block-article text-left">
<span class="icon-block-article"></span>
Mettre en œuvre l’architecture préconisée et démontrer l’adéquation avec vos exigences
</li>
</ul>
</article>
</div>
<div>
<input id="ac-3" name="accordion-1" type="checkbox" />
<label for="ac-3">
<span class="icon-label-accordion icon-idea"></span>
<span class="question-prob">
Présenter une solution technique.</br>
<strong>Quelles sont vos solutions ?</strong>
</span>
</label>
<article class="ac-small text-center">
<h1 class="title-article">Nos solutions</h1>
<ul class="list-block-article">
<li class="block-article text-left">
<span class="icon-block-article"></span>
Construire un POC pour éprouver la solution technique à adopter
</li>
</ul>
</article>
</div>
</section>