Skip to content

Commit

Permalink
削除ガイト追加、はじめに文章追加
Browse files Browse the repository at this point in the history
  • Loading branch information
yuto-ktok committed Feb 24, 2024
1 parent ed2dbc8 commit 4be4faa
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
50 changes: 50 additions & 0 deletions docs/delete-guide.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>ちょいトレ アプリアカウント削除ガイド</title>
<style>
body { font-family: Arial, sans-serif; }
.container { width: 90%; margin: auto; }
header { text-align: center; }
.content { margin-top: 20px; }
h2 { color: #FF5722; }
.step { margin-top: 20px; }
.data-section { margin-top: 20px; }
</style>
</head>
<body>
<div class="container">
<header>
<h1>ちょいトレ アカウント削除ガイド</h1>
</header>
<div class="content">
<section class="steps">
<h2>アカウントの削除手順</h2>
<div class="step">
<p>1. アプリを開き、「設定」メニューに進みます。</p>
</div>
<div class="step">
<p>2. 「アカウント設定」を選択し、「アカウント削除」をタップします。</p>
</div>
<div class="step">
<p>3. 画面の指示に従って、削除のリクエストを完了させてください。</p>
</div>
</section>
<section class="data-section">
<h2>削除または保持されるデータの種類と保持期間</h2>
<p>アカウント削除時に削除されるデータ:</p>
<ul>
<li>個人識別情報(名前、メールアドレスなど)</li>
<li>トレーニング記録</li>
<li>カスタム設定</li>
</ul>
<p>保持されるデータとその期間:</p>
<ul>
<li>アクティビティログ: 削除リクエスト後30日間</li>
</ul>
</section>
</div>
</div>
</body>
</html>
1 change: 1 addition & 0 deletions docs/privacy-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ <h1>プライバシーポリシー</h1>
<p>本プライバシーポリシーは、「ちょいトレ」(以下、「当アプリ」とします)がユーザーのプライバシーをどのように扱うかについて説明します。当アプリを使用することにより、ユーザーは本ポリシーに記載されたデータ収集、使用、共有の方法に同意したことになります。</p>

<h2>1. はじめに</h2>
<p>「ちょいトレ」アプリをご利用いただきありがとうございます。当アプリでは、ユーザーのプライバシー保護を重要視しています。本プライバシーポリシーでは、当アプリがユーザーの情報をどのように収集、使用し、保護するかを説明します。このポリシーを読むことで、ユーザーは自身の情報がどのように取り扱われるかを理解し、安心してアプリをお使いいただけます。ご質問や懸念がある場合は、いつでもお問い合わせください。 </p>
<h2>2. 収集する情報</h2>
<ul>
<li><strong>個人情報</strong>: ユーザーが自発的に提供する情報(ニックネーム、メールアドレスなど)。</li>
Expand Down

0 comments on commit 4be4faa

Please sign in to comment.