Skip to content

Commit

Permalink
利用規約とプライバシーポリシーの修正をした
Browse files Browse the repository at this point in the history
  • Loading branch information
SuzukiShuntarou committed Mar 6, 2025
1 parent 45f6de8 commit dcc4767
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/views/welcome/privacy_policy.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<div class="d-flex flex-column justify-content-center align-items-center gap-3 m-3">
<% unless user_signed_in? %>
<h1 class="text-center">
<%= link_to user_session_path do %>
<%= link_to top_page_path do %>
<%= image_tag('logo-horizontal.png', class: 'w-50 h-25', alt: 'GifTreatのロゴ') %>
<% end %>
</h1>
<% end %>
<h2 class="border-bottom border-5 border-primary-subtle">プライバシーポリシー</h2>
<div class="fs-5 w-75" style="max-width: 65rem;">
<div class="fs-5" style="max-width: 65rem; width: 95%;">
<p>「GifTreat」(以下,「本サービス」といいます。)は,ユーザーの個人情報の取扱いについて,以下のとおりプライバシーポリシー(以下,「本ポリシー」といいます。)を定めます。</p>

<h3>第1条(個人情報)</h3>
Expand Down
4 changes: 2 additions & 2 deletions app/views/welcome/terms_service.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<div class="d-flex flex-column justify-content-center align-items-center gap-3 m-3">
<% unless user_signed_in? %>
<h1 class="text-center">
<%= link_to user_session_path do %>
<%= link_to top_page_path do %>
<%= image_tag('logo-horizontal.png', class: 'w-50 h-25', alt: 'GifTreatのロゴ') %>
<% end %>
</h1>
<% end %>
<h2 class="border-bottom border-5 border-primary-subtle">利用規約</h2>
<div class="fs-5 w-75" style="max-width: 65rem;">
<div class="fs-5" style="max-width: 65rem; width: 95%;">
<p>この利用規約(以下,「本規約」といいます。)は,このウェブサイト上で提供するサービス(以下,「本サービス」といいます。)の利用条件を定めるものです。登録ユーザーの皆さま(以下,「ユーザー」といいます。)には,本規約に従って,本サービスをご利用いただきます。</p>

<h3>第1条(適用)</h3>
Expand Down

0 comments on commit dcc4767

Please sign in to comment.