Merge pull request 'feature/detailsProject' (#30) from feature/detailsProject into dev

Reviewed-on: #30
This commit is contained in:
Giovanni-Josserand 2025-09-28 16:48:19 +00:00
commit 93c2e9662a
13 changed files with 11 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 KiB

After

Width:  |  Height:  |  Size: 167 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 368 KiB

After

Width:  |  Height:  |  Size: 367 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

View File

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

View File

@ -49,6 +49,7 @@
color: var(--text-color);
display: flex;
padding: 0 4%;
gap: 5%;
}
.project-details-content {
@ -170,3 +171,10 @@ aside ul li a:hover {
align-items: center;
gap: 0.5em;
}
.project-details-image {
width: 100%;
margin-bottom: 2%;
}

View File

@ -91,7 +91,9 @@ function ProjectDetails({project}) {
>
{project.long_description}
</ReactMarkdown>
{[...Array(project.nb_image)].map((_, i) => (
<img src={`/assets/images/projects/${project.image_name}/${project.image_name}_${i+1}.png`} alt={project.image_name} className="project-details-image"/>
))}
</div>
<aside>
<ul>