-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
40 lines (38 loc) · 950 Bytes
/
contact.html
File metadata and controls
40 lines (38 loc) · 950 Bytes
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
39
40
---
title: お問い合わせ
layout: page
show_sidebar: false
hero_image: /image/banners/banner_contact.png
hero_height: is-medium
---
<h3 class="block">
<span class="icon-text has-text-info-dark">
<span class="icon">
<i class="fas fa-address-card"></i>
</span>
<span>お問い合わせ</span>
</span>
</h3>
<div class="block">
<h5>事務局:株式会社graphs(グラフス)</h5>
<div class="box">
<p>
<span class="icon-text">
<span class="icon">
<i class="fas fa-envelope"></i>
</span>
<span>E-mail:</span>
</span>
<span><a href="mailto:rubycamp@graphs.co.jp">rubycamp@graphs.co.jp</a></span>
</p>
<p>
<span class="icon-text">
<span class="icon">
<i class="fas fa-phone"></i>
</span>
<span>TEL:</span>
</span>
<span><a href="tel:080-6313-0368">080-6313-0368</a></span>
</p>
</div>
</div>