templates/contact/index.html.twig line 1

Open in your IDE?
  1. {% extends "base.html.twig" %}
  2. {% block title %}Contact{% endblock %}
  3. {% block stylesheets %}
  4.     {{ parent() }}
  5. {% endblock %}
  6. {% block body %}
  7.     <iframe class="d-block map vh-50 w-100" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2900.8415857242867!2d-1.8924642893820494!3d52.31042624789857!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xc4e91ce586fd8cb4!2sFW+Thorpe+Plc!5e0!3m2!1sen!2suk!4v1488367547207" rel="nofollow noopener"></iframe>
  8.     <div class="bg-mid-green py-7">
  9.         <h1 class="text-center text-white">Contact<span class="yellow">.</span></h1>
  10.         <div class="container-fluid d-flex">
  11.             <div class="col-1"></div>
  12.             <div class="col-lg-4 col-10">
  13.                 <h4 class="text-white left">Address</h4>
  14.                 <address class="text-white">
  15.                     Merse Road<br> North Moons Moat<br> Redditch<br> Worcestershire<br> B98 9HH<br> England
  16.                 </address>
  17.                 <br> <strong class="text-white">Phone:</strong>
  18.                 <a class="bold hover-yellow text-decoration-none text-white" href="tel:+441527583200" rel="noopener">+44 (0)1527 583200</a>
  19.                 <span class="d-block text-white"><strong>Fax:</strong> +44 (0)1527 584177</span>
  20.                 <span class="d-block text-white"><strong>Email:</strong>
  21.                     <a class="bold hover-yellow text-decoration-none text-white" href="&#109;&#x61;&#105;&#x6C;&#116;&#x6F;&#58;group%40fwthorpe.co.uk" rel="nofollow noopener">group&#64;fwthorpe.co.uk</a>
  22.                 </span><br>
  23.                 <p class="text-white">Should you have any feedback or complaints please do not hesitate to contact us on the email address above, if your feedback relates to the website please email
  24.                     <a class="bold hover-yellow text-decoration-none text-white" href="&#109;&#x61;&#105;&#x6C;&#116;&#x6F;&#58;web%27site%40fwthorpe.co.uk" rel="nofollow noopener">web'site&#64;fwthorpe.co.uk</a>.
  25.                 </p>
  26.                 <br>
  27.                 <p class="text-white">Registered Address: FW Thorpe Plc, Merse Road, North Moons Moat, Redditch, Worcestershire, B98 9HH</p>
  28.                 <p class="text-white">Registered in England and Wales No 317886</p>
  29.             </div>
  30.             <div class="col-1"></div>
  31.         </div>
  32.     </div>
  33. {% endblock %}