parent
9584a552cc
commit
5ac496a8c7
1 changed files with 31 additions and 0 deletions
@ -0,0 +1,31 @@ |
|||||||
|
import React from "react"; |
||||||
|
import { Link } from "react-router-dom"; |
||||||
|
import logo from "../../assets/img/big-logo.svg"; |
||||||
|
import img1 from "../../assets/img/Group 1282.svg"; |
||||||
|
|
||||||
|
const LoginSignUp = ({ activeLogin }) =>{ |
||||||
|
return( |
||||||
|
<div className="w-full flex items-center justify-center" style={{height: '100vh'}}> |
||||||
|
<div className="w-3/4 border border-solid border-gray-200 flex rounded-lg"> |
||||||
|
{/* form */} |
||||||
|
|
||||||
|
<div className="flex w-2/5 border-0 border-l border-solid border flex-col items-center p-10"> |
||||||
|
<img src={logo} className="w-1/2 m-4"/> |
||||||
|
<div className="flex flex-col items-start justify-start leading-normal"> |
||||||
|
<h1 className="text-red26 text-lg font-bold">ورود یا ثبت نام</h1> |
||||||
|
<h1 className="text-red26 text-lg font-bold">سامانه ثبت نام مدارس موسسه علمی اندیشمند</h1> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
{/* Slider */} |
||||||
|
|
||||||
|
<div className="bg-grayEC w-3/5"> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
</div> |
||||||
|
); |
||||||
|
}; |
||||||
|
|
||||||
|
export default LoginSignUp; |
Loading…
Reference in new issue