From fd5734a0a355f18c8f3c3c350f83f332566c897d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8B=A4=EB=B9=88?= <991012dabin@gmail.com> Date: Mon, 8 Jan 2024 18:28:29 +0900 Subject: [PATCH 01/29] =?UTF-8?q?feat:=20=EB=A1=9C=EA=B7=B8=EC=9D=B8=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EB=A7=88=ED=81=AC=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Login/index.tsx | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/pages/Login/index.tsx diff --git a/src/pages/Login/index.tsx b/src/pages/Login/index.tsx new file mode 100644 index 00000000..fd1a5fc8 --- /dev/null +++ b/src/pages/Login/index.tsx @@ -0,0 +1,27 @@ +import React from 'react'; + +const Login = () => { + return ( +
+
+ {/* 사장님 비서ya 로고 */} +

사장님 비서ya

+

통합 로그인

+
+
+ + + + 회원가입 +
+
+ ); +}; + +export default Login; From bf3c2dcd44c58a732e72f79d4fafad5c83933ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8B=A4=EB=B9=88?= <991012dabin@gmail.com> Date: Mon, 8 Jan 2024 18:30:29 +0900 Subject: [PATCH 02/29] =?UTF-8?q?feat:=20=EB=A9=94=EC=9D=B8=20=EB=9D=BC?= =?UTF-8?q?=EC=9A=B0=ED=84=B0=EC=97=90=20=EB=A1=9C=EA=B7=B8=EC=9D=B8=20?= =?UTF-8?q?=EC=BB=B4=ED=8F=AC=EB=84=8C=ED=8A=B8=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/MainRouter/index.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/routes/MainRouter/index.tsx b/src/routes/MainRouter/index.tsx index 2c6ef1c8..ab897a3b 100644 --- a/src/routes/MainRouter/index.tsx +++ b/src/routes/MainRouter/index.tsx @@ -1,3 +1,4 @@ +import Login from '@pages/Login'; import { Route, Routes } from 'react-router-dom'; import { Layout } from '@components/common'; @@ -6,9 +7,7 @@ const MainRouter = () => { 🧃 로그인 페이지 입주 예정 🧃

- } + element={} /> Date: Tue, 9 Jan 2024 02:20:36 +0900 Subject: [PATCH 03/29] =?UTF-8?q?feat:=20=ED=9A=8C=EC=9B=90=EA=B0=80?= =?UTF-8?q?=EC=9E=85=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=EB=A7=88=ED=81=AC?= =?UTF-8?q?=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Login/index.tsx | 2 +- src/pages/SignUp/Footer/index.tsx | 16 ++++++++++ src/pages/SignUp/index.tsx | 52 +++++++++++++++++++++++++++++++ 3 files changed, 69 insertions(+), 1 deletion(-) create mode 100644 src/pages/SignUp/Footer/index.tsx create mode 100644 src/pages/SignUp/index.tsx diff --git a/src/pages/Login/index.tsx b/src/pages/Login/index.tsx index fd1a5fc8..190140c1 100644 --- a/src/pages/Login/index.tsx +++ b/src/pages/Login/index.tsx @@ -18,7 +18,7 @@ const Login = () => { placeholder="비밀번호 입력" /> - 회원가입 + 회원가입 ); diff --git a/src/pages/SignUp/Footer/index.tsx b/src/pages/SignUp/Footer/index.tsx new file mode 100644 index 00000000..6fac6fd5 --- /dev/null +++ b/src/pages/SignUp/Footer/index.tsx @@ -0,0 +1,16 @@ +import React from 'react'; + +const Footer = () => { + return ( +
+

이용약관

+

개인정보 처리방침

+

+ (주) 야놀자 Copyright © 2005-2023 Yanolja Co., Ltd. All rights + reserved. +

+
+ ); +}; + +export default Footer; diff --git a/src/pages/SignUp/index.tsx b/src/pages/SignUp/index.tsx new file mode 100644 index 00000000..e8151437 --- /dev/null +++ b/src/pages/SignUp/index.tsx @@ -0,0 +1,52 @@ +import React from 'react'; +import Footer from './Footer'; + +const SignUp = () => { + return ( + <> + {/* 사장님 비서ya 로고 */} +

사장님 비서ya

+
+

회원가입

+

야놀자가 준비한 사장님 비서ya만의 혜택을 받아보세요.

+
+ + +
+ + + +
+ + + + + +
+
+