small modifs in project section

This commit is contained in:
asus
2024-05-17 22:52:36 +02:00
parent 40048d3871
commit 1742985974
3 changed files with 10 additions and 29 deletions

View File

@@ -75,11 +75,12 @@
<h2 class="close">voir le CV</h2> <h2 class="close">voir le CV</h2>
<h2 class="open">cacher le CV</h2> <h2 class="open">cacher le CV</h2>
</summary> </summary>
<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> <a id="cv_download" class="margin_bottom_big" href="docs/hugo_lamy_2024_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> <h2>COMPÉTENCES</h2>
<ul> <ul>
<li>Langages : C, C++, JavaScript, PHP, CSS, HTML, bash</li> <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> <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>
<li>Autres : magie, vélo, noeuds, mathématiques, politique</li>
</ul> </ul>
<h2>EXPÉRIENCES</h2> <h2>EXPÉRIENCES</h2>
<ul> <ul>
@@ -133,12 +134,17 @@
               
</span> </span>
</h1> </h1>
<a href="https://bitbucket.org/hugogogo" target="_blank" rel="noopener noreferrer" title="link to git repositories on bitbucket"></a>
</header> </header>
<h2>quelques projets réalisés</h2> <div class="margin_bottom_big">
<p>code-sources : </p>
<a href="https://bitbucket.org/hugogogo" target="_blank" rel="noopener noreferrer" title="link to git repositories on bitbucket"></a>
</div>
<h2 class="margin_bottom_big">quelques exemples de projets réalisés :</h2>
<article> <article>
<p>description</p>
<img src="./docs/projects/fdf_pyramide_2.gif"/> <img src="./docs/projects/fdf_pyramide_2.gif"/>
<img src="./docs/projects/fdf_demo.gif"/> <img src="./docs/projects/fdf_demo.gif"/>
</article> </article>

View File

@@ -1,29 +1,3 @@
/*
<section id="projects" class="section">
<div class="mouse"><div class="mouse_3 pre"></div></div>
<header>
<h1 aria-label="projets">
<span aria-hidden="true" class="pre"></span>
</h1>
<a href="https://bitbucket.org/hugogogo" target="_blank" rel="noopener noreferrer" title="link to git repositories on bitbucket"></a>
</header>
<h2>quelques projets réalisés</h2>
<article>
<img src="./docs/projects/fdf_pyramide_2.gif"/>
<img src="./docs/projects/fdf_demo.gif"/>
</article>
<div class="mouse"><div class="mouse_2 pre"></div></div>
<div class="banner banner_size_3 banner_speed_20 banner_reverse grid_full_width" aria-label="banner delimitation in ASCII art"></div>
</section>
*/
#projects { #projects {
header { header {
height: 300px; height: 300px;
@@ -36,6 +10,7 @@
img { img {
max-height: 500px; max-height: 500px;
max-width: 500px; max-width: 500px;
width: 100%;
margin: 0px auto; margin: 0px auto;
} }
} }