-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (29 loc) · 1.08 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
---
layout: accueil
---
<section class="chapeau">
<h1>Mes Services Cyber</h1>
<p>Trouvez les services et les ressources adaptées à vos besoins et votre niveau cyber.</p>
<a href="/test-maturite" class="bouton primaire">Testez votre maturité cyber</a>
<a href="/catalogue/" class="bouton secondaire">Découvrir nos services</a>
</section>
<section class="services-dispos">
<h1>Les services disponibles</h1>
<div class="carte service">
<figure>
<img src="/assets/images/illustrations-services/demainspecialistecyber/demainspecialistecyber.png">
<figcaption>Service</figcaption>
</figure>
<div class="contenu">
<h3>Demain Spécialiste Cyber</h3>
<span>S’informer sur la cybersécurité et ses métiers.</span>
<a href="/">Découvrir le service
<img src="/assets/images/icone-fleche-droite.svg">
</a>
<div class="labels">
<span>ANSSI</span>
<span>Innovation ANSSI</span>
</div>
</div>
</div>
</section>