added more gif

This commit is contained in:
asus
2024-05-26 12:20:22 +02:00
parent 67bc569749
commit 6e13db6a95
6 changed files with 28 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 584 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 MiB

View File

@@ -150,20 +150,27 @@
<h2 class="margin_bottom_big">quelques exemples de projets réalisés :</h2>
<figure class="project">
<img src="./docs/projects/fdf_pyramide_2.gif"/>
<figcaption>description</figcaption>
</figure>
<div class="projects_grid">
<figure class="project">
<img src="./docs/projects_square/fdf_pyramide_loop_square_2_light.gif"/>
<figcaption>description</figcaption>
</figure>
<figure class="project">
<img src="./docs/projects/cube3d_raycasting.gif"/>
<figcaption>description</figcaption>
</figure>
<figure class="project">
<img src="./docs/projects_square/cube3d_tour_with_map_square.gif"/>
<figcaption>description</figcaption>
</figure>
<figure class="project">
<img src="./docs/projects/ljdp_map_clusters.gif"/>
<figcaption>description</figcaption>
</figure>
<figure class="project">
<img src="./docs/projects_square/ljdp_map_clusters_square_light.gif"/>
<figcaption>description</figcaption>
</figure>
<figure class="project">
<img src="./docs/projects_square/kosmopolit_square.gif"/>
<figcaption>description</figcaption>
</figure>
</div>
<!--
<article class="project">

View File

@@ -2,7 +2,15 @@
header {
height: 300px;
}
figure {
.projects_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, auto));
grid-gap: 20px;
figure {
figcaption {
text-align: left;
}
}
}
article {
display: grid;