From 4cdc1b246baa7b568be948b26ab1a04f177d5dd1 Mon Sep 17 00:00:00 2001 From: Manavsheth78 Date: Tue, 14 Feb 2023 13:52:08 +0530 Subject: [PATCH] registration page --- src/App.jsx | 2 + src/assets/regisbg.svg | 63 +++++++++++++ src/assets/registrationbg.png | Bin 0 -> 456196 bytes src/components/registration/registration.css | 90 +++++++++++++++++++ src/components/registration/registration.jsx | 76 ++++++++++++++++ 5 files changed, 231 insertions(+) create mode 100644 src/assets/regisbg.svg create mode 100644 src/assets/registrationbg.png create mode 100644 src/components/registration/registration.css create mode 100644 src/components/registration/registration.jsx diff --git a/src/App.jsx b/src/App.jsx index 0586e03..09034cd 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -9,6 +9,7 @@ import Sponsor from "./components/Sponsor/Sponsor"; import { NavBar } from "./components/Nav/NavBar"; import Glimpse from "./components/Glimpse/Glimpse"; import Signup from "./components/Signup/Signup"; +import Registration from "./components/registration/registration"; import { render } from "@testing-library/react"; const App = () => { @@ -24,6 +25,7 @@ const App = () => { {/* */} +