Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
A
Avalon
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sergey
Avalon
Commits
e6175cca
Commit
e6175cca
authored
Jul 08, 2020
by
Sergey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Start doing edits
parent
1f4f7d81
Changes
16
Show whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
64 additions
and
11 deletions
+64
-11
access-account.html
src/access-account.html
+1
-1
companies-list.html
src/companies-list.html
+3
-0
favorites-vacancies-list.html
src/favorites-vacancies-list.html
+3
-0
Montserrat-Medium.eot
src/fonts/Montserrat-Medium.eot
+0
-0
Montserrat-Medium.ttf
src/fonts/Montserrat-Medium.ttf
+0
-0
Montserrat-Medium.woff
src/fonts/Montserrat-Medium.woff
+0
-0
Montserrat-SemiBold.eot
src/fonts/Montserrat-SemiBold.eot
+0
-0
Montserrat-SemiBold.ttf
src/fonts/Montserrat-SemiBold.ttf
+0
-0
Montserrat-SemiBold.woff
src/fonts/Montserrat-SemiBold.woff
+0
-0
main.js
src/js/main.js
+4
-2
password-recovery.html
src/password-recovery.html
+2
-2
profile.html
src/profile.html
+3
-0
registration.html
src/registration.html
+1
-1
_fonts.scss
src/scss/_fonts.scss
+19
-1
style.scss
src/scss/style.scss
+25
-4
vacancies-list.html
src/vacancies-list.html
+3
-0
No files found.
src/access-account.html
View file @
e6175cca
...
...
@@ -271,7 +271,7 @@
<form
action=
""
name=
"form-enter-account"
id=
"form-enter-account"
>
<div
class=
"block-mb-orange"
>
<label
for=
"phone"
>
Телефон
</label>
<input
type=
"text"
placeholder=
"+7"
name=
"phone"
id=
"phone
"
>
<input
type=
"text"
name=
"phone"
id=
"phone"
data-phone=
"true"
pattern=
"^((8|\+7)[\- ]?)?(\(?\d{3}\)?[\- ]?)?[\d\- ]{7,10}$"
placeholder=
"+7 (___)___-__-__
"
>
</div>
<div
class=
"block-mb-orange"
>
<label
for=
"password"
>
Пароль
</label>
...
...
src/companies-list.html
View file @
e6175cca
...
...
@@ -521,6 +521,9 @@
<div
class=
"label-top"
style=
"background-image: url(./img/icon_label_top.svg);"
></div>
</a>
</div>
<div
class=
"col-6"
>
<a
href=
"#"
class=
"image-companies"
style=
"background-image: url(./img/img_banner4.png);"
></a>
</div>
<div
class=
"col-6"
>
<a
href=
"#"
class=
"company-card popular"
>
<div
class=
"company-card__left"
>
...
...
src/favorites-vacancies-list.html
View file @
e6175cca
...
...
@@ -445,6 +445,9 @@
<div
class=
"label-top"
style=
"background-image: url(./img/icon_label_top.svg);"
></div>
</div>
</div>
<div
class=
"col-4"
>
<a
href=
"#"
class=
"image-vacancies"
style=
"background-image: url(./img/img_banner3.png);"
></a>
</div>
<div
class=
"col-4"
>
<div
class=
"card"
>
<div
class=
"card__desc"
>
...
...
src/fonts/Montserrat-Medium.eot
0 → 100644
View file @
e6175cca
File added
src/fonts/Montserrat-Medium.ttf
0 → 100644
View file @
e6175cca
File added
src/fonts/Montserrat-Medium.woff
0 → 100644
View file @
e6175cca
File added
src/fonts/Montserrat-SemiBold.eot
0 → 100644
View file @
e6175cca
File added
src/fonts/Montserrat-SemiBold.ttf
0 → 100644
View file @
e6175cca
File added
src/fonts/Montserrat-SemiBold.woff
0 → 100644
View file @
e6175cca
File added
src/js/main.js
View file @
e6175cca
...
...
@@ -350,7 +350,9 @@ if(inputFile.length)
input
.
addEventListener
(
'change'
,
function
(
e
)
{
if
(
input
.
id
===
'load-photo'
)
return
;
var
value
=
input
.
value
;
console
.
log
(
input
.
files
);
let
value
=
input
.
value
;
// console.log(value);
value
=
value
.
replace
(
'C:
\\
fakepath
\
\'
, '');
input.parentElement.querySelector('
.
file
-
value
').innerHTML = value;
});
...
...
@@ -1332,7 +1334,7 @@ if(addPlaceWork.length)
<option value="other">Другая</option>
</select>
<div class="block-mb-yellow">
<input type="text" name="other-position
${
indexPlacework
}
" id="other-position
${
indexPlacework
}
" placeholder="ЖЕЛАЕМАЯ ДОЛЖНОСТЬ">
<input type="text" name="other-position
${
indexPlacework
}
" id="other-position
${
indexPlacework
}
" placeholder="ЖЕЛАЕМАЯ ДОЛЖНОСТЬ"
disabled
>
</div>
</div>
<div class="block-mb-yellow">
...
...
src/password-recovery.html
View file @
e6175cca
...
...
@@ -272,7 +272,7 @@
<form
action=
""
name=
"form-password-recovery"
id=
"form-password-recovery"
enctype=
"multipart/form-data"
data-ajax=
"true"
>
<div
class=
"block-mb-green"
>
<label
for=
"phone"
>
Телефон
</label>
<input
type=
"text"
placeholder=
"+7"
name=
"phone"
id=
"phone"
pattern=
"^((8|\+7)[\- ]?)?(\(?\d{3}\)?[\- ]?)?[\d\- ]{7,10}$
"
data-required=
"true"
>
<input
type=
"text"
name=
"phone"
id=
"phone"
data-phone=
"true"
pattern=
"^((8|\+7)[\- ]?)?(\(?\d{3}\)?[\- ]?)?[\d\- ]{7,10}$"
placeholder=
"+7 (___)___-__-__
"
data-required=
"true"
>
</div>
<div
class=
"block-mb-green"
>
<div
class=
"little-title"
>
...
...
@@ -286,7 +286,7 @@
<div
class=
"block-mb-green"
>
<div
class=
"block-file"
>
<label
for=
"file"
>
<input
type=
"file"
name=
"file
"
id=
"file"
hidden
>
<input
type=
"file"
name=
"file
s[]"
id=
"file"
hidden
multiple
>
<div
class=
"other-button button-attach-file"
>
Прикрепить файл
</div>
<span
class=
"file-value"
>
Файл не выбран
</span>
</label>
...
...
src/profile.html
View file @
e6175cca
...
...
@@ -353,6 +353,9 @@
<div
class=
"block-mb-green"
>
<label
for=
"password"
>
Пароль
<span>
*
</span></label>
<input
type=
"password"
name=
"password"
id=
"password"
data-required=
"true"
placeholder=
"ПАРОЛЬ"
value=
"111111111111"
disabled
>
<a
href=
"#"
class=
"toggle-password"
>
<img
src=
"./img/icon_toggle_password.svg"
alt=
""
>
</a>
</div>
<p
class=
"block-mb-green"
style=
"font-size: 14px;"
><span>
*
</span>
- поля, обязательные для заполнения
</p>
<a
href=
"#"
class=
"main-button"
>
Редактировать
</a>
...
...
src/registration.html
View file @
e6175cca
...
...
@@ -364,7 +364,7 @@
</div>
<div
class=
"block-mb-yellow"
>
<label
for=
"phone"
>
Телефон
<span>
*
</span></label>
<input
type=
"text"
name=
"phone"
id=
"phone"
placeholder=
"+7"
pattern=
"^((8|\+7)[\- ]?)?(\(?\d{3}\)?[\- ]?)?[\d\- ]{7,10}$
"
data-required=
"true"
>
<input
type=
"text"
name=
"phone"
id=
"phone"
data-phone=
"true"
pattern=
"^((8|\+7)[\- ]?)?(\(?\d{3}\)?[\- ]?)?[\d\- ]{7,10}$"
placeholder=
"+7 (___)___-__-__
"
data-required=
"true"
>
</div>
<div
class=
"tabs-content-block"
data-tab=
"tab-extended-registration"
>
<div
class=
"block-mb-yellow"
>
...
...
src/scss/_fonts.scss
View file @
e6175cca
...
...
@@ -43,3 +43,21 @@
font-weight
:
normal
;
font-style
:
normal
;
}
@font-face
{
font-family
:
'Montserrat Medium'
;
src
:
url('../fonts/Montserrat-Medium.eot?#iefix')
format
(
'embedded-opentype'
)
,
url('../fonts/Montserrat-Medium.woff')
format
(
'woff'
)
,
url('../fonts/Montserrat-Medium.ttf')
format
(
'truetype'
);
font-weight
:
normal
;
font-style
:
normal
;
}
@font-face
{
font-family
:
'Montserrat Semibold'
;
src
:
url('../fonts/Montserrat-SemiBold.eot?#iefix')
format
(
'embedded-opentype'
)
,
url('../fonts/Montserrat-SemiBold.woff')
format
(
'woff'
)
,
url('../fonts/Montserrat-SemiBold.ttf')
format
(
'truetype'
);
font-weight
:
normal
;
font-style
:
normal
;
}
src/scss/style.scss
View file @
e6175cca
...
...
@@ -247,6 +247,7 @@ a:hover
transition
:
.3s
;
text-transform
:
uppercase
;
width
:
auto
!
important
;
border-radius
:
0
;
}
.main-button
:hover
...
...
@@ -287,6 +288,7 @@ button
letter-spacing
:
normal
;
color
:
$color-ref
;
justify-content
:
center
;
border-radius
:
0
;
border
:
0
;
.img-svg
{
...
...
@@ -349,6 +351,7 @@ button
box-shadow
:
0
10px
20px
0
rgba
(
15
,
20
,
91
,
0
.1
);
transition
:
.3s
;
width
:
max-content
;
border-radius
:
0
;
border
:
0
;
}
...
...
@@ -458,7 +461,7 @@ button
// Поля формы
input
,
button
,
a
,
textarea
input
,
button
,
textarea
{
border-radius
:
0
!
important
;
}
...
...
@@ -967,6 +970,11 @@ ul
border-color
:
#dddce8
;
background
:
transparent
;
}
input
[
type
=
"radio"
]
:disabled
{
cursor
:
none
!
important
;
pointer-events
:
none
;
}
input
[
type
=
"radio"
]
:disabled
~
p
{
color
:
#b7b6c3
;
...
...
@@ -1048,6 +1056,11 @@ ul
{
opacity
:
1
;
}
input
[
type
=
"checkbox"
]
:disabled
{
cursor
:
none
!
important
;
pointer-events
:
none
;
}
input
[
type
=
"checkbox"
]
.check-error
~
.check
{
border-color
:
red
!
important
;
...
...
@@ -4862,6 +4875,14 @@ input[type="submit"]
}
}
}
.table-views-column
,
.table-feedback-column
,
.table-date-column
{
font-family
:
Montserrat
Semibold
!
important
;
p
{
font-family
:
Montserrat
Semibold
;
}
}
}
}
&
__name
...
...
@@ -4911,12 +4932,12 @@ input[type="submit"]
.table-feedback-column
{
justify-content
:
center
;
width
:
10%
width
:
10%
;
}
.table-date-column
{
justify-content
:
center
;
width
:
10%
width
:
10%
;
}
}
&
-drafts
...
...
src/vacancies-list.html
View file @
e6175cca
...
...
@@ -620,6 +620,9 @@
<div
class=
"label-top"
style=
"background-image: url(./img/icon_label_top.svg);"
></div>
</div>
</div>
<div
class=
"col-4"
>
<a
href=
"#"
class=
"image-vacancies"
style=
"background-image: url(./img/img_banner3.png);"
></a>
</div>
<div
class=
"col-4"
>
<div
class=
"card"
>
<div
class=
"card__desc"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment