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-min: 36rem;
|
||||
--content-width: 50rem;
|
||||
--content-height: 50rem;
|
||||
--content-height: 52rem;
|
||||
|
||||
--width-min-desktop: 1275px;
|
||||
--width-mobile: 875px;
|
||||
|
|
|
@ -9,11 +9,6 @@
|
|||
.project {
|
||||
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) {
|
||||
|
@ -25,11 +20,11 @@
|
|||
.project {
|
||||
height: calc(var(--content-height)/2);
|
||||
}
|
||||
}
|
||||
|
||||
.project img {
|
||||
height: calc(var(--content-height)/5);
|
||||
width: calc(var(--content-width)/4);
|
||||
}
|
||||
height: calc((var(--content-width)+ 6rem - 4rem)/3*3/4);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.project-container {
|
||||
|
|
|
@ -11,25 +11,26 @@
|
|||
"project":"Mes projets",
|
||||
"projects": [
|
||||
{
|
||||
"cover": "https://share.etheryo.fr/INSA/wal/wal.png",
|
||||
"cover": "https://share.etheryo.fr/project/visual/wal_min.png",
|
||||
"title": "What A Leak!",
|
||||
"url": "what-a-leak",
|
||||
"description": "Water leak detection project with INSA Toulouse in 5th year.",
|
||||
"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",
|
||||
"url": "shared-memory",
|
||||
"description": "Using NFS, programmed a kernel driver that can read/write data onto a shared ram.",
|
||||
"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",
|
||||
"url": "yoyo-tetris",
|
||||
"description": "A simple game in C++ using Raylib.",
|
||||
"topic": "videogame"
|
||||
}
|
||||
]
|
||||
],
|
||||
"lab": "Le laboratoire"
|
||||
}
|
|
@ -54,4 +54,7 @@
|
|||
{/each}
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h1>{hubjson.lab}</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue