Compare commits
No commits in common. "9b17d2390134e3d93cf39463a5fcf417a18453e9" and "c41760c3131ff113b45b9584022dd2519afd84da" have entirely different histories.
9b17d23901
...
c41760c313
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.8 MiB |
|
Before Width: | Height: | Size: 167 KiB After Width: | Height: | Size: 168 KiB |
|
Before Width: | Height: | Size: 367 KiB After Width: | Height: | Size: 368 KiB |
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 765 KiB After Width: | Height: | Size: 306 KiB |
|
Before Width: | Height: | Size: 837 KiB |
|
Before Width: | Height: | Size: 74 KiB |
|
Before Width: | Height: | Size: 2.7 MiB |
|
Before Width: | Height: | Size: 3.5 MiB |
|
Before Width: | Height: | Size: 3.7 MiB |
|
Before Width: | Height: | Size: 2.7 MiB |
@ -7,7 +7,7 @@
|
||||
}
|
||||
|
||||
.experiences-container {
|
||||
width: 100%;
|
||||
width: 50%;
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@ -23,15 +23,3 @@
|
||||
height: 100%;
|
||||
background-color: rgba(176, 176, 176, 0.2);
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.experiences-container {
|
||||
width: 90%;
|
||||
align-items: flex-start;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.experiences-container::before {
|
||||
left: 20px;
|
||||
}
|
||||
}
|
||||
@ -124,11 +124,4 @@
|
||||
background-color: rgba(217, 95, 70, 0.3);
|
||||
color: var(--important-color);
|
||||
border-color: var(--important-color);
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.filter-btn {
|
||||
top: 5em;
|
||||
right: 20px;
|
||||
}
|
||||
}
|
||||
@ -12,8 +12,6 @@
|
||||
|
||||
#home-section h1{
|
||||
margin-bottom: 0;
|
||||
margin-left: 40px;
|
||||
margin-right: 40px;
|
||||
}
|
||||
|
||||
#home-section h2 {
|
||||
@ -51,33 +49,5 @@
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 840px) {
|
||||
.btn {
|
||||
margin-bottom: 10%;
|
||||
}
|
||||
|
||||
#home-section p{
|
||||
max-width: 60%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 656px) {
|
||||
#home-section h1{
|
||||
font-size: 3.5rem;
|
||||
}
|
||||
#home-section h2 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 584px) {
|
||||
#home-section h1{
|
||||
font-size: 3rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -40,11 +40,4 @@
|
||||
.nav-link.active {
|
||||
background-color: rgba(217, 95, 70, 0.3);
|
||||
color: var(--important-color);
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.nav-list{
|
||||
gap: 0.5rem;
|
||||
}
|
||||
}
|
||||
@ -18,7 +18,7 @@
|
||||
background-image: url("/public/assets/images/projectDetailsHeadband.png");
|
||||
background-size: cover;
|
||||
|
||||
&::after {
|
||||
&::after { /* Utilise un pseudo-élément pour le dégradé */
|
||||
content: '';
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
@ -49,7 +49,6 @@
|
||||
color: var(--text-color);
|
||||
display: flex;
|
||||
padding: 0 4%;
|
||||
gap: 5%;
|
||||
}
|
||||
|
||||
.project-details-content {
|
||||
@ -81,7 +80,6 @@
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
gap: 1em;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
|
||||
@ -171,17 +169,4 @@ aside ul li a:hover {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5em;
|
||||
}
|
||||
|
||||
.project-details-image {
|
||||
width: 100%;
|
||||
margin-bottom: 2%;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.return-button {
|
||||
top: 7em;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
@ -91,9 +91,7 @@ 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>
|
||||
|
||||
@ -55,8 +55,4 @@
|
||||
.projects-back-link {
|
||||
text-align: center;
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
@ -4,8 +4,6 @@
|
||||
margin-bottom: 3rem;
|
||||
padding: 1.5rem;
|
||||
display: flex;
|
||||
gap: 6rem;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.experience-card::before {
|
||||
@ -23,17 +21,18 @@
|
||||
|
||||
|
||||
.experience-card-left {
|
||||
width: 25%;
|
||||
width: 50%;
|
||||
text-align: end;
|
||||
margin-right: 8rem;
|
||||
}
|
||||
|
||||
.experience-card-right {
|
||||
width: 25%;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.experience-company {
|
||||
color: var(--important-color);
|
||||
font-size: 1.5rem;
|
||||
font-size: 1.2rem;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@ -75,25 +74,4 @@
|
||||
font-weight: bold;
|
||||
font-size: 1.2rem;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.experience-card{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0;
|
||||
}
|
||||
.experience-card::before {
|
||||
left: 20px;
|
||||
top: 31px;
|
||||
}
|
||||
.experience-card-left, .experience-card-right{
|
||||
width: fit-content;
|
||||
margin-left: 20px;
|
||||
}
|
||||
.experience-card-left{
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
@ -122,18 +122,4 @@
|
||||
margin-left : 2em;
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 1366px) {
|
||||
.single-project {
|
||||
width: 47%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.single-project {
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
@ -22,7 +22,7 @@
|
||||
|
||||
.planet {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
bottom: 0%;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
width: 120vw;
|
||||
@ -102,11 +102,3 @@
|
||||
opacity: 0.6;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media (max-width: 840px) {
|
||||
.planet {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@ -9,7 +9,6 @@
|
||||
|
||||
html{
|
||||
scroll-behavior: smooth;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
|
||||
@ -17,7 +16,6 @@ body {
|
||||
margin: 0;
|
||||
display: flex;
|
||||
place-items: center;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.section-title {
|
||||
|
||||