update payment

This commit is contained in:
uetchy 2018-05-24 23:03:56 +09:00
parent d6afec749b
commit f9609df7e1
4 changed files with 52 additions and 40 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"editor.formatOnSave": false
}

35
_pages/pay.html Normal file
View File

@ -0,0 +1,35 @@
---
title: "Send & Claim"
permalink: "/pay"
layout: default
---
<div id="pay">
<section>
<p>いずれか都合の良い方法で送金または請求してください。</p>
</section>
<section>
<h1>Kyash</h1>
<p>メッセージアプリ経由で、または<span class="monospace">uechi</span>でID検索して送金・請求してください。</p>
<img src="/images/remit/kyash.png" width="200" height="200" />
<a class="button" href="https://kyash.co/">Kyashを入手</a>
<br/>
</section>
<section>
<h1>Amazon Gift</h1>
<p>メッセージアプリ経由、または <span class="monospace">y@uechi.io</span> 宛にお送りください。</p>
<a class="button" href="https://www.amazon.co.jp/gp/product/B004N3APGO/">Amazon Giftを購入</a>
</section>
<section>
<h1>LINE Pay</h1>
<p>LINE宛に送金・請求してください。</p>
<a class="button" href="https://line.me/ja/pay">LINE Payについて</a>
</section>
<section>
<h1>Bitcoin</h1>
<p><span class="monospace">14nD7MyrEdA8w7hxmGU19UbGrxNu7q5K6N</span>宛にお送りください。</p>
<img src="/images/remit/bitcoin.png" width="200" height="200" />
<a class="button" href="bitcoin:14nD7MyrEdA8w7hxmGU19UbGrxNu7q5K6N">Bitcoinを送金</a>
<br/>
</section>
</div>

View File

@ -1,36 +0,0 @@
---
title: Remit
permalink: "/remit"
layout: default
---
<div id="remit">
<section>
<p>いずれか都合の良い方法で送金・請求してください。</p>
</section>
<section>
<h1>Amazon Gift</h1>
<p><pre>y@uechi.io</pre> 宛にメール、またはメッセージアプリでお送りください。</p>
<a class="button" href="https://www.amazon.co.jp/gp/product/B004N3APGO/">Amazon Gift</a>
</section>
<section>
<h1>Kyash</h1>
<p><pre>uechi</pre> でID検索、またはリンク共有で送金・請求してください。</p>
<img src="/images/remit/kyash.png" width="200" height="200"/>
<a class="button" href="kyash://qr/u/7175222723044580164">Kyashで送金</a><br/>
</section>
<section>
<h1>LINE Pay</h1>
<p><pre></pre>LINE宛に直接送金・請求してください。</p>
</section>
<section>
<h1>Bitcoin</h1>
<p><pre>14nD7MyrEdA8w7hxmGU19UbGrxNu7q5K6N</pre> 宛にお送りください。</p>
<img src="/images/remit/bitcoin.png" width="200" height="200"/>
<a class="button" href="bitcoin:14nD7MyrEdA8w7hxmGU19UbGrxNu7q5K6N">Bitcoinを送る</a><br/>
</section>
<section>
<h1>Paymo</h1>
<p><pre>uechi</pre> でID検索して送金・請求してください。割り勘のみに使用できます。</p>
</section>
</div>

View File

@ -177,12 +177,22 @@ a.article-list__item__button {
} }
// Remit // Pay
#remit { #pay {
font-family: sans-serif; font-family: sans-serif;
pre { .monospace {
display: inline-block; font-family: monospace;
font-weight: bold;
padding: 0 5px;
font-size: 12pt;
user-select: all;
-webkit-user-select: all;
-moz-user-select: all;
}
p {
padding: 10px 0;
} }
a.button { a.button {