Skip to content

Commit

Permalink
[#46] Fix: Privacy Policy 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
MuseopKim committed Apr 11, 2021
1 parent b674034 commit 8477889
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
5 changes: 3 additions & 2 deletions src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const FooterBlock = styled.div`
justify-content: center;
box-sizing: border-box;
width: 100%;
height: 11rem;
height: 12.5rem;
margin-top: 6rem;
background-color: #1e2429;
font-weight: 500;
Expand All @@ -39,7 +39,8 @@ const FooterInner = styled.div`
`;

const PrivacyPolicy = styled(Link)`
margin-top: 1.5rem;
margin-top: 1.2rem;
margin-bottom: 1rem;
font-size: 1rem;
`;

Expand Down
22 changes: 10 additions & 12 deletions src/pages/PrivacyPolicy.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,21 @@ const PrivacyPolicy = () => {
<PrivacyPolicyBlock>
<PolicyTitle>개인정보 처리 방침</PolicyTitle>
<p>
('http://www.realpianolive.com'이하 'Realpiano Live 리얼피아노 라이브
신청곡')은(는) 비영리 목적의 Realpiano를 좋아하는 팬의 마음으로 개설한
웹 사이트 입니다. 'Realpiano Live 리얼피아노 라이브 신청곡' 은(는)
일체의 상업적 이익이나 목적을 추구하지 않습니다. 「개인정보 보호법」
제30조에 따라 정부주체의 개인정보를 보호하고 이와 관련한 고충을
신속하고 원활하게 처리할 수 있도록 하기 위하여 다음과 같이 개인정보
처리방침을 수립·공개합니다.
('http://www.playthesong.live'이하 'Play The Song ')은(는) 비영리
목적의 웹 사이트 입니다. 'Play The Song' 은(는) 일체의 상업적 이익이나
목적을 추구하지 않습니다. 「개인정보 보호법」 제30조에 따라 정부주체의
개인정보를 보호하고 이와 관련한 고충을 신속하고 원활하게 처리할 수
있도록 하기 위하여 다음과 같이 개인정보 처리방침을 수립·공개합니다.
</p>
<p>○ 이 개인정보처리방침은 2021년 4월 5부터 적용됩니다.</p>
<h3>제1조(개인정보의 처리 목적)</h3>
<p>
<strong>
('http://www.realpianolive.com'이하 'Realpiano Live 리얼피아노
라이브 신청곡')은(는) 다음의 목적을 위하여 개인정보를 처리합니다.
처리하고 있는 개인정보는 다음의 목적 이외의 용도로는 이용되지 않으며
이용 목적이 변경되는 겨우에는 「개인정보 보호법」 제18조에 따라
별도의 동의를 받는 등 필요한 조치를 이행할 예정입니다.
('http://www.playthesong.live'이하 'Play The Song') 은(는) 다음의
목적을 위하여 개인정보를 처리합니다. 처리하고 있는 개인정보는 다음의
목적 이외의 용도로는 이용되지 않으며 이용 목적이 변경되는 겨우에는
「개인정보 보호법」 제18조에 따라 별도의 동의를 받는 등 필요한
조치를 이행할 예정입니다.
</strong>
</p>
<ul>
Expand Down

0 comments on commit 8477889

Please sign in to comment.