Changed url for projects. Changed size for pictures inside projects
This commit is contained in:
parent
c27d9ae767
commit
364a680894
4 changed files with 13 additions and 14 deletions
|
@ -54,7 +54,7 @@ h2 {
|
||||||
--profile-content-width-max: 40rem;
|
--profile-content-width-max: 40rem;
|
||||||
--profile-content-width-min: 36rem;
|
--profile-content-width-min: 36rem;
|
||||||
--content-width: 50rem;
|
--content-width: 50rem;
|
||||||
--content-height: 50rem;
|
--content-height: 52rem;
|
||||||
|
|
||||||
--width-min-desktop: 1275px;
|
--width-min-desktop: 1275px;
|
||||||
--width-mobile: 875px;
|
--width-mobile: 875px;
|
||||||
|
|
|
@ -9,11 +9,6 @@
|
||||||
.project {
|
.project {
|
||||||
height: calc(var(--content-height)/2);
|
height: calc(var(--content-height)/2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.project img {
|
|
||||||
height: calc(var(--content-height)/5);
|
|
||||||
width: calc(var(--content-width)/4);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1276px) {
|
@media screen and (min-width: 1276px) {
|
||||||
|
@ -25,11 +20,11 @@
|
||||||
.project {
|
.project {
|
||||||
height: calc(var(--content-height)/2);
|
height: calc(var(--content-height)/2);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.project img {
|
.project img {
|
||||||
height: calc(var(--content-height)/5);
|
height: calc((var(--content-width)+ 6rem - 4rem)/3*3/4);
|
||||||
width: calc(var(--content-width)/4);
|
width: 100%;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-container {
|
.project-container {
|
||||||
|
|
|
@ -11,25 +11,26 @@
|
||||||
"project":"Mes projets",
|
"project":"Mes projets",
|
||||||
"projects": [
|
"projects": [
|
||||||
{
|
{
|
||||||
"cover": "https://share.etheryo.fr/INSA/wal/wal.png",
|
"cover": "https://share.etheryo.fr/project/visual/wal_min.png",
|
||||||
"title": "What A Leak!",
|
"title": "What A Leak!",
|
||||||
"url": "what-a-leak",
|
"url": "what-a-leak",
|
||||||
"description": "Water leak detection project with INSA Toulouse in 5th year.",
|
"description": "Water leak detection project with INSA Toulouse in 5th year.",
|
||||||
"topic": "embedded"
|
"topic": "embedded"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cover": "https://share.etheryo.fr/projects/shared-memory/config.png",
|
"cover": "https://share.etheryo.fr/project/visual/shared_memory-min.jpg",
|
||||||
"title": "Shared memory cache on multiple kernels",
|
"title": "Shared memory cache on multiple kernels",
|
||||||
"url": "shared-memory",
|
"url": "shared-memory",
|
||||||
"description": "Using NFS, programmed a kernel driver that can read/write data onto a shared ram.",
|
"description": "Using NFS, programmed a kernel driver that can read/write data onto a shared ram.",
|
||||||
"topic": "kernel"
|
"topic": "kernel"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cover": "https://share.etheryo.fr/projects/yoyo_tetris/yoyotetris.png",
|
"cover": "https://share.etheryo.fr/project/visual/yoyo_tetris_min.jpg",
|
||||||
"title": "yoyoTetris",
|
"title": "yoyoTetris",
|
||||||
"url": "yoyo-tetris",
|
"url": "yoyo-tetris",
|
||||||
"description": "A simple game in C++ using Raylib.",
|
"description": "A simple game in C++ using Raylib.",
|
||||||
"topic": "videogame"
|
"topic": "videogame"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"lab": "Le laboratoire"
|
||||||
}
|
}
|
|
@ -54,4 +54,7 @@
|
||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="section">
|
||||||
|
<h1>{hubjson.lab}</h1>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue