From a288107a5796eec6075235da462cbac55dcbb7db Mon Sep 17 00:00:00 2001 From: ChandelAnish Date: Thu, 23 May 2024 13:48:01 +0530 Subject: [PATCH] changed footer section --- client/index.html | 80 ++++++++++++++----------- client/login-page/script.js | 2 +- client/style.css | 113 +----------------------------------- 3 files changed, 51 insertions(+), 144 deletions(-) diff --git a/client/index.html b/client/index.html index d5de0fb..13c0d9f 100644 --- a/client/index.html +++ b/client/index.html @@ -198,45 +198,59 @@

skilled professionals worldwide

- -
-
-

about

-

Our labour hiring website streamlines the process of connecting employers with skilled professionals worldwide. With user-friendly features and a vast talent pool, we facilitate efficient and effective workforce solutions. Join us today to tap into unparalleled opportunities for building successful teams and advancing your business goals.

+ +
+ + + diff --git a/client/login-page/script.js b/client/login-page/script.js index a871368..fe7d8b2 100644 --- a/client/login-page/script.js +++ b/client/login-page/script.js @@ -45,7 +45,7 @@ form.addEventListener('submit', async (e) => { else if (response.userdetails.usertype === 'labour') { return window.open("../main-page/labour/index.html", "_parent"); } - if (response.userdetails.usertype === 'admin') { + else if (response.userdetails.usertype === 'admin') { return window.open("../main-page/admin/index.html", "_parent"); } }) diff --git a/client/style.css b/client/style.css index 36c1e80..fd02b6a 100644 --- a/client/style.css +++ b/client/style.css @@ -255,113 +255,6 @@ transition: all .7s; transform: scale(1.03); } -/* contact us */ -.facebook img -{ - width: 3rem; - /* margin: 5rem; */ -} -.linkedin img -{ - width: 3.5rem; - margin-bottom: 8px; -} -.insta img -{ - width: 4.6rem; -} -.twitter img -{ - width: 4rem; -} -.contactme0 -{ - display: grid; - grid-template-columns: 35rem 35rem auto; - margin: 10rem 0rem 0rem 0rem; - background-color: rgba(193, 239, 206, 0.898); - border-radius: 10px; - /* align-items: center; - justify-content: center; */ - padding-top: 3rem; - padding-bottom: 5rem; -} -.contactbox -{ - background-color: rgba(255, 255, 255, 0.598); - margin: 1rem; - border-radius: 15px; - box-shadow: 2px 2px 2px 0.5px; -} -.contactme0 :hover -{ - transition: all .7s; - transform: scale(1.03); -} -.about -{ - padding: 2rem; -} -.about h2 -{ - margin: 0rem 0rem 3rem 0rem; -} -.terms -{ - padding: 2rem; -} -.terms h2 -{ - margin: 0rem 0rem 3rem 0rem; -} -.terms h3 ul -{ - list-style-type: none; -} -.links -{ - padding: 2rem; - display: flex; - flex-direction: column; - align-items: center; - /* justify-content: center; */ -} -.links h2 -{ - margin: 0rem 0rem 3rem 0rem; -} -.contactme -{ - display: flex; - align-items: center; - justify-content: center; - flex-direction: column; - height: 15rem; -} -.linkedin :hover -{ - transform: scale(1.07); - transition: all .5s; -} -.facebook :hover -{ - transform: scale(1.07); - transition: all .5s; -} -.insta :hover -{ - transform: scale(1.07); - transition: all .5s; -} -.twitter :hover -{ - transform: scale(1.07); - transition: all .5s; -} -.contactme0 footer -{ - display: flex; - align-items: center; - justify-content: center; - margin-top: 5rem; -} \ No newline at end of file + +/* footer */ +