Skip to content

Commit b89e586

Browse files
committed
お問い合わせフォームを正しい状態に戻した
1 parent 1bebeb0 commit b89e586

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

_includes/button.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<a href="{{ include.href }}" class="block relative text-center rounded-full py-5 px-10 text-lg bg-[#f5f5f5] mt-8 inset-shadow-[0px_-2px_10px_rgba(125,125,125,0.25)] shadow-[7px_7px_4px_rgba(125,125,125,0.15)]">
2+
{{ include.label }}
3+
</a>

_includes/top/sections/contact.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<section id="contact">
2-
<div class="flex flex-col items-center text-center">
3-
<h2 class="title">お問い合わせ</h2>
4-
<p class="subtitle">CONTACT</p>
5-
<p class="text">DojoCon Japan {{ site.year }}についてのお問い合わせは<br>以下のリンク先(Googleフォーム)よりお願いいたします。</p>
6-
7-
<a href="{{ site.contact }}" class="btn-lg" target="_blank" rel="noopener">お問い合わせフォーム</a>
8-
</div>
1+
<section class="max-w-7xl mx-auto px-8 mb-8">
2+
<h2 id="outline" class="text-4xl text-center mb-8">
3+
お問い合わせ
4+
<span class="block mt-5 text-2xl">CONTACT</span>
5+
</h2>
6+
<p class="text-lg text-center leading-8">DojoCon Japan {{ site.year }}についてのお問い合わせは<br>以下のリンク先(Googleフォーム)よりお願いいたします。</p>
7+
{% include button.html href=site.contact label="お問い合わせフォーム" %}
98
</section>

0 commit comments

Comments
 (0)