Commit bd57ca7f by Anton Chuyko

Правка email в блока + убираем outline у полей формы

1 parent 3ea8fd55
Pipeline #2599 for bd57ca7f skipped in 0 seconds
......@@ -410,6 +410,7 @@ label.error {
line-height: 36px;
font-weight: 300;
border: 2px solid #cecece;
outline: none;
}
.textarea {
......
......@@ -304,7 +304,7 @@
рабочего дня.
<br><br>
Вы можете также прислать свое резюме
на адрес <span class="mail"><a href="mailto:info@ashmanov.com"> resume@ashmanov.com </a></span>
на адрес <span class="mail"><a href="mailto:resume@ashmanov.com">resume@ashmanov.com </a></span>
</div>
</div>
<div class="col-md-8 __block __white">
......@@ -319,12 +319,12 @@
<fieldset>
<label for="email" class="label">Электронная почта *</label>
<input type="text" id="email" name="email" class="input-bordered"
placeholder="pochta@ashmanov.com">
placeholder="email@yandex.ru">
</fieldset>
<fieldset>
<label for="phone" class="label">Номер телефона *</label>
<input type="text" id="phone" name="phone" class="input-bordered"
placeholder="74952662471">
placeholder="84952662471">
</fieldset>
<fieldset>
<input type="file" id="resume" name="resume" class="input-file">
......@@ -369,7 +369,7 @@
<p>Время работы: 10:00 — 19:00</p>
<p><span class="phone-findus"><a href="tel:+74952662471">+7 495 266-24-71</a></span><br>
<span class="mail">
<a href="mailto:info@ashmanov.com"> resume@ashmanov.com </a>
<a href="mailto:info@ashmanov.com">info@ashmanov.com </a>
</span><br></p>
<p>Пожалуйста, позвоните нам заранее, чтобы мы смогли заказать вам пропуск.</p>
......@@ -650,7 +650,7 @@
myMap.geoObjects.add(myPlacemark);
}
site_url = 'https://www.ashmanov.com/company/vacancy/cpc-manager';
site_url = 'https://www.ashmanov.com/company/vacancy/cpc-manager/';
title = document.title;
description = $('meta[name="description"]').attr('content');;
logo = site_url + "img/logo.png";
......
......@@ -24,7 +24,7 @@ if (!in_array($extension, $whitelist)) {
}
$user_email = $_POST['email'];
$to = 'hr@ashmanov.com';
$to = 'website-vacancy@ashmanov.com';
$subject = "Отклик на вакансию Менеджера по Контексту";
$message = $_POST['message'] . '<br>';
$message .= $_POST['phone'] . '<br>';
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!