forked from quentin/quentin.dufour.io
changer titres
This commit is contained in:
parent
6296997169
commit
8c70e2bec2
1 changed files with 6 additions and 6 deletions
12
index.html
12
index.html
|
@ -40,7 +40,7 @@ layout: default
|
|||
<section id="posts">
|
||||
<h2>J'écris sur</h2>
|
||||
<section>
|
||||
<h3>le développement et la conception</h3>
|
||||
<h3>concevoir des systèmes informatiques</h3>
|
||||
<div class="list">
|
||||
<ul>
|
||||
{% for post in site.categories.developpement %}
|
||||
|
@ -54,7 +54,7 @@ layout: default
|
|||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<h3>l'exploitation et le debug</h3>
|
||||
<h3>comment opérer des systèmes informatiques</h3>
|
||||
<div class="list">
|
||||
<ul>
|
||||
{% for post in site.categories.operation %}
|
||||
|
@ -68,7 +68,7 @@ layout: default
|
|||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<h3>la sécurité</h3>
|
||||
<h3>comment sécuriser des systèmes informatiques</h3>
|
||||
<div class="list">
|
||||
<ul>
|
||||
{% for post in site.categories.securite %}
|
||||
|
@ -82,7 +82,7 @@ layout: default
|
|||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<h3>D'autres choses</h3>
|
||||
<h3>d'autres choses</h3>
|
||||
<div class="list">
|
||||
<ul>
|
||||
{% for post in site.categories.divers %}
|
||||
|
@ -100,7 +100,7 @@ layout: default
|
|||
<section class="blocks" id="links">
|
||||
<h2>Des liens</h2>
|
||||
<section>
|
||||
<h3>Pour des rencontres</h3>
|
||||
<h3>pour des rencontres</h3>
|
||||
|
||||
<div class="card">
|
||||
<h4><a href="https://colineaubert.com/">Coline Aubert</a></h4>
|
||||
|
@ -159,7 +159,7 @@ layout: default
|
|||
|
||||
</section>
|
||||
<section>
|
||||
<h3>Vers des projets</h3>
|
||||
<h3>vers des projets</h3>
|
||||
<div class="card">
|
||||
<h4><a href="https://deuxfleurs.fr">Deuxfleurs</a></h4>
|
||||
<p>Hébergeur associatif expérimental.<br/>
|
||||
|
|
Loading…
Reference in a new issue