- Add skins Gomu, Minecraft, Windows XP
    - Add back arrow in login phone
This commit is contained in:
Mathis Degryck
2024-10-09 20:39:47 +02:00
parent 9c64b0098c
commit 5945371c5e
21 changed files with 40 additions and 24 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 377 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 377 KiB

After

Width:  |  Height:  |  Size: 957 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 377 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 377 KiB

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 377 KiB

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 377 KiB

After

Width:  |  Height:  |  Size: 957 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -3,10 +3,10 @@
/* ::: :::::::: */
/* filesLoader.js :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* By: madegryc <madegryc@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/09/29 22:36:43 by edbernar #+# #+# */
/* Updated: 2024/10/09 14:40:52 by edbernar ### ########.fr */
/* Updated: 2024/10/09 18:06:05 by madegryc ### ########.fr */
/* */
/* ************************************************************************** */
@ -41,31 +41,31 @@ const url_files = {
show: '/static/img/skin/1/back.jpg',
},
skinTwoTexture: {
left: '/static/img/skin/1/left.jpg',
right: '/static/img/skin/1/right.jpg',
top: '/static/img/skin/1/top.jpg',
bottom: '/static/img/skin/1/bottom.jpg',
front: '/static/img/skin/1/front.jpg',
back: '/static/img/skin/1/back.jpg',
show: '/static/img/skin/1/back.jpg',
left: '/static/img/skin/2/left.jpg',
right: '/static/img/skin/2/right.jpg',
top: '/static/img/skin/2/top.jpg',
bottom: '/static/img/skin/2/bottom.jpg',
front: '/static/img/skin/2/front.jpg',
back: '/static/img/skin/2/back.jpg',
show: '/static/img/skin/2/back.jpg',
},
skinThreeTexture: {
left: '/static/img/skin/1/left.jpg',
right: '/static/img/skin/1/right.jpg',
top: '/static/img/skin/1/top.jpg',
bottom: '/static/img/skin/1/bottom.jpg',
front: '/static/img/skin/1/front.jpg',
back: '/static/img/skin/1/back.jpg',
show: '/static/img/skin/1/back.jpg',
left: '/static/img/skin/3/left.jpg',
right: '/static/img/skin/3/right.jpg',
top: '/static/img/skin/3/top.jpg',
bottom: '/static/img/skin/3/bottom.jpg',
front: '/static/img/skin/3/front.jpg',
back: '/static/img/skin/3/back.jpg',
show: '/static/img/skin/3/back.jpg',
},
skinFourTexture: {
left: '/static/img/skin/1/left.jpg',
right: '/static/img/skin/1/right.jpg',
top: '/static/img/skin/1/top.jpg',
bottom: '/static/img/skin/1/bottom.jpg',
front: '/static/img/skin/1/front.jpg',
back: '/static/img/skin/1/back.jpg',
show: '/static/img/skin/1/back.jpg',
left: '/static/img/skin/4/left.jpg',
right: '/static/img/skin/4/right.jpg',
top: '/static/img/skin/4/top.jpg',
bottom: '/static/img/skin/4/bottom.jpg',
front: '/static/img/skin/4/front.jpg',
back: '/static/img/skin/4/back.jpg',
show: '/static/img/skin/4/back.jpg',
},
}

View File

@ -6,7 +6,7 @@
/* By: madegryc <madegryc@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/07 12:00:55 by edbernar #+# #+# */
/* Updated: 2024/10/05 22:09:37 by madegryc ### ########.fr */
/* Updated: 2024/10/09 16:23:22 by madegryc ### ########.fr */
/* */
/* ************************************************************************** */
@ -181,6 +181,18 @@
text-align: center;
}
#cross-login{
display: none;
position: absolute;
top: 20px;
/* right: 20px; */
left: 20px;
width: 70px;
height: 70px;
cursor: pointer;
color: white;
}
.close {
position: absolute;
top: 110px;
@ -511,6 +523,9 @@ footer {
top: 650px;
right: 0;
}
#cross-login{
display: block;
}
.containerHomePage {
width: 100%;
height: 100%;