wip
This commit is contained in:
parent
39231d0f00
commit
d84bf3a6b9
3 changed files with 23 additions and 20 deletions
26
index.html
26
index.html
|
@ -146,15 +146,15 @@ BIND, CertBot, CSS, DNS, HTML, HTTPd, HTTPS, NginX, TomCat
|
|||
<section>
|
||||
<h2>Experience</h2>
|
||||
|
||||
<article><header>
|
||||
<article class="org"><header>
|
||||
<div class="org"><img class="org" src="img/dirisi.png" alt="DIRISI logo">
|
||||
<div class="position">
|
||||
<p class="title">Direction Interarmées des Réseaux d’Infrastructure et des SI</p>
|
||||
<p class="sub"><strong>DevOps</strong> @ CDAD-BDX (Defense App Dev Center), Bordeaux</p>
|
||||
<p class="title">Information Systems Designer</p>
|
||||
<p class="sub"><strong>DevOps</strong> @ DIRISI (Direction Interarmées des Réseaux d’Infrastructure et des SI)</p>
|
||||
</div></div>
|
||||
<div class="time">
|
||||
<p class="duration">9 years</p>
|
||||
<p class="period">2016 → 2025</p>
|
||||
<p class="period">2025 ← 2016</p>
|
||||
</div></header>
|
||||
|
||||
<hr>
|
||||
|
@ -162,12 +162,12 @@ BIND, CertBot, CSS, DNS, HTML, HTTPd, HTTPS, NginX, TomCat
|
|||
<article><header>
|
||||
<div class="org"><img class="org" src="img/cdad-bdx.png" alt="CDAD-BDX logo">
|
||||
<div class="position">
|
||||
<p class="title">Information Systems Designer</p>
|
||||
<p class="sub"><strong>DevOps</strong> @ CDAD-BDX (Defense App Dev Center), Bordeaux</p>
|
||||
<p class="title">Quality Assurance</p>
|
||||
<p class="sub">CDAD-BDX (Defense Applications Development Center), Bordeaux</p>
|
||||
</div></div>
|
||||
<div class="time">
|
||||
<p class="duration">6 years</p>
|
||||
<p class="period">2019 → 2025</p>
|
||||
<p class="period">2025 ← 2019</p>
|
||||
</div></header>
|
||||
<ul>
|
||||
<li>configuring and maintaining tools: Gitea, GitLab, Jenkins, Nexus, SonarQube</li>
|
||||
|
@ -177,12 +177,12 @@ BIND, CertBot, CSS, DNS, HTML, HTTPd, HTTPS, NginX, TomCat
|
|||
<article><header>
|
||||
<div class="org"><img class="org" src="img/cdad-bdx.png" alt="CDAD-BDX logo">
|
||||
<div class="position">
|
||||
<p class="title">Information Systems Designer</p>
|
||||
<p class="sub"><strong>Architecture & Security</strong> @ CDAD-BDX (Defense App Dev Center), Bordeaux</p>
|
||||
<p class="title">Architecture & Security</p>
|
||||
<p class="sub">CDAD-BDX (Defense Applications Development Center), Bordeaux</p>
|
||||
</div></div>
|
||||
<div class="time">
|
||||
<p class="duration">2 years</p>
|
||||
<p class="period">2017 → 2019</p>
|
||||
<p class="period">2019 ← 2017</p>
|
||||
</div></header>
|
||||
<ul>
|
||||
<li>administration of a VMware vCloud with Virtual Machines and LXC containers</li>
|
||||
|
@ -192,12 +192,12 @@ BIND, CertBot, CSS, DNS, HTML, HTTPd, HTTPS, NginX, TomCat
|
|||
<article><header>
|
||||
<div class="org"><img class="org" src="img/cdad-bdx.png" alt="CDAD-BDX logo">
|
||||
<div class="position">
|
||||
<p class="title">Information Systems Designer</p>
|
||||
<p class="sub"><strong>Digital Factory</strong> @ CDAD-BDX (Defense App Dev Center), Bordeaux</p>
|
||||
<p class="title">Digital Factory</p>
|
||||
<p class="sub">CDAD-BDX (Defense Applications Development Center), Bordeaux</p>
|
||||
</div></div>
|
||||
<div class="time">
|
||||
<p class="duration">1 year</p>
|
||||
<p class="period">2016 → 2017</p>
|
||||
<p class="period">2017 ← 2016</p>
|
||||
</div></header>
|
||||
<ul>
|
||||
<li>installation of a development network: stations & LXC server running Debian</li>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
* {
|
||||
border: 1px dashed gray;
|
||||
border: 1px dashed lightgray;
|
||||
}
|
||||
|
|
|
@ -14,6 +14,10 @@ body {
|
|||
max-inline-size: 102ch;
|
||||
}
|
||||
|
||||
article.org {
|
||||
border: .1em solid gray;
|
||||
}
|
||||
|
||||
article header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
@ -28,12 +32,9 @@ section.images {
|
|||
justify-content: space-between;
|
||||
}
|
||||
|
||||
h1 { font-size: 1.25rem; }
|
||||
h2 { font-size: 1.20rem; }
|
||||
h3 { font-size: 1.15rem; }
|
||||
h4 { font-size: 1.10rem; }
|
||||
h5 { font-size: 1.05rem; }
|
||||
h6 { font-size: 1.00rem; }
|
||||
h1 { font-size: 1.15rem; }
|
||||
h2 { font-size: 1.10rem; }
|
||||
h3 { font-size: 1.05rem; }
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin-block: .5em;
|
||||
}
|
||||
|
@ -50,6 +51,7 @@ img.inline {
|
|||
}
|
||||
img.org {
|
||||
block-size: 2.5em;
|
||||
margin-inline-end: .5em;
|
||||
}
|
||||
|
||||
table {
|
||||
|
@ -74,6 +76,7 @@ ul {
|
|||
|
||||
.columns {
|
||||
display: grid;
|
||||
gap: 1em;
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue