35 lines
1.2 KiB
Twig
35 lines
1.2 KiB
Twig
---
|
|
layout: default
|
|
title: Contact
|
|
email: cardiffbjj@googlemail.com
|
|
phone: 07976 461973
|
|
location: |
|
|
The Rob Taylor Jiu-Jitsu Academy
|
|
9 East Moors Business Park
|
|
East Moors Road
|
|
Cardiff
|
|
CF24 5JX
|
|
---
|
|
<div class="md:flex mb-8 md:max-w-lg md:mx-auto">
|
|
<div class="md:w-1/2 text-center">
|
|
<p><span class="font-bold">Email:</span> {{ page.email }}</p>
|
|
</div>
|
|
<div class="md:w-1/2 text-center">
|
|
<p><span class="font-bold">Phone:</span> {{ page.phone }}</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="md:flex mb-8 md:max-w-xl md:mx-auto -mx-4">
|
|
<div class="px-4 md:flex md:flex-col md:justify-center mb-4 md:mb-0 w-full md:w-1/3">
|
|
<h2 class="mb-2">Location</h2>
|
|
|
|
{{ page.location|nl2br }}
|
|
</div>
|
|
|
|
<div class="mx-4 overflow-hidden">
|
|
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2485.1337624751072!2d-3.160543684127624!3d51.47405897962965!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x486e1ccd1778f25f%3A0x57c2e2cd8171f7e4!2sRob+Taylor+Brazilian+Jiu-Jitsu+Academy+-+CRA+Cardiff!5e0!3m2!1sen!2suk!4v1532201198987" width="600" height="450" frameborder="0" allowfullscreen class="border border-grey"></iframe>
|
|
</div>
|
|
</div>
|
|
|
|
{% include 'contact/form' %}
|