File: /var/www/linde-ai/wp-content/themes/linde/templates/pages/contact.twig
{% extends "base.twig" %}
{% block content %}
<section class="contact">
<div class="container">
<div class="row">
<div class="col-12 col-lg-5">
<h1 class="contact__title">Contact us</h1>
<p class="contact__text">{{ contact_form_text }}</p>
<p class="contact__info">
Please kindly note, that this contact form is only for virtual reality training inquiries.
In case you are interested in other offerings by Linde Engineering please visit our global website: <a href="https://www.linde-engineering.com" target="_blank">www.linde-engineering.com</a>.
General information about our leading global industrial gases and engineering company,
Linde plc, you can find here: <a href="https://www.linde.com" target="_blank">www.linde.com</a>.
</p>
<div class="contact__img-desktop">
<img class="" src="{{ site.theme.link }}/frontend/img/oxy-pose-4.png" alt="Oxy posing with a piece of paper" />
</div>
</div>
<div class="col-12 col-lg-7">
{% include "templates/partials/contact-form.twig" %}
<div class="contact__img-mobile">
<img class="" src="{{ site.theme.link }}/frontend/img/oxy-pose-4.png" alt="Oxy posing with a piece of paper" />
</div>
</div>
</div>
</div>
</section>
{% endblock %}