Compare commits

..

No commits in common. "425b96e9c6d51f60f3039f4e6e448a873c40af0f" and "0c2ea6f01e8bc84ae17e746afe8282ab6763255e" have entirely different histories.

15 changed files with 4 additions and 11 deletions

View File

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 KiB

After

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 367 KiB

After

Width:  |  Height:  |  Size: 368 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 765 KiB

After

Width:  |  Height:  |  Size: 306 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 837 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

View File

@ -49,7 +49,6 @@
color: var(--text-color); color: var(--text-color);
display: flex; display: flex;
padding: 0 4%; padding: 0 4%;
gap: 5%;
} }
.project-details-content { .project-details-content {
@ -173,10 +172,7 @@ aside ul li a:hover {
gap: 0.5em; gap: 0.5em;
} }
.project-details-image {
width: 100%;
margin-bottom: 2%;
}
@media (max-width: 480px) { @media (max-width: 480px) {
@ -184,4 +180,3 @@ aside ul li a:hover {
top: 7em; top: 7em;
} }
} }

View File

@ -91,9 +91,7 @@ function ProjectDetails({project}) {
> >
{project.long_description} {project.long_description}
</ReactMarkdown> </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> </div>
<aside> <aside>
<ul> <ul>