Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions _includes/button.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<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)]">
{{ include.label }}
</a>
15 changes: 7 additions & 8 deletions _includes/top/sections/contact.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<section id="contact">
<div class="flex flex-col items-center text-center">
<h2 class="title">お問い合わせ</h2>
<p class="subtitle">CONTACT</p>
<p class="text">DojoCon Japan {{ site.year }}についてのお問い合わせは<br>以下のリンク先(Googleフォーム)よりお願いいたします。</p>

<a href="{{ site.contact }}" class="btn-lg" target="_blank" rel="noopener">お問い合わせフォーム</a>
</div>
<section class="max-w-5xl mx-auto px-8 mb-8">
<h2 id="outline" class="text-4xl text-center mb-8">
お問い合わせ
<span class="block mt-5 text-2xl">CONTACT</span>
</h2>
<p class="text-lg text-center leading-8">DojoCon Japan {{ site.year }}についてのお問い合わせは<br>以下のリンク先(Googleフォーム)よりお願いいたします。</p>
{% include button.html href=site.contact label="お問い合わせフォーム" %}
</section>