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

@@ -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 {
header {
height: 300px;
@@ -36,6 +10,7 @@
img {
max-height: 500px;
max-width: 500px;
width: 100%;
margin: 0px auto;
}
}