Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
bora-it
Commits
566d7109
Commit
566d7109
authored
Jul 05, 2021
by
우지원
Browse files
Merge remote-tracking branch 'origin/jaeyeon2' into jiweon827
parents
7a037d06
b2235a91
Changes
3
Hide whitespace changes
Inline
Side-by-side
client/src/components/Profile/Info.js
View file @
566d7109
...
...
@@ -4,14 +4,14 @@ const Info = () => {
return
(
<
div
className
=
"
container
"
style
=
{{
background
:
"
#FCF4FF
"
}}
>
<
div
className
=
"
row justify-content-center m
x-1
"
className
=
"
row justify-content-center m
y-4
"
style
=
{{
fontSize
:
"
25px
"
,
fontWeight
:
"
bold
"
}}
>
CHERRY
#
0805
<
/div
>
<
div
className
=
"
row
"
>
<
div
className
=
"
col-3
"
><
/div
>
<
div
className
=
"
col-6 my-
5
"
>
<
div
className
=
"
col-6 my-
2
"
>
<
h2
className
=
"
mb-3
"
style
=
{{
fontSize
:
"
13px
"
,
fontWeight
:
"
bold
"
}}
>
이름
<
/h2
>
...
...
client/src/components/Profile/InfoUpdate.js
View file @
566d7109
...
...
@@ -22,7 +22,7 @@ const InfoUpdate = () => {
fontWeight
:
"
bold
"
,
}}
>
확인
돌아가기
<
/button
>
<
/Link
>
<
/div
>
...
...
@@ -34,30 +34,45 @@ const InfoUpdate = () => {
<
div
className
=
"
d-flex justify-content-center
"
>
<
img
src
=
"
/cherry.jpg
"
className
=
"
rounded-circle
"
className
=
"
rounded-circle
mt-2
"
style
=
{{
height
:
"
320px
"
,
width
:
"
320px
"
}}
/
>
<
/div
>
<
div
className
=
"
row justify-content-center my-
3
m
x
-1
"
className
=
"
row justify-content-center
my-
4
m
s
-1
"
style
=
{{
fontSize
:
"
25px
"
,
fontWeight
:
"
bold
"
}}
>
CHERRY
#
0805
<
/div
>
<
div
className
=
"
col-6
"
>
<
div
className
=
"
input-group mx-2 my-3
"
>
<
div
>
<
label
className
=
"
form-label
"
style
=
{{
fontSize
:
"
13px
"
,
fontWeight
:
"
bold
"
}}
>
현재
비밀번호
<
/label
>
<
input
type
=
"
text
"
className
=
"
form-control
"
/>
<
/div
>
<
div
className
=
"
d-flex justify-content-center
"
>
<
label
class
=
"
form-label me-3
"
style
=
{{
fontSize
:
"
13px
"
,
fontWeight
:
"
bold
"
}}
>
현재
비밀번호
<
/label
>
<
input
type
=
"
text
"
class
=
"
form-control
"
style
=
{{
height
:
"
38px
"
,
width
:
"
200px
"
}}
/
>
<
button
type
=
"
button
"
className
=
"
btn btn-outline-white ms-2
"
style
=
{{
background
:
"
#E8B7FF
"
,
fontSize
:
"
13px
"
,
fontWeight
:
"
bold
"
,
}}
>
수정하기
<
/button
>
<
/div
>
<
div
class
=
"
col-6
"
>
<
div
class
=
"
input-group mx-2 my-3
"
>
<
div
>
<
label
class
Name
=
"
form-label
"
class
=
"
form-label
"
style
=
{{
fontSize
:
"
13px
"
,
fontWeight
:
"
bold
"
}}
>
새
비밀번호
...
...
@@ -77,15 +92,6 @@ const InfoUpdate = () => {
<
/div
>
<
div
className
=
"
col-6
"
>
<
div
className
=
"
input-group my-3
"
>
<
div
>
<
label
className
=
"
form-label
"
style
=
{{
fontSize
:
"
13px
"
,
fontWeight
:
"
bold
"
}}
>
현재
전화번호
<
/label
>
<
input
type
=
"
text
"
className
=
"
form-control
"
/>
<
/div
>
<
div
>
<
label
className
=
"
form-label
"
...
...
client/src/components/Profile/Profile.js
View file @
566d7109
...
...
@@ -32,7 +32,7 @@ const Profile = () => {
<
div
className
=
"
d-flex justify-content-center
"
>
<
img
src
=
"
/cherry.jpg
"
className
=
"
rounded-circle
"
className
=
"
rounded-circle
mt-2
"
style
=
{{
height
:
"
320px
"
,
width
:
"
320px
"
}}
/
>
<
/div
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment