Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
students
messenger
Commits
6e9ed379
Commit
6e9ed379
authored
Dec 26, 2020
by
우지원
Browse files
LogIn Page, SignUp Page
parent
16a9ea81
Changes
2
Show whitespace changes
Inline
Side-by-side
client/src/Page/LogIn.js
0 → 100644
View file @
6e9ed379
import
React
from
'
react
'
;
import
{
Button
,
Container
}
from
'
react-bootstrap
'
;
function
LogIn
()
{
return
(
<
div
>
<
Container
>
<
h2
className
=
"
d-flex justify-content-center
"
>
회원가입
<
/h2
>
<
Form
>
<
Form
.
Group
controlId
=
"
formGroupEmail
"
>
<
Form
.
Label
>
Email
address
<
/Form.Label
>
<
Form
.
Control
type
=
"
email
"
placeholder
=
"
Enter email
"
/>
<
/Form.Group
>
<
Form
.
Group
controlId
=
"
formGroupPassword
"
>
<
Form
.
Label
>
Password
<
/Form.Label
>
<
Form
.
Control
type
=
"
password
"
placeholder
=
"
Enter Password
"
/>
<
/Form.Group
>
<
/Form
>
<
span
>
<
Button
className
=
"
btn btn-outline-primary
"
>
가입
<
/Button
>
<
/span
>
<
/Container
>
<
/div
>
)
}
export
default
LogIn
\ No newline at end of file
client/src/Page/SignUp.js
0 → 100644
View file @
6e9ed379
import
React
from
'
react
'
;
import
{
Button
,
Container
}
from
'
react-bootstrap
'
;
function
SingUp
()
{
return
(
<
div
>
<
h2
className
=
"
d-flex justify-content-center
"
>
회원가입
<
/h2
>
<
Form
>
<
Form
.
Group
controlId
=
"
formGroupEmail
"
>
<
Form
.
Label
>
User
name
<
/Form.Label
>
<
Form
.
Control
type
=
"
email
"
placeholder
=
"
Enter User name
"
/>
<
/Form.Group
>
<
Form
.
Group
controlId
=
"
formGroupPassword
"
>
<
Form
.
Label
>
Nickname
<
/Form.Label
>
<
Form
.
Control
type
=
"
password
"
placeholder
=
"
Enter nickname
"
/>
<
/Form.Group
>
<
Form
.
Group
controlId
=
"
formGroupEmail
"
>
<
Form
.
Label
>
Email
address
<
/Form.Label
>
<
Form
.
Control
type
=
"
email
"
placeholder
=
"
Enter email
"
/>
<
/Form.Group
>
<
Form
.
Group
controlId
=
"
formGroupPassword
"
>
<
Form
.
Label
>
Password
<
/Form.Label
>
<
Form
.
Control
type
=
"
password
"
placeholder
=
"
Enter Password
"
/>
<
/Form.Group
>
<
/Form
>
<
span
>
<
Button
className
=
"
btn btn-outline-primary
"
>
가입
<
/Button
>
<
/span
>
<
/div
>
)
}
export
default
SingUp
\ No newline at end of file
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