core/pages/privacy.tsx
2021-01-07 01:20:38 +09:00

128 lines
5.2 KiB
TypeScript

import { NextPage } from 'next'
import Docs from '../components/Docs'
const Privacy:NextPage = () => {
return <Docs header='개인정보취급방침' description='저희가 개인정보를 취급하는 방침입니다.'>
<h2 className='font-medium text-3xl mt-10'> </h2>
<p>
"한국 디스코드봇 리스트"('https://koreanbots.dev')
, .
</p>
<ul className='list-inside list-disc'>
<li> </li>
<li> </li>
<li> </li>
</ul>
<h2 className='font-medium text-3xl mt-10'> </h2>
<ul className='list-inside list-disc'>
<li>
유저: 디스코드 Oauth를 (, ID, , , ), (IP주소, ), | 선택항목: Github
</li>
<li>
: 등록일, ID, , , , , ,
, , , , , Status | 선택항목:
웹사이트, GIT URL, ,
</li>
</ul>
<h2 className='font-medium text-3xl mt-10'> </h2>
<p>
<strong> </strong> ,
.
</p>
<h2 className='font-medium text-3xl mt-10'> </h2>
<p>
.
</p>
<p>
,
.
</p>
<h2 className='font-medium text-3xl mt-10'> </h2>
<p>
,
.
</p>
<h2 className='font-medium text-3xl mt-10'> </h2>
<p>
.
</p>
<h3> </h3>
<ul className='list-inside list-disc'>
<li>성명: 박준서</li>
<li>직책: 대표</li>
<li>
: <a href="mailto:wonderlandpark@callisto.team"></a>
@wonderlandpark#9999
</li>
</ul>
<h2 className='font-medium text-3xl mt-10'> </h2>
<p>
7
.
</p>
<h2 className='font-medium text-3xl mt-10'> </h2>
<p>
,
.
</p>
<p>
,
,
.
</p>
<p>
(, )
<br />
- 소관업무 : 개인정보 ,
<br />
- 신고 : privacy.kisa.or.kr
<br />
- 신고 : privacyclean@kisa.or.kr
<br />
- 신고 : 118 (ARS 2)
<br />
- : 061-820-2619
<br />
- / : (58324) 9( 301-2) 3
<br />
</p>
<p>
<br />
- 소관업무 : 개인정보 ,
<br />
- 신청 : www.kopico.go.kr
<br />
- () : (03171) 209
4 (1833-6972)
<br />
</p>
<p>
<br />
- 소관업무 : 각종 /
<br />
- 신고 : cybercid@spo.go.kr
<br />
- : () 1301, 02-3480-3570
<br />
</p>
<p>
<br />
- 소관업무 : 개인정보 ,
<br />
- 신고 : cyberbureau.police.go.kr
<br />
- 전화 : 182( )
<br />
</p>
</Docs>
}
export default Privacy