diff --git a/src/pages/About/Animesh.jpeg b/src/pages/About/Animesh.jpeg deleted file mode 100644 index cb5958e..0000000 Binary files a/src/pages/About/Animesh.jpeg and /dev/null differ diff --git a/src/pages/About/Data.js b/src/pages/About/Data.js deleted file mode 100644 index c3c645e..0000000 --- a/src/pages/About/Data.js +++ /dev/null @@ -1,34 +0,0 @@ -// let tes = [ -// { -// img: require('./Rishi.jpeg'), -// name: 'Rishi Mondal', -// skill: 'Full Stack Developer', -// bio:"I'm a Software Engineer and Web Developer, skilled in coding and design. With a foundation in robust software, I'm exploring the exciting realm of machine learning, blending creativity with algorithms.", -// giturl:'https://github.com/MAVRICK-1', -// ldkurl:'https://www.linkedin.com/in/rishi-mondal-5238b2282/' -// }, -// { -// img: require('./Debanjan.jpeg'), -// name: 'Debanjan Mukherjee', -// skill: 'Front End Developer', -// giturl:'https://github.com/RickDeb2004', -// ldkurl:'https://www.linkedin.com/in/debanjan-mukherjee-181615224/', -// bio:"Enrolled in 4-year B.TECH Industrial Design at NIT Rourkela. Skilled in AI, C++, backend dev. Passionate about distributed systems, open-source, and tech exploration." -// }, -// { -// img: require('./Animesh.jpeg'), -// name: 'Animesh Barik', -// skill: 'Front End Developer', -// giturl:'https://github.com/Animesh239', -// ldkutl:'https://www.linkedin.com/in/animesh239/', -// bio : "Experienced frontend developer proficient in HTML, CSS, JavaScript, React, and Vue.js. Passionate about creating intuitive user interfaces and optimizing web performance. Dedicated to continuous learning and innovation." -// }, -// { -// img: require('./Rohit.jpeg'), -// name: 'Rohit Gupta', -// skill: 'Backend DeveLoper', -// giturl:'https://github.com/RohitGupta1332', -// ldkurl:'https://www.linkedin.com/in/rohit-gupta-4148b6273/', -// bio:"Rohit Gupta, A BCA student at Techno India Hooghly. Skilled in HTML, CSS, JavaScript, SQL, Java, Spring Boot, Hibernate. Passionate about learning new technologies. Enjoys programming tutorials, web series, and movies." -// } -// ] \ No newline at end of file diff --git a/src/pages/About/Debanjan.jpeg b/src/pages/About/Debanjan.jpeg deleted file mode 100644 index ec9ff42..0000000 Binary files a/src/pages/About/Debanjan.jpeg and /dev/null differ diff --git a/src/pages/About/Rishi.jpeg b/src/pages/About/Rishi.jpeg deleted file mode 100644 index c3c29a9..0000000 Binary files a/src/pages/About/Rishi.jpeg and /dev/null differ diff --git a/src/pages/About/Rohit.jpeg b/src/pages/About/Rohit.jpeg deleted file mode 100644 index 2082e89..0000000 Binary files a/src/pages/About/Rohit.jpeg and /dev/null differ diff --git a/src/pages/SignUp/index.js b/src/pages/SignUp/index.js index 29c6a7e..4aecc3b 100644 --- a/src/pages/SignUp/index.js +++ b/src/pages/SignUp/index.js @@ -48,7 +48,6 @@ const SignUp = () => { } createUserWithEmailAndPassword(auth, formFields.email, formFields.password) .then((userCredential) => { - //console.log("User signed up successfully:", userCredential.user); setShowLoader(false); setFormFields({ email: "", diff --git a/src/pages/SignUp/style.css b/src/pages/SignUp/style.css index 2566f07..44e99ee 100644 --- a/src/pages/SignUp/style.css +++ b/src/pages/SignUp/style.css @@ -5,9 +5,9 @@ .loginWrapper .card { width: 650px; margin: auto; + padding: 40px; border: 0px !important; - overflow: hidden; } .loginWrapper .card h3 { font-weight: 500; @@ -62,14 +62,19 @@ background: rgba(255, 255, 255, 0.5) !important; } - @media (max-width: 586px) { - .loginWrapper .card { - width: 650px; - margin: auto; - height: auto; - padding: 40px; - border: 0px !important; - } + .loginWrapper .card { + width: 650px; + margin: auto; + height: auto; + padding: 40px; + border: 0px !important; } - \ No newline at end of file + .loginWrapper .card .MuiFormLabel-root { + line-height: 43px !important; + color: #000 !important; + font-size: 18px !important; + margin-left: 4px; + } + +}