Skip to content

Commit

Permalink
Merge pull request #116 from d-party/f/fix-responsible
Browse files Browse the repository at this point in the history
responsive化
  • Loading branch information
Uno-Takashi authored Oct 19, 2022
2 parents 116b7d7 + 3fcdda3 commit ecf1507
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Django/web/static/web/css/usage.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}

.sns-icons {
font-size: 5em;
font-size: 3em;
color: rgb(178, 186, 194);
margin-left: 10px;
margin-right: 10px;
Expand Down
4 changes: 2 additions & 2 deletions Django/web/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ <h1 class="d-party-title h1">d-party</p>
</div>
</div>
<div class="row">
<div class="col-10 rounded mx-auto d-block">
<div class="col-md-10 rounded mx-auto d-block">
<h2 class="d-party-discription h2">dアニメストアでもウォッチパーティーができる<br/>完全無料のGoogle Chrome向け拡張機能</p>
</div>
</div>
<div class="row">
<div class="col-8 rounded mx-auto d-block">
<div class="col-md-8 rounded mx-auto d-block">
<p class="d-party-detail h3">
作品数が豊富なdアニメストアで友達と一緒に同時視聴がしたいと思ったことはありませんか?
「せーの」なんて掛け声で再生のタイミングを同期していませんでしたか?もうそんな面倒ごとは必要ありません!
Expand Down
2 changes: 2 additions & 0 deletions Django/web/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{{ title }} | d-party</title>
<meta name="author" content="U-Not">
<meta name="keywords" content="d-party,dパーティー,ウォッチパーティー,dアニメストア,同時視聴">
{%block head%}{% endblock %}
{% load static %}
<link rel="icon"
Expand Down
30 changes: 15 additions & 15 deletions Django/web/templates/usage.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<div class="container-xxl usage-container">

<div class="row">
<div class="col-8">
<div class="col-md-8">
<p class="step-title h2">PCにGoogle Chromeをインストール</p>
<p class="step-discription">
まずはd-partyが唯一対応しているブラウザ『Google Chrome』をインストールしてください。
Google Chromeの拡張機能は残念ながら、スマートフォン版ではまだ利用できません。
そのため、PCにGoogle Chromeをインストールしましょう。
ちなみに、Netflixやhuluでウォッチパーティーをしたい場合は、Telepartyなどのサードパーティー製の拡張機能を使うと出来るようになります。</p>
</div>
<div class="col-4 d-flex align-items-center">
<div class="col-md-4 d-flex align-items-center">
<button type="button" class="btn btn-primary btn-lg mx-auto" onclick="window.open('https://www.google.com/intl/ja_jp/chrome/','_blank');"><i class="bi bi-box-arrow-up-left chrome-link"></i>Google Chrome</button>
</div>
</div>
Expand All @@ -25,11 +25,11 @@
</div>

<div class="row">
<div class="col-8 order-2">
<div class="col-md-8 order-md-2">
<p class="step-title h2">dアニメストアを契約</p>
<p class="step-discription">もしもまだであれば、dアニメストアのアカウントを作成してください。dアニメストア for Prime Videoやdアニメストア ニコニコ支店では使えません。本家本元のdアニメストアのアカウントを作成してサブスクリプションを契約してください。</p>
</div>
<div class="col-4 d-flex align-items-center">
<div class="col-md-4 d-flex align-items-center">
<span class="mx-auto d-flex align-items-center">
<i class="fa-solid fa-user-tie d-animestore-tie-user"></i>
<i class="fa-solid fa-handshake d-animestore-shake-hand"></i>
Expand All @@ -43,11 +43,11 @@
</div>

<div class="row">
<div class="col-8">
<div class="col-md-8">
<p class="step-title h2">dアニメストアにログイン</p>
<p class="step-discription">dアニメストアにログインしてください。特に久しぶりの人はログインが切れてしまっていることがあります。念のためトップページにからログインできることを確認しましょう。</p>
</div>
<div class="col-4 d-flex align-items-center">
<div class="col-md-4 d-flex align-items-center">
<img src="{% static "web/img/usage/step3-login.png" %}" class="img-fluid"/>
</div>
</div>
Expand All @@ -57,7 +57,7 @@
</div>

<div class="row">
<div class="col-8 order-2 ">
<div class="col-md-8 order-md-2 ">
<p class="step-title h2">d-partyをインストール</p>
<p class="step-discription">
Chrome ウェブストアからd-partyをインストールしましょう。
Expand All @@ -67,7 +67,7 @@
ひとまず、何かのインストールはこれで終了です。
</p>
</div>
<div class="col-4 d-flex align-items-center">
<div class="col-md-4 d-flex align-items-center">
<button type="button" class="glow-on-hover mx-auto" onclick="window.open('https://chrome.google.com/webstore/detail/d-party/ibmlcfpijglpfbfgaleaeooebgdgcbpc?hl=ja','_blank');"><i class="bi bi-download"></i> 今すぐインストール</button>
</div>
</div>
Expand All @@ -77,15 +77,15 @@
</div>

<div class="row">
<div class="col-8">
<div class="col-md-8">
<p class="step-title h2">d-partyの設定を行う</p>
<p class="step-discription">
デフォルト設定でも使用可能ですが、d-partyの設定を行いましょう。
とりあえず名前だけでもを設定しておくと便利かもしれません。
この名前はルーム入室時に適用されます。匿名でルームに入りたい場合はそのままにしておきましょう。
</p>
</div>
<div class="col-4 d-flex align-items-center">
<div class="col-md-4 d-flex align-items-center">

</div>
</div>
Expand All @@ -94,7 +94,7 @@
<i class="bi bi-caret-down"></i>
</div>
<div class="row">
<div class="col-8 order-2">
<div class="col-md-8 order-md-2">
<p class="step-title h2">一緒に視聴したいアニメのページに移動</p>
<p class="step-discription">
次に、一緒に視聴したいアニメのページに移動します。
Expand All @@ -105,7 +105,7 @@
すると普段のプレイヤーの右横にd-partyのサイドバーが表示されます。
</p>
</div>
<div class="col-4 d-flex align-items-center">
<div class="col-md-4 d-flex align-items-center">
<img src="{% static "web/img/usage/step6-anime-discription.png" %}" class="img-fluid"/>
</div>
</div>
Expand All @@ -115,7 +115,7 @@
</div>

<div class="row">
<div class="col-8">
<div class="col-md-8">
<p class="step-title h2">ルームのリンクを共有する</p>
<p class="step-discription">
ルームを作成すると、サイドバーにルームリンクが生成されます。
Expand All @@ -126,7 +126,7 @@
そのため、事前にd-partyのインストールまで行っている必要があります。
</p>
</div>
<div class="col-4 d-flex align-items-center mx-auto">
<div class="col-md-4 d-flex align-items-center mx-auto">
<div class="mx-auto">
{% comment %} <div class="sidebar_copy_link share_content" style="">
<p class="sidebar_link share_content" style="">https://d-party.net/animestore/lobby</p><a class="material-icons sidebar_copy_icons share_content" style="">content_copy</a>
Expand All @@ -143,7 +143,7 @@
</div>

<div class="row">
<div class="col-8 mx-auto">
<div class="col-md-8 mx-auto">
<p class="step-title h2 end-title">みんなでパーティーを楽しみましょう</p>
<p class="step-discription end-discription">
全員がルームにそろったら動画の再生を開始してパーティーを楽しみましょう!
Expand Down

0 comments on commit ecf1507

Please sign in to comment.