- 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

View File

@ -20,6 +20,7 @@
<div class="containerHomePage"> <div class="containerHomePage">
<div class="left-side"></div> <div class="left-side"></div>
<div class="right-side"> <div class="right-side">
<img id="cross-login" src="/static/img/profilPage/back.svg"></img>
<h1>Access to a new WORLD</h1> <h1>Access to a new WORLD</h1>
<form id="loginForm"> <form id="loginForm">
<label for="email">Email</label> <label for="email">Email</label>

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 :+: :+: :+: */ /* filesLoader.js :+: :+: :+: */
/* +:+ +:+ +:+ */ /* +:+ +:+ +:+ */
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */ /* By: madegryc <madegryc@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2024/09/29 22:36:43 by edbernar #+# #+# */ /* 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', show: '/static/img/skin/1/back.jpg',
}, },
skinTwoTexture: { skinTwoTexture: {
left: '/static/img/skin/1/left.jpg', left: '/static/img/skin/2/left.jpg',
right: '/static/img/skin/1/right.jpg', right: '/static/img/skin/2/right.jpg',
top: '/static/img/skin/1/top.jpg', top: '/static/img/skin/2/top.jpg',
bottom: '/static/img/skin/1/bottom.jpg', bottom: '/static/img/skin/2/bottom.jpg',
front: '/static/img/skin/1/front.jpg', front: '/static/img/skin/2/front.jpg',
back: '/static/img/skin/1/back.jpg', back: '/static/img/skin/2/back.jpg',
show: '/static/img/skin/1/back.jpg', show: '/static/img/skin/2/back.jpg',
}, },
skinThreeTexture: { skinThreeTexture: {
left: '/static/img/skin/1/left.jpg', left: '/static/img/skin/3/left.jpg',
right: '/static/img/skin/1/right.jpg', right: '/static/img/skin/3/right.jpg',
top: '/static/img/skin/1/top.jpg', top: '/static/img/skin/3/top.jpg',
bottom: '/static/img/skin/1/bottom.jpg', bottom: '/static/img/skin/3/bottom.jpg',
front: '/static/img/skin/1/front.jpg', front: '/static/img/skin/3/front.jpg',
back: '/static/img/skin/1/back.jpg', back: '/static/img/skin/3/back.jpg',
show: '/static/img/skin/1/back.jpg', show: '/static/img/skin/3/back.jpg',
}, },
skinFourTexture: { skinFourTexture: {
left: '/static/img/skin/1/left.jpg', left: '/static/img/skin/4/left.jpg',
right: '/static/img/skin/1/right.jpg', right: '/static/img/skin/4/right.jpg',
top: '/static/img/skin/1/top.jpg', top: '/static/img/skin/4/top.jpg',
bottom: '/static/img/skin/1/bottom.jpg', bottom: '/static/img/skin/4/bottom.jpg',
front: '/static/img/skin/1/front.jpg', front: '/static/img/skin/4/front.jpg',
back: '/static/img/skin/1/back.jpg', back: '/static/img/skin/4/back.jpg',
show: '/static/img/skin/1/back.jpg', show: '/static/img/skin/4/back.jpg',
}, },
} }

View File

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