diff --git a/package-lock.json b/package-lock.json index a25a3f64..79b9747c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "react-icons": "^5.2.1", "react-router-dom": "^6.23.1", "react-scripts": "5.0.1", - "react-toastify": "^8.0.0", + "react-toastify": "^8.2.0", "styled-components": "^6.1.11", "web-vitals": "^4.1.1" } @@ -18605,9 +18605,9 @@ } }, "node_modules/react-toastify": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-8.0.0.tgz", - "integrity": "sha512-7a5uhwbJ5Ivp5QyJN8P9M8g+7wksJt51QuYAZW0c3pDOh0Jx8lH7XzNHzzJg4NHup9n4zcqH9rwXknnyzYg2OA==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-8.2.0.tgz", + "integrity": "sha512-Pg2Ju7NngAamarFvLwqrFomJ57u/Ay6i6zfLurt/qPynWkAkOthu6vxfqYpJCyNhHRhR4hu7+bySSeWWJu6PAg==", "dependencies": { "clsx": "^1.1.1" }, @@ -35210,9 +35210,9 @@ } }, "react-toastify": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-8.0.0.tgz", - "integrity": "sha512-7a5uhwbJ5Ivp5QyJN8P9M8g+7wksJt51QuYAZW0c3pDOh0Jx8lH7XzNHzzJg4NHup9n4zcqH9rwXknnyzYg2OA==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-8.2.0.tgz", + "integrity": "sha512-Pg2Ju7NngAamarFvLwqrFomJ57u/Ay6i6zfLurt/qPynWkAkOthu6vxfqYpJCyNhHRhR4hu7+bySSeWWJu6PAg==", "requires": { "clsx": "^1.1.1" }, diff --git a/package.json b/package.json index 1930d6e4..ca14d746 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "react-icons": "^5.2.1", "react-router-dom": "^6.23.1", "react-scripts": "5.0.1", - "react-toastify": "^8.0.0", + "react-toastify": "^8.2.0", "styled-components": "^6.1.11", "web-vitals": "^4.1.1" }, diff --git a/src/App.js b/src/App.js index 36d8c551..25e60d27 100644 --- a/src/App.js +++ b/src/App.js @@ -36,19 +36,14 @@ function App() { } /> } /> } /> - } /> - } /> - }/> }/> - } /> } /> } /> } /> - diff --git a/src/Components/Login.css b/src/Components/Login.css index 35166b12..92627201 100644 --- a/src/Components/Login.css +++ b/src/Components/Login.css @@ -10,6 +10,11 @@ body, input { font-family: "Poppins", sans-serif; } +.toggle-password:hover { + cursor: default; + background-color: inherit; + transform: none; +} .panels-container { position: relative; @@ -79,7 +84,7 @@ form.sign-in-form { height: 55px; border-radius: 55px; display: grid; - grid-template-columns: 15% 70% 15%; + grid-template-columns: 15% 85%; padding: 0 0.4rem; position: relative; } @@ -122,7 +127,6 @@ form.sign-in-form { align-items: center; justify-content: center; } - .social-text { padding: 0.7rem 0; font-size: 1.2rem; @@ -214,14 +218,14 @@ form.sign-in-form { .container1:before { content: ""; position: absolute; - height: 2000px; - width: 2000px; + height: 1520px; + width: 800px; top: -10%; - right: 40%; + right: 48%; transform: translateY(-50%); background-image: linear-gradient(-45deg, #121026 0%, #121026 100%); transition: 1.8s ease-in-out; - border-radius: 50%; + border-radius: 80%; z-index: 6; } @@ -283,7 +287,8 @@ form.sign-in-form { .container1.sign-up-mode:before { transform: translate(100%, -50%); - right: 57.1%; + right: 51%; + width: 780px; } .container1.sign-up-mode .left-panel .image, @@ -292,7 +297,7 @@ form.sign-in-form { } .container1.sign-up-mode .signin-signup { - left: 25%; + left: 28%; } .container1.sign-up-mode form.sign-up-form { diff --git a/src/Components/Login.js b/src/Components/Login.js index 32ff6d01..32feaa3a 100644 --- a/src/Components/Login.js +++ b/src/Components/Login.js @@ -2,6 +2,8 @@ import React, { useState } from 'react'; import { Link } from 'react-router-dom'; import './Login.css'; import '@fortawesome/fontawesome-free/css/all.min.css'; +import logImg from './Profile/log.svg'; +import registerImg from './Profile/register.svg'; const LogIn = () => { const [email, setEmail] = useState(''); @@ -81,7 +83,7 @@ const LogIn = () => { - Adventure Awaits! Log In + Step into UniCollab! Log In { Connect with Social Magic - + - + - + - + - Start Your Journey + Start Journey with UniCollab { Connect with Social Magic - + - + - + - + @@ -180,25 +182,25 @@ const LogIn = () => { Explore our platform and unlock a realm of personalized experiences. - + Become a Member - + Adventure Awaits! - Embark on a journey through UniCollab for personalized experiences. + Embark on a journey through UniCollab for personalized experiences. - + ENTER YOUR REALM - + diff --git a/src/Components/footer_section/ContactUs/contact_us.js b/src/Components/footer_section/ContactUs/contact_us.js index cd3e03db..fc16a2ce 100644 --- a/src/Components/footer_section/ContactUs/contact_us.js +++ b/src/Components/footer_section/ContactUs/contact_us.js @@ -5,7 +5,6 @@ import homeIcon from '../../../img/homeicon.png'; import { ToastContainer, toast, Bounce } from 'react-toastify'; import 'react-toastify/dist/ReactToastify.css'; - function ContactUs() { const handleSubmit = (event) => { event.preventDefault(); @@ -25,7 +24,6 @@ function ContactUs() { }); } - return ( diff --git a/yarn.lock b/yarn.lock index ed9a5cfd..01ada0c9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8485,10 +8485,10 @@ react-scripts@5.0.1: optionalDependencies: fsevents "^2.3.2" -react-toastify@^8.0.0: - version "8.0.0" - resolved "https://registry.npmjs.org/react-toastify/-/react-toastify-8.0.0.tgz" - integrity sha512-7a5uhwbJ5Ivp5QyJN8P9M8g+7wksJt51QuYAZW0c3pDOh0Jx8lH7XzNHzzJg4NHup9n4zcqH9rwXknnyzYg2OA== +react-toastify@^8.2.0: + version "8.2.0" + resolved "https://registry.npmjs.org/react-toastify/-/react-toastify-8.2.0.tgz" + integrity sha512-Pg2Ju7NngAamarFvLwqrFomJ57u/Ay6i6zfLurt/qPynWkAkOthu6vxfqYpJCyNhHRhR4hu7+bySSeWWJu6PAg== dependencies: clsx "^1.1.1"
Connect with Social Magic
Explore our platform and unlock a realm of personalized experiences.
- Embark on a journey through UniCollab for personalized experiences. + Embark on a journey through UniCollab for personalized experiences.