-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from Konkuk-KUIT/seongyou
Seongyou
- Loading branch information
Showing
6 changed files
with
461 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
import styled from 'styled-components' | ||
|
||
const Body = styled.div` | ||
display: flex; | ||
flex-direction: column; | ||
width: 390px; | ||
`; | ||
|
||
const Header = styled.div` | ||
display: flex; | ||
height: 50px; | ||
padding-left: 20px; | ||
padding-top: 13px; | ||
padding-bottom: 13px; | ||
`; | ||
|
||
const Phone = styled.div` | ||
display: flex; | ||
height: 80px; | ||
flex-direction: column; | ||
justify-content: space-between; | ||
align-items: flex-start; | ||
padding-left: 20px; | ||
padding-top: 20px; | ||
padding-bottom: 20px; | ||
`; | ||
|
||
const Email = styled.div` | ||
display: flex; | ||
height: 80px; | ||
flex-direction: column; | ||
justify-content: space-between; | ||
align-items: flex-start; | ||
padding-left: 20px; | ||
padding-top: 20px; | ||
padding-bottom: 20px; | ||
`; | ||
|
||
const Profile = styled.div` | ||
display: flex; | ||
height: 50px; | ||
padding-left: 20px; | ||
padding-top: 14px; | ||
padding-bottom: 14px; | ||
`; | ||
|
||
const Leave = styled.div` | ||
display: flex; | ||
height: 50px; | ||
padding-left: 20px; | ||
padding-top: 14px; | ||
padding-bottom: 14px; | ||
`; | ||
|
||
const Icon = styled.img` | ||
width: 24px; | ||
height: 24px; | ||
margin-right: 20px; | ||
`; | ||
|
||
const Span1 = styled.span` | ||
font-family: pretendard; | ||
font-size: 17px; | ||
`; | ||
|
||
const Span2 = styled.span` | ||
font-family: pretendard; | ||
font-size: 12px; | ||
color: #6B7684; | ||
`; | ||
const ManagementPage = () => { | ||
return ( | ||
<Body> | ||
<Header> | ||
<Icon src="" alt="arrow" /> | ||
<Span1>๋ด ์ ๋ณด ๊ด๋ฆฌ</Span1> | ||
</Header> | ||
|
||
<Phone> | ||
<Span1>์ ํ๋ฒํธ</Span1> | ||
<Span2>+82 10-1234-5678</Span2> | ||
</Phone> | ||
|
||
<Email> | ||
<Span1>์ด๋ฉ์ผ</Span1> | ||
<Span2>[email protected]</Span2> | ||
</Email> | ||
|
||
<Profile> | ||
<Span1>ํ๋กํ ํธ์ง</Span1> | ||
</Profile> | ||
|
||
<Leave> | ||
<Span1>ํํดํ๊ธฐ</Span1> | ||
</Leave> | ||
</Body> | ||
) | ||
} | ||
|
||
export default ManagementPage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,142 @@ | ||
import styled from 'styled-components'; | ||
|
||
const Body = styled.div` | ||
display: flex; | ||
flex-direction: column; | ||
width: 390px; | ||
`; | ||
|
||
const Header = styled.div` | ||
display: flex; | ||
height: 50px; | ||
padding-left: 20px; | ||
padding-top: 13px; | ||
padding-bottom: 13px; | ||
`; | ||
|
||
const Notice1 = styled.div` | ||
display: flex; | ||
height: 82px; | ||
padding: 20px; | ||
justify-content: space-between; | ||
align-items: center; | ||
`; | ||
|
||
const Notice2 = styled.div` | ||
display: flex; | ||
height: 102px; | ||
padding: 20px; | ||
justify-content: space-between; | ||
align-items: center; | ||
`; | ||
|
||
const Title = styled.div` | ||
display: flex; | ||
flex-direction: column; | ||
`; | ||
|
||
const Subtitle = styled.div` | ||
display: flex | ||
height: 50px; | ||
padding: 17px; | ||
background: #F6F6F6; | ||
`; | ||
|
||
const Icon = styled.img` | ||
width: 24px; | ||
height: 24px; | ||
margin-right: 20px; | ||
`; | ||
|
||
const Extend = styled.img` | ||
width: 24px; | ||
height: 24px; | ||
`; | ||
|
||
const InfoImg = styled.img` | ||
width: 390px; | ||
height: 200px; | ||
background: #ECECEC; | ||
` | ||
|
||
const Span1 = styled.span` | ||
display: flex; | ||
width: 300px; | ||
font-family: pretendard; | ||
font-size: 17px; | ||
text-align: start; | ||
`; | ||
|
||
const Span2 = styled.span` | ||
display: flex; | ||
font-family: pretendard; | ||
font-size: 13px; | ||
`; | ||
|
||
const Date = styled.span` | ||
display: flex; | ||
justify-content: flex-start; | ||
font-family: pretendard; | ||
font-size: 12px; | ||
color: #6B7684; | ||
`; | ||
|
||
const Info = styled.span` | ||
display: flex; | ||
padding: 17px; | ||
font-family: pretendard; | ||
font-size: 12px; | ||
text-align: start; | ||
`; | ||
|
||
const NoticePage = () => { | ||
return ( | ||
<Body> | ||
<Header> | ||
<Icon src="" alt="arrow" /> | ||
<Span1>๊ณต์ง์ฌํญ</Span1> | ||
</Header> | ||
|
||
<Notice1> | ||
<Title> | ||
<Date>24-07-06</Date> | ||
<Span1>ํด์ปคํค ํ๋ก์ ํธ ์์! 2.0.0 ์ ๋ฐ์ดํธ ์๋ด</Span1> | ||
</Title> | ||
<Extend src="" alt="arrow" /> | ||
</Notice1> | ||
|
||
<Notice2> | ||
<Title> | ||
<Date>24-07-05</Date> | ||
<Span1>๋จ๊ฑฐ์ด ์ฌ๋ฆ๋ฐ๋๊ณผ ํจ๊ป ์ฐพ์์จ 1.0.1 ์ ๋ฐ์ดํธ ์๋ด</Span1> | ||
</Title> | ||
<Extend src="" alt="arrow" /> | ||
</Notice2> | ||
|
||
<Notice1> | ||
<Title> | ||
<Date>24-07-05</Date> | ||
<Span1>์๋๋ก์ด๋ ํ๋กํ ํ์ ๋ฒ์ ์๋ด (v 1.0.0)</Span1> | ||
</Title> | ||
<Extend src="" alt="arrow" /> | ||
</Notice1> | ||
|
||
<Subtitle> | ||
<Span2>#ํ๊ธด ์ฝ์ง๋ง ๋ง์๋จน๊ธฐ ์ด๋ ค์ด ๊ฒ๋ค, ๋น์ ๋ ํด๋ผ ์ ์์ด์!</Span2> | ||
</Subtitle> | ||
|
||
<InfoImg src="" alt="info-image" /> | ||
|
||
<Info> | ||
๋ฐฉํ๋์์ ๋๊ธํ๊ฒ ์ฌ๋ฉด์๋, ๋ฏธ๋๋ฅผ ์ํด ํ๋ฃจํ๋ฃจ ํด๋ด์ผํ๋ ์ผ๋ค! | ||
์ง๊ธ๊ป ๋๊ธฐ๋ถ์ฌ ์์ด ๋์ด์ ธ์๋ ์ฌ๋ฌ๋ถ๋ค์ ์ํด ์ผ์ฌ์ฐจ๊ฒ ์ค๋นํ์ต๋๋ค~ | ||
์ต๊ด์ ๋ฑ๋กํด์ ๋งค์ผ ์คํฐ์ปค๋ฅผ ์ฑ์๊ฐ๋ ๋ง์กฑ๊ฐ์ ๋๊ปด๋ณด์ธ์! | ||
์ฑ๊ณต์ ์ผ๋ก ์ต๊ด์ ์ํํ๋ค๋ฉด ๋ฐ๋๋ฐ๋ํ ์ ์ ์คํฐ์ปค๋ฅผ ์ด ๊ธฐํ๊น์ง!! | ||
์ง๊ธ๊น์ง ์ด๋ฐ ์ดํ์ ์์๋ค! ์ด๊ฑด ์๊ธฐ๊ฐ๋ฐ ์ดํ์ธ๊ฐ ๊พธ๋ฏธ๊ธฐ ์ดํ์ธ๊ฐ.. | ||
๊ท์ฝ๊ฒ ์์ํ๋ ์คํฐ์ปค๋ค๊ณผ ํจ๊ป ์ต๊ด์ ์์ฑํด๋ณด์ธ์. | ||
</Info> | ||
</Body> | ||
) | ||
} | ||
|
||
export default NoticePage |
Oops, something went wrong.