headers
This commit is contained in:
parent
cabd78dee9
commit
2bef250681
2 changed files with 11 additions and 11 deletions
10
index.html
10
index.html
|
@ -6,7 +6,7 @@
|
||||||
<meta name="description" content="CV">
|
<meta name="description" content="CV">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Curriculum Vitæ</title>
|
<title>Curriculum Vitæ</title>
|
||||||
<!---->
|
<!--
|
||||||
<link rel="stylesheet" href="style/debug.css">
|
<link rel="stylesheet" href="style/debug.css">
|
||||||
<!---->
|
<!---->
|
||||||
<link rel="stylesheet" href="style/reset.css">
|
<link rel="stylesheet" href="style/reset.css">
|
||||||
|
@ -146,7 +146,7 @@ BIND, CertBot, CSS, DNS, HTML, HTTPd, HTTPS, NginX, TomCat
|
||||||
<section>
|
<section>
|
||||||
<h2>Experience</h2>
|
<h2>Experience</h2>
|
||||||
|
|
||||||
<article class="org"><header>
|
<article class="org"><header class="org">
|
||||||
<div class="org"><img class="org" src="img/dirisi.png" alt="DIRISI logo">
|
<div class="org"><img class="org" src="img/dirisi.png" alt="DIRISI logo">
|
||||||
<div class="position">
|
<div class="position">
|
||||||
<p class="title">Information Systems Designer</p>
|
<p class="title">Information Systems Designer</p>
|
||||||
|
@ -157,8 +157,6 @@ BIND, CertBot, CSS, DNS, HTML, HTTPd, HTTPS, NginX, TomCat
|
||||||
<p class="period">2025 ← 2016</p>
|
<p class="period">2025 ← 2016</p>
|
||||||
</div></header>
|
</div></header>
|
||||||
|
|
||||||
<hr>
|
|
||||||
|
|
||||||
<article><header>
|
<article><header>
|
||||||
<div class="org"><img class="org" src="img/cdad-bdx.png" alt="CDAD-BDX logo">
|
<div class="org"><img class="org" src="img/cdad-bdx.png" alt="CDAD-BDX logo">
|
||||||
<div class="position">
|
<div class="position">
|
||||||
|
@ -206,7 +204,7 @@ BIND, CertBot, CSS, DNS, HTML, HTTPd, HTTPS, NginX, TomCat
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<article class="org"><header>
|
<article class="org"><header class="org">
|
||||||
<div class="org"><img class="org" src="img/aae.png" alt="AAE logo">
|
<div class="org"><img class="org" src="img/aae.png" alt="AAE logo">
|
||||||
<div class="position">
|
<div class="position">
|
||||||
<p class="title">Information Systems Designer</p>
|
<p class="title">Information Systems Designer</p>
|
||||||
|
@ -217,8 +215,6 @@ BIND, CertBot, CSS, DNS, HTML, HTTPd, HTTPS, NginX, TomCat
|
||||||
<p class="period">2016 ← 2002</p>
|
<p class="period">2016 ← 2002</p>
|
||||||
</div></header>
|
</div></header>
|
||||||
|
|
||||||
<hr>
|
|
||||||
|
|
||||||
<article><header>
|
<article><header>
|
||||||
<div class="org"><img class="org" src="img/gaio.png" alt="GAIO logo">
|
<div class="org"><img class="org" src="img/gaio.png" alt="GAIO logo">
|
||||||
<div class="position">
|
<div class="position">
|
||||||
|
|
|
@ -14,8 +14,12 @@ body {
|
||||||
max-inline-size: 102ch;
|
max-inline-size: 102ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
article.org {
|
article.org, header {
|
||||||
border: .1em solid gray;
|
padding-block: .25em;
|
||||||
|
padding-inline: .5em;
|
||||||
|
}
|
||||||
|
header.org {
|
||||||
|
background-color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
article header {
|
article header {
|
||||||
|
@ -35,8 +39,8 @@ section.images {
|
||||||
h1 { font-size: 1.15rem; }
|
h1 { font-size: 1.15rem; }
|
||||||
h2 { font-size: 1.10rem; }
|
h2 { font-size: 1.10rem; }
|
||||||
h3 { font-size: 1.05rem; }
|
h3 { font-size: 1.05rem; }
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3 {
|
||||||
margin-block: .5em;
|
margin-block-start: .5em;
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Add table
Reference in a new issue