feat: added Docs

This commit is contained in:
원더 2021-01-07 01:20:38 +09:00
parent dcacdf31b7
commit 963aab75db
2 changed files with 211 additions and 0 deletions

84
pages/guidelines.tsx Normal file
View File

@ -0,0 +1,84 @@
import { NextPage } from 'next'
import Docs from '../components/Docs'
const Privacy:NextPage = () => {
return <Docs header='가이드라인' description='리스트에 등재되는 모든 봇들이 지켜야하는 가이드라인입니다!' subheader='최초 작성: 2020-04-30 수정: 2020-05-15'>
<h1 className='font-bold text-4xl mb-3'>KOREANBOTS에 .</h1>
<p> .</p>
<p>
,
.
</p>
<h2 className='font-semibold text-3xl mt-10' id="봇"></h2>
<p> .</p>
<ul className='list-inside list-disc'>
<li> .</li>
<li>
(NSFW의 NSFW를
.)
</li>
<li>
(
)
</li>
<li>
100 ,
.
</li>
<li> , </li>
<li> ( )</li>
<li>
, <strong></strong>
. ,
.
<ul className='pl-3 list-inside list-disc'>
<li>
<strong> </strong>(MIT
) ,
.</li>
<li> , (:
Just Some Bot을 , RedBot .)<br/>
, .
</li>
</ul>
</li>
</ul>
<h3 className='font-semibold text-lg mt-x' id="금지사항"></h3>
<p> .</p>
<ul className='list-inside list-disc'>
<li> .</li>
<li>
<strong>TOS</strong> <strong></strong>,{' '}
<strong> </strong> .
</li>
<li>
, , /
</li>
<li>
, API
</li>
</ul>
<h2 className='font-semibold text-3xl mt-10' id="유저"></h2>
<p>
(
) .
</p>
<ul className='list-inside list-disc'>
<li>
<strong>TOS</strong> <strong></strong>,{' '}
<strong> </strong> <strong> </strong>,{' '}
<strong> </strong>, <strong> </strong>
</li>
</ul>
<p className='mt-10'>
. ,
.
</p>
<p> <strong> </strong> .</p>
</Docs>
}
export default Privacy

127
pages/privacy.tsx Normal file
View File

@ -0,0 +1,127 @@
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