diff --git a/site/interface/site/index.html b/site/interface/site/index.html index 45c7d3b..26e751f 100644 --- a/site/interface/site/index.html +++ b/site/interface/site/index.html @@ -44,7 +44,9 @@
-

Lorem ipsum dolor sit amet consectetur adipisicing elit. Officia totam cupiditate magni unde expedita molestiae eum aliquam fugit voluptatibus omnis! Dolores, ipsa inventore necessitatibus numquam aspernatur in perferendis id voluptas?

+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Officia totam cupiditate magni unde expedita molestiae eum aliquam fugit voluptatibus omnis! Dolores, ipsa inventore necessitatibus numquam aspernatur in perferendis id voluptas?

+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Officia totam cupiditate magni unde expedita molestiae eum aliquam fugit voluptatibus omnis! Dolores, ipsa inventore necessitatibus numquam aspernatur in perferendis id voluptas?

+
\ No newline at end of file diff --git a/site/interface/site/login/createConnectDiv.js b/site/interface/site/login/createConnectDiv.js index 0c87328..458d3df 100644 --- a/site/interface/site/login/createConnectDiv.js +++ b/site/interface/site/login/createConnectDiv.js @@ -3,10 +3,10 @@ /* ::: :::::::: */ /* createConnectDiv.js :+: :+: :+: */ /* +:+ +:+ +:+ */ -/* By: edbernar +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/08/07 18:14:53 by edbernar #+# #+# */ -/* Updated: 2024/08/13 00:21:02 by edbernar ### ########.fr */ +/* Updated: 2024/08/13 17:19:04 by madegryc ### ########.fr */ /* */ /* ************************************************************************** */ @@ -70,7 +70,7 @@ function createConnectDiv(divLogin) inputPass.setAttribute("placeholder", "password"); buttonLogin.innerHTML = "Login"; buttonLogin.setAttribute("id", "styleButton"); - orText.innerText = "▬▬▬▬▬▬▬▬▬▬ ㅤ Or ㅤ ▬▬▬▬▬▬▬▬▬▬"; + orText.innerText = "▬▬▬▬▬▬▬▬ ㅤ Or ㅤ ▬▬▬▬▬▬▬▬"; orText.setAttribute("id", "orText"); buttonConnect42.innerHTML = "Log with 42"; buttonConnect42.setAttribute("id", "styleButton42") diff --git a/site/interface/site/style/balls.png b/site/interface/site/style/balls.png new file mode 100644 index 0000000..7017279 Binary files /dev/null and b/site/interface/site/style/balls.png differ diff --git a/site/interface/site/style/home.css b/site/interface/site/style/home.css index 39f4817..f6b8833 100644 --- a/site/interface/site/style/home.css +++ b/site/interface/site/style/home.css @@ -3,17 +3,10 @@ /* ::: :::::::: */ /* home.css :+: :+: :+: */ /* +:+ +:+ +:+ */ -<<<<<<< HEAD -/* By: marvin +#+ +:+ +#+ */ +/* By: madegryc +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/08/07 12:00:55 by edbernar #+# #+# */ -/* Updated: 2024/08/13 13:11:42 by marvin ### ########.fr */ -======= -/* By: edbernar >>>>>> 298711bf505242792e7b73b7a42271903a979d1f +/* Updated: 2024/08/13 19:02:42 by madegryc ### ########.fr */ /* */ /* ************************************************************************** */ @@ -35,6 +28,14 @@ } } +::-webkit-scrollbar { + width: 10px; +} + +::-webkit-scrollbar-thumb { + background: white; + } + * { margin: 0; padding: 0; @@ -56,7 +57,7 @@ body { padding-inline: 50px; display: flex; background-color: #020202; - gap: 4rem; + gap: 2rem; align-items: center; position: absolute; inset-inline: 0; @@ -71,7 +72,8 @@ body { font-family: "Poppins", sans-serif; font-weight: 500; font-style: normal; - gap: 3rem; + padding-left: 60px; + gap: 6rem; } #topButton p { @@ -125,11 +127,35 @@ body { cursor: pointer; } -<<<<<<< HEAD .homeSection{ - color: white; min-height: 100svh; -======= +} + +.homeSection p{ + color: white; + font-family: "Poppins", sans-serif; + font-weight: 500; + font-style: normal; +} + +#firstText{ + font-size: 45px; + padding-inline: 50px; + padding-top: 70px; +} + +#secondText{ + font-size: 45px; + padding-inline: 50px; + padding-top: 90px; + text-align: right; +} + +#firstBall{ + width: 25%; + position: relative; +} + #menuDiv { display: flex; flex-direction: column; @@ -149,5 +175,4 @@ body { #menuDiv li:hover { background-color: #f0f0f0; ->>>>>>> 298711bf505242792e7b73b7a42271903a979d1f } \ No newline at end of file