InfoUpdate.js 5.11 KB
Newer Older
이재연's avatar
이재연 committed
1
import { Link } from "react-router-dom";
2
import React,{useState} from "react";
이재연's avatar
이재연 committed
3

Kim, Chaerin's avatar
Kim, Chaerin committed
4
const InfoUpdate = () => {
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  // const INIT_ACCOUNT={
  //   name:"",
  // }

  // const [account, setAccount] = useState(INIT_ACCOUNT)

  // const handleChange = (e)=>{
  //   const {name, value, files}=e.target
  //   if(files){
  //     setAccount({...account,[name]:files})
  //     console.log('aaaaaaa')
  //   } else{
  //     setAccount({...account, [name]:value})
  //   }
  // }
이재연's avatar
이재연 committed
20

21
  const id = 1;
이재연's avatar
이재연 committed
22
  const number = 1234;
이재연's avatar
이재연 committed
23
  return (
우지원's avatar
우지원 committed
24
25
    <div className="container" style={{ background: "#FCF4FF" }}>
      <div className="row">
Kim, Chaerin's avatar
Kim, Chaerin committed
26
        <div>
이재연's avatar
이재연 committed
27
          <label
우지원's avatar
우지원 committed
28
            className="form-label mx-2 my-4"
이재연's avatar
이재연 committed
29
30
31
32
            style={{ fontSize: "18px", fontWeight: "bold" }}
          >
            프로필 정보
          </label>
이재연's avatar
이재연 committed
33
          <Link to={`/profile/${id}`}>
34
35
            <button
              type="button"
우지원's avatar
우지원 committed
36
              className="btn btn-outline-white "
37
38
39
40
41
42
              style={{
                background: "#E8B7FF",
                fontSize: "13px",
                fontWeight: "bold",
              }}
            >
이재연's avatar
이재연 committed
43
              돌아가기
44
            </button>
이재연's avatar
이재연 committed
45
          </Link>
이재연's avatar
이재연 committed
46
        </div>
47
      </div>
이재연's avatar
이재연 committed
48

우지원's avatar
우지원 committed
49
      <div className="col">
Kim, Chaerin's avatar
Kim, Chaerin committed
50
        <div>
우지원's avatar
우지원 committed
51
          <div className="row">
52
53
            <div className="d-flex justify-content-center">
              <img
Kim, Chaerin's avatar
Kim, Chaerin committed
54
                src="/cherry.jpg"
이재연's avatar
이재연 committed
55
                id="imgfile"
이재연's avatar
이재연 committed
56
                className="rounded-circle mt-2"
57
58
59
                style={{ height: "320px", width: "320px" }}
              />
            </div>
이재연's avatar
이재연 committed
60
            <div className="mt-2 d-flex justify-content-end">
61
62
63
64
              <label for='inputfile' 
              // onChange={handleChange} 
              style={{ fontSize: "13px", fontWeight: "bold" }}>사진 선택</label>
              <input type="file" accept='image/*' id='inputfile' style={{display:'none'}}/>
이재연's avatar
이재연 committed
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
            </div>
            <div className="col d-flex justify-content-center">
              <input
                type="text"
                className="form-control my-4 "
                placeholder="사용자명 입력"
                style={{
                  background: "#fcf4ff",
                  borderTop: "0",
                  borderRight: "0",
                  borderLeft: "0",
                  borderBottom: "1",
                  borderColor: "#E8B7FF",
                  height: "38px",
                  width: "130px",
                }}
              />
              <div
                className="justify-content-center ms-2 my-4"
                style={{ fontSize: "25px", fontWeight: "bold" }}
              >
                #{number}
              </div>
88
            </div>
이재연's avatar
이재연 committed
89

이재연's avatar
이재연 committed
90
            <div className="d-flex justify-content-center">
이재연's avatar
이재연 committed
91
92
              <label
                class="form-label me-3"
이재연's avatar
이재연 committed
93
94
95
96
97
                style={{
                  outline: "none",
                  fontSize: "13px",
                  fontWeight: "bold",
                }}
이재연's avatar
이재연 committed
98
99
100
101
102
103
104
105
106
              >
                현재 비밀번호
              </label>
              <input
                type="text"
                class="form-control"
                style={{ height: "38px", width: "200px" }}
              />
              <button
이재연's avatar
이재연 committed
107
108
109
110
111
112
113
114
115
116
                type="button"
                className="btn btn-outline-white ms-2"
                style={{
                  background: "#E8B7FF",
                  fontSize: "13px",
                  fontWeight: "bold",
                }}
              >
                수정하기
              </button>
이재연's avatar
이재연 committed
117
            </div>
이재연's avatar
이재연 committed
118
119
            <div class="col-6">
              <div class="input-group mx-2 my-3">
120
121
122
123
124
125
126
                <div>
                  <label
                    class="form-label"
                    style={{ fontSize: "13px", fontWeight: "bold" }}
                  >
                     비밀번호
                  </label>
우지원's avatar
우지원 committed
127
                  <input type="text" className="form-control" />
128
129
130
                </div>
                <div>
                  <label
우지원's avatar
우지원 committed
131
                    className="form-label"
132
133
134
135
                    style={{ fontSize: "13px", fontWeight: "bold" }}
                  >
                     비밀번호 확인
                  </label>
우지원's avatar
우지원 committed
136
                  <input type="text" className="form-control" />
이재연's avatar
이재연 committed
137
138
                </div>
              </div>
139
            </div>
우지원's avatar
우지원 committed
140
141
            <div className="col-6">
              <div className="input-group my-3 ">
142
143
                <div>
                  <label
우지원's avatar
우지원 committed
144
                    className="form-label"
145
146
147
148
                    style={{ fontSize: "13px", fontWeight: "bold" }}
                  >
                     전화번호
                  </label>
우지원's avatar
우지원 committed
149
                  <input type="text" className="form-control" />
150
151
152
                </div>
                <div>
                  <label
우지원's avatar
우지원 committed
153
                    className="form-label"
154
155
156
157
                    style={{ fontSize: "13px", fontWeight: "bold" }}
                  >
                     전화번호 확인
                  </label>
우지원's avatar
우지원 committed
158
                  <input type="text" className="form-control" />
이재연's avatar
이재연 committed
159
160
161
162
                </div>
              </div>
            </div>
          </div>
Kim, Chaerin's avatar
Kim, Chaerin committed
163
        </div>
이재연's avatar
이재연 committed
164
      </div>
165
    </div>
이재연's avatar
이재연 committed
166
  );
Kim, Chaerin's avatar
Kim, Chaerin committed
167
168
169
};

export default InfoUpdate;