0
0
Fork 0
This commit is contained in:
Xeltica 2021-01-07 01:44:15 +09:00
parent 029dd5086f
commit 81a8d71811
3 changed files with 23 additions and 15 deletions

View file

@ -5,4 +5,8 @@ block content
h1: a(href="/") みす廃あらーと h1: a(href="/") みす廃あらーと
section section
h2 みす廃ランキング h2 みす廃ランキング
details
summary これは何?
p みす廃ランキングは、独自に算出された「<strong>みす廃レート</strong>」の高い順ランキングです。毎日みす廃あらーとが発行される度に更新されます。
p みす廃レートは、登録日からの経過日数およびノート数から算出されます。
+rankingTable +rankingTable

View file

@ -7,23 +7,22 @@ block content
when 'optout' when 'optout'
.xd-alert.danger: strong 連携を解除しました。 .xd-alert.danger: strong 連携を解除しました。
.xd-card .xd-card
h1: a(href="/") みす廃あらーと h1
a(href="/") みす廃あらーと
small: a(href="/about") #{version}
h2= welcomeMessage h2= welcomeMessage
.xd-hstack section.xd-card
section.xd-card p Misskey は楽しいものです。気がついたら1日中入り浸っていることも多いでしょう。
p Misskey は楽しいものです。気がついたら1日中入り浸っていることも多いでしょう。 p さあ、今すぐみす廃アラートをインストールして、今日のあなたの Misskey 活動を把握しよう。
p さあ、今すぐみす廃アラートをインストールして、今日のあなたの Misskey 活動を把握しよう。 p 始める前に、
section.xd-card a(href="/terms") 利用規約
p 始める前に、 | を読んでください。
a(href="/terms") 利用規約 form(action="/login", method="get")
| を読んでください。 .xd-inputs
form(action="/login", method="get") input.xd-input(type="text" placeholder="ホスト名(例: misskey.io)" name="host" required)
.xd-inputs input.xd-button.primary(type="submit", value="ログイン")
input.xd-input(type="text" placeholder="ホスト名(例: misskey.io)" name="host" required) +ranking()
input.xd-button.primary(type="submit", value="ログイン")
section.xd-hstack section.xd-hstack
+ranking()
.xd-card .xd-card
.header .header
h1.title 開発者 h1.title 開発者

View file

@ -51,3 +51,8 @@ details > summary {
margin-bottom: 8px; margin-bottom: 8px;
cursor: pointer; cursor: pointer;
} }
h1 > small {
margin-left: 1rem;
font-size: 1.2rem;
}