-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
38 lines (37 loc) · 1.19 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
title: お問い合わせ
---
<h2><%= @title %></h2>
<div style="display: flex">
<div style="margin-right: auto">
<style type="text/css" scoped>
ul li {
padding: 5px 0 5px 0;
}
ul li ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
text-indent: 1em;
}
</style>
<ul>
<li><i class="fa fa-twitter" aria-hidden="true"></i>
<a href="https://twitter.com/kumanofes" target="_blank">@kumanofes</a></li>
<li>
<i class="fa fa-envelope" aria-hidden="true"></i>
<a href="mailto:[email protected]">[email protected]</a>
<ul>
<li>返信にお時間をいただくことがあります。お急ぎの場合は、下記の電話番号にご連絡ください。</li>
</ul>
</li>
<li>
<i class="fa fa-phone" aria-hidden="true"></i>
<a href="tel:0757514050">075-751-4050</a>
<ul>
<li>受付時間: 8:00~23:00</li>
</ul>
</li>
</ul>
</div>
</div>