TPS_web_october/themes/tps/pages/kontakty.htm

144 lines
6.9 KiB
HTML
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

title = "Контакты"
url = "/kontakty"
layout = "master2"
description = "Реклама в Ашхабаде, реклама в Туркменистане, тривижины, уличная реклама, торговый центр Беркарар, Ашгабат молл, оптовка, реклама в оптовке, аэропорт Ашхабад, лэд экраны, býujet näme, mahabat müdirligi, tm agency,tm agency"
meta_title = "Контакты"
meta_description = "Чтобы связаться с менеджером «TPS», звоните по номеру +99312 454111, заполните форму на сайте или посетите офис по указанному адресу."
is_hidden = 0
[viewBag]
localeTitle[en] = "Contact us"
localeTitle[tm] = "Habarlaşmak üçin"
localeUrl[en] = "/contact-us"
localeUrl[tm] = "/habarlasmak-ucin"
localeDescription[tm] = "Biz bilen habarlaşmak üçin aşakdaky görnüşi dolduryň ýa-da berlen belgä jaň ediň +99312 454111. Şeýle hem marşruty kartada görüp bilersiňiz."
localeDescription[en] = "To get in touch with us, please fill out the form below or call the provided phone number +99312 454111. You can also check the map for directions."
localeMeta_title[en] = "Contact us"
localeMeta_title[tm] = "Habarlaşmak üçin"
localeMeta_description[en] = "To get in touch with us, please fill out the form below or call the provided phone number +99312 454111. You can also check the map for directions."
localeMeta_description[tm] = "Biz bilen habarlaşmak üçin aşakdaky görnüşi dolduryň ýa-da berlen belgä jaň ediň +99312 454111. Şeýle hem marşruty kartada görüp bilersiňiz."
[genericForm]
group = "Contact Us"
messages_success = "Your form was successfully submitted"
messages_errors = "There were errors with your submission"
mail_enabled = 1
mail_subject = "Conatct Us from TPS"
mail_recipients[] = "info@tpsadvertising.com"
mail_bcc[] = "info@tpsadvertising.com"
reset_form = 1
inline_errors = "disabled"
sanitize_data = "disabled"
anonymize_ip = "disabled"
recaptcha_theme = "light"
recaptcha_type = "image"
recaptcha_size = "normal"
emails_date_format = "Y-m-d"
==
{% partial 'header' %}
<!-- Contact ================================= -->
<section class="contact">
<div class="auto_container">
<div class="contact_wrap">
<h2 class="crumb_title wow title-animate " data-wow-duration="1.3s" data-wow-delay=".2s" style="margin-bottom: 40px;">
{{'contact.title'|_}}
</h2>
<div class="contact_box">
<form data-request="{{ genericForm }}::onFormSubmit" class="contact_form">
{{ form_token() }}
<div id="{{ genericForm }}_forms_flash"></div>
<div class="contact_input wow fadeInUp" data-wow-duration="1s" data-wow-delay=".1s">
<input type="text" placeholder="{{'contact.form.fullname'|_}}" name="fullname">
</div>
<div class="contact_input wow fadeInUp" data-wow-duration="1s" data-wow-delay=".3s">
<input type="text" placeholder="{{'contact.form.company.name'|_}}" name="company_name">
</div>
<div class="contact_input wow fadeInUp" data-wow-duration="1s" data-wow-delay=".4s">
<input type="text" placeholder="{{'contact.form.email'|_}}" name="email">
</div>
<div class="contact_input wow fadeInUp" data-wow-duration="1s" data-wow-delay=".6s">
<textarea placeholder="{{'contact.form.message'|_}}" name="message"></textarea>
</div>
<button type="submit" class="contact_btn wow fadeInUp" data-wow-duration="1s"
data-wow-delay=".7s">
<span class="btn_icon">
<img src="{{'assets/images/svg/message-icon.svg'|theme}}" alt="button-icon">
</span>
{{'contact.form.send.btn'|_}}
<span class="send_icon">
<img src="{{'assets/images/svg/send.svg'|theme}}" alt="send-icon">
</span>
</button>
</form>
<div class="contact_info">
<div class="contact_map wow fadeInUp" data-wow-duration="1s" data-wow-delay=".1s">
<iframe
src="https://yandex.ru/map-widget/v1/?um=constructor%3A68cff15a03c82e642c991696b4b3c42398972c84abe81fa61885854ecb8c2db7&amp;source=constructor"
width="725" height="240" frameborder="0"></iframe>
</div>
<div class="contact_row wow fadeInUp" data-wow-duration="1s" data-wow-delay=".1s">
<div class="contact_row-icon">
<img src="{{'assets/images/svg/gps.svg'|theme}}" alt="location-icon">
</div>
<div class="contact_row-group">
<b>
{{'contact.address.title'|_}}
</b>
<p>
{{'contact.address'|_}}
</p>
</div>
</div>
<div class="contact_row wow fadeInUp" data-wow-duration="1s" data-wow-delay=".3s">
<div class="contact_row-icon">
<img src="{{'assets/images/svg/phone.svg'|theme}}" alt="phone-icon">
</div>
<div class="contact_row-group">
<b>
{{'contact.phone.title'|_}}
</b>
<p>
{{'contact.phone'|_}}
</p>
</div>
</div>
<div class="contact_row wow fadeInUp" data-wow-duration="1s" data-wow-delay=".5s">
<div class="contact_row-icon">
<img src="{{'assets/images/svg/email.svg'|theme}}" alt="email-icon">
</div>
<div class="contact_row-group">
<b>
{{'contact.email.title'|_}}
</b>
<p>
{{'contact.email'|_}}
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact end ============================= -->