fixed error in cv download id
This commit is contained in:
@@ -105,8 +105,8 @@
|
|||||||
<span class="en">hide the CV</span>
|
<span class="en">hide the CV</span>
|
||||||
</h2>
|
</h2>
|
||||||
</summary>
|
</summary>
|
||||||
<span class="fr"><a id="cv_download" class="margin_bottom_big" href="docs/hugo_lamy_cv_2024_fr.pdf" target="_blank" rel="noopener noreferrer" title="link to a pdf version of this section CV">télécharger en pdf</a></span>
|
<span class="fr"><a class="cv_download" class="margin_bottom_big" href="docs/hugo_lamy_cv_2024_fr.pdf" target="_blank" rel="noopener noreferrer" title="link to a pdf version of this section CV">télécharger en pdf</a></span>
|
||||||
<span class="en"><a id="cv_download" class="margin_bottom_big" href="docs/hugo_lamy_cv_2024_en.pdf" target="_blank" rel="noopener noreferrer" title="link to a pdf version of this section CV">download in pdf</a></span>
|
<span class="en"><a class="cv_download" class="margin_bottom_big" href="docs/hugo_lamy_cv_2024_en.pdf" target="_blank" rel="noopener noreferrer" title="link to a pdf version of this section CV">download in pdf</a></span>
|
||||||
<h2>
|
<h2>
|
||||||
<span class="fr">COMPÉTENCES</span>
|
<span class="fr">COMPÉTENCES</span>
|
||||||
<span class="en">SKILLS</span>
|
<span class="en">SKILLS</span>
|
||||||
|
|||||||
@@ -13,7 +13,6 @@
|
|||||||
list-style-type: "▸ ";
|
list-style-type: "▸ ";
|
||||||
font-size: 1.8rem;
|
font-size: 1.8rem;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-bottom: 30px;
|
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
}
|
}
|
||||||
.cv summary .open {
|
.cv summary .open {
|
||||||
@@ -23,6 +22,13 @@
|
|||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cv .cv_download {
|
||||||
|
display: inline-block;
|
||||||
|
width: 100%;
|
||||||
|
margin-top: 30px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
.cv[open] summary {
|
.cv[open] summary {
|
||||||
list-style-type: "▾ ";
|
list-style-type: "▾ ";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,7 +13,3 @@
|
|||||||
#hero .subtitle {
|
#hero .subtitle {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
#hero .cv #cv_download {
|
|
||||||
margin-top: 20px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user