diff --git a/src/app/myprofile/page.jsx b/src/app/myprofile/page.jsx new file mode 100644 index 0000000..a0ae90a --- /dev/null +++ b/src/app/myprofile/page.jsx @@ -0,0 +1,18 @@ +import Footer from "@/components/layout/Footer"; +import Header from "@/components/layout/Header"; +import MyProfilePop from "@/components/sub/myprofile/MyProfilePop"; +import '@/styles/contents.scss' + +export default function MyProfilePage(){ + return( +
| 2024-10-10 | +|||||||||||||||||||
| MyProFilePage | +내정보 조회 팝업 | +MyProFile | ++ + | +2024-10-11 | +|||||||||||||||
| LoginPage | 로그인 | diff --git a/src/components/sub/myprofile/MyProfilePop.jsx b/src/components/sub/myprofile/MyProfilePop.jsx new file mode 100644 index 0000000..4f502a2 --- /dev/null +++ b/src/components/sub/myprofile/MyProfilePop.jsx @@ -0,0 +1,117 @@ +'use client' + +import { useState } from "react" + +export default function MyProfilePop(){ + const [blink, setBlink] = useState(false); + return( +
| ユーザーID | +
+
+
+
+ |
+
|---|---|
| 担当者名ふりがな | +
+
+
+
+ |
+
| 担当者名 | +
+
+
+
+ |
+
| パスワード | +
+
+
+
+
+
+
+ ※半角10文字以内
+
+ |
+
| 変更パスワードの入力 * | +
+
+
+
+
+
+
+
+ |
+
| 部署名 | +
+
+
+
+ |
+
| 電話番号 | +
+
+
+
+ |
+
| FAX番号 | +
+
+
+
+ |
+
| メールアドレス | +
+
+
+
+ |
+