added more gif
This commit is contained in:
BIN
docs/projects_square/cube3d_tour_with_map_square.gif
Normal file
BIN
docs/projects_square/cube3d_tour_with_map_square.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 MiB |
BIN
docs/projects_square/fdf_pyramide_loop_square_2_light.gif
Normal file
BIN
docs/projects_square/fdf_pyramide_loop_square_2_light.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.2 MiB |
BIN
docs/projects_square/kosmopolit_square.gif
Normal file
BIN
docs/projects_square/kosmopolit_square.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 584 KiB |
BIN
docs/projects_square/ljdp_map_clusters_square_light.gif
Normal file
BIN
docs/projects_square/ljdp_map_clusters_square_light.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.3 MiB |
31
index.html
31
index.html
@@ -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">
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user