forked from kuielab/kuielab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
executable file
·32 lines (31 loc) · 784 Bytes
/
Copy pathcontact.html
File metadata and controls
executable file
·32 lines (31 loc) · 784 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
---
layout: default
section_id: contact
---
<div class="full">
<div class="row">
<div class="medium-8 columns">
<a href="{{site.address_google_map_link}}" target="_blank"
><img alt="" src="{{site.url}}/images/map.png"
/></a>
<div class="spacing"></div>
</div>
<div class="medium-4 columns">
<div class="contact-details">
<h4>Our location:</h4>
<a href="{{site.address_google_map_link}}" target="_blank">
<p>
{{site.address}}
<br /><br />
{{site.address_ko}}
</p></a
>
<h4>Our Phone:</h4>
<p>{{site.phone}}</p>
<h4>Our Email:</h4>
<p>{{site.email}}</p>
</div>
</div>
</div>
</div>
<div class="four spacing"></div>