fixed some typo and grid error for last section
This commit is contained in:
@@ -75,13 +75,13 @@
|
||||
<h2 class="close">voir le CV</h2>
|
||||
<h2 class="open">cacher le CV</h2>
|
||||
</summary>
|
||||
<a id="cv_download" href="docs/hugo_lamy_cv.pdf" target="_blank" rel="noopener noreferrer" title="link to a pdf version of this section CV">télécharger en pdf</a>
|
||||
<a id="cv_download" class="margin_bottom_big" href="docs/hugo_lamy_cv.pdf" target="_blank" rel="noopener noreferrer" title="link to a pdf version of this section CV">télécharger en pdf</a>
|
||||
<h2>COMPÉTENCES</h2>
|
||||
<ul>
|
||||
<li>Langages : C, C++, JavaScript, PHP, CSS, HTML, bash</li>
|
||||
<li>Technologies : Node.js, Git, Gitaction, Docker, Wordpress, Nginx, MariaDB, Nest.js, Svelte, WebSocket, Express, npm, react, emails, sending emails, receiving emails, deleting emails</li>
|
||||
</ul>
|
||||
<h2>EXPIÉRIENCES</h2>
|
||||
<h2>EXPÉRIENCES</h2>
|
||||
<ul>
|
||||
<li><a href="https://www.carteprof.org" target="_blank" rel="noopener noreferrer" title="link to carteprof website"></a>, 2021 : Backend, plugin wordpress, authentification, sessions, paiements, roles et bdd</li>
|
||||
<li><a href="https://www.bloc-house.org" target="_blank" rel="noopener noreferrer" title="link to bloc-house website"></a>, 2021 : Full-stack, reprise d’un site en php et javascript</li>
|
||||
@@ -121,6 +121,7 @@
|
||||
PROJECTS
|
||||
-->
|
||||
<section id="projects" class="section">
|
||||
<div class="mouse"><div class="mouse_3 pre"></div></div>
|
||||
|
||||
<header>
|
||||
<h1 aria-label="projets">
|
||||
@@ -176,7 +177,6 @@
|
||||
<p>hugogogo@protonmail.com</p>
|
||||
</article>
|
||||
|
||||
<div class="mouse"><div class="mouse_3 pre"></div></div>
|
||||
<div class="mouse"><div class="mouse_4 pre"></div></div>
|
||||
|
||||
</section>
|
||||
|
||||
@@ -2,7 +2,7 @@ section {
|
||||
display: grid;
|
||||
margin: 0px;
|
||||
width: 100vw;
|
||||
grid-auto-columns: auto;
|
||||
grid-template-columns: auto auto auto;
|
||||
grid-auto-rows: auto;
|
||||
grid-gap: 10px;
|
||||
gap: 10px;
|
||||
|
||||
Reference in New Issue
Block a user