commit 834f752d914056c3016613976de58807aa91d220 parent d4005e99bb9a1aed2936de2fe83fdf8a0b12c031 Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com> Date: Tue, 30 Dec 2025 00:16:58 +0900 Merge pull request #1 from minerva-jupiter/shop add shop Diffstat:
| A | shop/index.html | | | 78 | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
| M | style.css | | | 6 | +++--- |
2 files changed, 81 insertions(+), 3 deletions(-)
diff --git a/shop/index.html b/shop/index.html @@ -0,0 +1,78 @@ +<!doctype html> +<html lang="jp"> + <head> + <meta charset="UTF-8" /> + <title>Minerva_Juppiter</title> + <link rel="stylesheet" href="/style.css" /> + <link rel="icon" href="/minerva-juppiter.svg" type="image/svg+xml" /> + <link rel="preconnect" href="https://fonts.googleapis.com" /> + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> + <link + href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap" + rel="stylesheet" + /> + </head> + <body> + <header> + <div class="header-left"> + <a href="/index.html"> + <h1>Minerva_Juppiter</h1> + </a> + </div> + <div class="header-right"> + <a href="/Schedule"> + <h2>Schedule</h2> + </a> + <a href="/works"> + <h2>Works</h2> + </a> + <a href="/SNS"> + <h2>SNS</h2> + </a> + <a href="https://blog.minervajuppiter.net/"> + <h2>Blog</h2> + </a> + </div> + </header> + <main class="text-center"> + <h1>Shop</h1> + <h3>哲</h3> + <br /> + <article> + <h2>ショルダーホルスター</h2> + <p> + コミックマーケット107にて見本の展示をお願いしていたものです. + </p> + <h4> + 詳細について + </h4> + <p> + <table align="center"> + <tr> + <th scope="col">頒布予定価格</th> + <th scope="col">4000円</th> + </tr> + <tr> + <th scope="col">納期</th> + <th scope="col">2ヶ月ほど</th> + </tr> + </table> + その他,装着感などは現物を持っているスタッフにお問い合わせください. + </p> + <h4> + 注文について + </h4> + <p>コミックマーケット107での反応が良ければ,量産をしようかなと思っております.</p> + <p> + 送付の方法などが難しいので,即売会or島根大学近くでの受け渡しかなと思っております. + 取り置きなどは言っていただければ対応いたします. + </p> + <p> + 問い合わせは,以下のアドレスまでメールでお願いいたします.<br> + <a href="mailto:contact@minervajuppiter.net">contact@minervajuppiter.net</a><br> + </p> + </article> + </main> + <footer>@all right reserved by minerva_juppiter</footer> + </body> +</html> diff --git a/style.css b/style.css @@ -44,7 +44,7 @@ article { } footer { - margin: 3rem; - text-align: center; - color: #858585; + margin: 3rem; + text-align: center; + color: #858585; }