Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Руслан Ибрагимов
/
landing
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit bd57ca7f
authored
Apr 27, 2017
by
Anton Chuyko
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Правка email в блока + убираем outline у полей формы
1 parent
3ea8fd55
Pipeline
#2599
for
bd57ca7f
skipped
in 0 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
css/additional.css
index.html
send.php
css/additional.css
View file @
bd57ca7
...
...
@@ -410,6 +410,7 @@ label.error {
line-height
:
36px
;
font-weight
:
300
;
border
:
2px
solid
#cecece
;
outline
:
none
;
}
.textarea
{
...
...
index.html
View file @
bd57ca7
...
...
@@ -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=
"
7
4952662471"
>
placeholder=
"
8
4952662471"
>
</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"
;
...
...
send.php
View file @
bd57ca7
...
...
@@ -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>'
;
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment