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
5fd51159
Commit
5fd51159
authored
Jun 03, 2020
by
Sergey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make vacancies and companies list pages
parent
b364b667
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
102 additions
and
9 deletions
+102
-9
companies-list.html
src/companies-list.html
+4
-1
companies-map.html
src/companies-map.html
+3
-0
_media.scss
src/scss/_media.scss
+76
-8
style.scss
src/scss/style.scss
+13
-0
vacancies-list.html
src/vacancies-list.html
+3
-0
vacancies-map.html
src/vacancies-map.html
+3
-0
No files found.
src/companies-list.html
View file @
5fd51159
...
@@ -142,7 +142,7 @@
...
@@ -142,7 +142,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
</>
</
div
>
</header>
</header>
<div
class=
"menu menu-main"
>
<div
class=
"menu menu-main"
>
<div
class=
"menu-title"
>
<div
class=
"menu-title"
>
...
@@ -342,6 +342,9 @@
...
@@ -342,6 +342,9 @@
<img
class=
"img-svg"
src=
"./img/icon_map.svg"
alt=
""
>
<img
class=
"img-svg"
src=
"./img/icon_map.svg"
alt=
""
>
Показать на карте
Показать на карте
</a>
</a>
<button
type=
"button"
class=
"other-button button-filter"
>
<img
class=
"img-svg"
src=
"./img/icon_option.svg"
alt=
""
>
</button>
<form
action=
""
id=
"quick-search"
>
<form
action=
""
id=
"quick-search"
>
<input
type=
"text"
name=
"q"
placeholder=
"Поиск по компаниям"
>
<input
type=
"text"
name=
"q"
placeholder=
"Поиск по компаниям"
>
<input
type=
"submit"
name=
"submit-quick-search"
value=
""
style=
"background-image: url(./img/bg-submit-quick-search.svg);"
>
<input
type=
"submit"
name=
"submit-quick-search"
value=
""
style=
"background-image: url(./img/bg-submit-quick-search.svg);"
>
...
...
src/companies-map.html
View file @
5fd51159
...
@@ -342,6 +342,9 @@
...
@@ -342,6 +342,9 @@
<img
class=
"img-svg"
src=
"./img/icon_list.svg"
alt=
""
>
<img
class=
"img-svg"
src=
"./img/icon_list.svg"
alt=
""
>
Показать списком
Показать списком
</a>
</a>
<button
type=
"button"
class=
"other-button button-filter"
>
<img
class=
"img-svg"
src=
"./img/icon_option.svg"
alt=
""
>
</button>
<form
action=
""
id=
"quick-search"
>
<form
action=
""
id=
"quick-search"
>
<input
type=
"text"
name=
"q"
placeholder=
"Поиск по компаниям"
>
<input
type=
"text"
name=
"q"
placeholder=
"Поиск по компаниям"
>
<input
type=
"submit"
name=
"submit-quick-search"
value=
""
style=
"background-image: url(./img/bg-submit-quick-search.svg);"
>
<input
type=
"submit"
name=
"submit-quick-search"
value=
""
style=
"background-image: url(./img/bg-submit-quick-search.svg);"
>
...
...
src/scss/_media.scss
View file @
5fd51159
...
@@ -39,14 +39,18 @@
...
@@ -39,14 +39,18 @@
padding-right
:
20px
;
padding-right
:
20px
;
padding-left
:
20px
;
padding-left
:
20px
;
}
}
}
@media
(
max-width
:
1180px
)
{
.image-companies
{
max-width
:
100%
;
}
.main-search
.search-list-row-companies
.col-6
.main-search
.search-list-row-companies
.col-6
{
{
padding-left
:
15px
;
padding-left
:
15px
;
padding-right
:
15px
;
padding-right
:
15px
;
}
}
}
@media
(
max-width
:
1180px
)
{
.new-vacancies-content
.col-3
.new-vacancies-content
.col-3
{
{
flex
:
0
0
33%
;
flex
:
0
0
33%
;
...
@@ -61,11 +65,11 @@
...
@@ -61,11 +65,11 @@
flex
:
0
0
33%
;
flex
:
0
0
33%
;
max-width
:
33%
;
max-width
:
33%
;
}
}
.main-search
.search-list-row-vacancies
.col-4
//
.main-search .search-list-row-vacancies .col-4
{
//
{
flex
:
0
0
50%
;
//
flex: 0 0 50%;
max-width
:
50%
;
//
max-width: 50%;
}
//
}
.image-vacancies
.image-vacancies
{
{
max-width
:
initial
;
max-width
:
initial
;
...
@@ -126,9 +130,46 @@
...
@@ -126,9 +130,46 @@
{
{
flex-direction
:
column
;
flex-direction
:
column
;
}
}
.button-filter
{
display
:
flex
;
}
.additional-search
{
flex-wrap
:
wrap
;
}
.additional-search
form
{
width
:
100%
;
margin-top
:
32px
;
}
.additional-search
form
input
[
type
=
text
]
{
min-width
:
100%
;
max-width
:
100%
;
}
.list-container-row
.col-3
{
display
:
none
;
}
.list-container-row
.col-9
{
flex
:
0
0
100%
;
max-width
:
100%
;
}
.main-search
.search-list-row-vacancies
.col-4
{
flex
:
0
0
25%
;
max-width
:
25%
;
}
}
}
@media
(
max-width
:
1000px
)
@media
(
max-width
:
1000px
)
{
{
.main-search
.search-list-row-vacancies
.col-4
{
flex
:
0
0
33%
;
max-width
:
33%
;
}
.faq-main-content__right
.faq-main-content__right
{
{
display
:
none
;
display
:
none
;
...
@@ -316,6 +357,16 @@
...
@@ -316,6 +357,16 @@
}
}
@media
(
max-width
:
800px
)
@media
(
max-width
:
800px
)
{
{
.main-search
.search-list-row-companies
.col-6
{
flex
:
0
0
100%
;
max-width
:
100%
;
}
.main-search
.search-list-row-vacancies
.col-4
{
flex
:
0
0
50%
;
max-width
:
50%
;
}
.detailed-description-block
.col-3
,
.detailed-description-block
.col-9
.detailed-description-block
.col-3
,
.detailed-description-block
.col-9
{
{
flex
:
0
0
100%
;
flex
:
0
0
100%
;
...
@@ -433,6 +484,10 @@
...
@@ -433,6 +484,10 @@
}
}
@media
(
max-width
:
550px
)
@media
(
max-width
:
550px
)
{
{
.main-search
.search-list-row-companies
.company-card
{
height
:
auto
;
}
.advantages-registration-row
.col-3
.advantages-registration-row
.col-3
{
{
flex
:
0
0
100%
;
flex
:
0
0
100%
;
...
@@ -467,6 +522,19 @@
...
@@ -467,6 +522,19 @@
}
}
@media
(
max-width
:
500px
)
@media
(
max-width
:
500px
)
{
{
.pagination
{
flex-wrap
:
wrap
;
}
.wrapper-pagination
.pagination__block
{
margin-bottom
:
10px
;
}
.main-search
.search-list-row-vacancies
.col-4
{
flex
:
0
0
100%
;
max-width
:
100%
;
}
.block-file
label
.block-file
label
{
{
flex-direction
:
column
;
flex-direction
:
column
;
...
...
src/scss/style.scss
View file @
5fd51159
...
@@ -310,6 +310,19 @@ button
...
@@ -310,6 +310,19 @@ button
color
:
$color-clicked
;
color
:
$color-clicked
;
}
}
.button-filter
{
width
:
56px
;
height
:
50px
;
padding
:
0
;
display
:
none
;
}
.button-filter
:hover
.img-svg
path
{
fill
:
$color-hover
;
}
.wrapper-button
.wrapper-button
{
{
display
:
flex
;
display
:
flex
;
...
...
src/vacancies-list.html
View file @
5fd51159
...
@@ -407,6 +407,9 @@
...
@@ -407,6 +407,9 @@
<img
class=
"img-svg"
src=
"./img/icon_map.svg"
alt=
""
>
<img
class=
"img-svg"
src=
"./img/icon_map.svg"
alt=
""
>
Показать на карте
Показать на карте
</a>
</a>
<button
type=
"button"
class=
"other-button button-filter"
>
<img
class=
"img-svg"
src=
"./img/icon_option.svg"
alt=
""
>
</button>
<form
action=
""
id=
"quick-search"
>
<form
action=
""
id=
"quick-search"
>
<input
type=
"text"
name=
"q"
placeholder=
"Поиск по вакансиям"
>
<input
type=
"text"
name=
"q"
placeholder=
"Поиск по вакансиям"
>
<input
type=
"submit"
name=
"submit-quick-search"
value=
""
style=
"background-image: url(./img/bg-submit-quick-search.svg);"
>
<input
type=
"submit"
name=
"submit-quick-search"
value=
""
style=
"background-image: url(./img/bg-submit-quick-search.svg);"
>
...
...
src/vacancies-map.html
View file @
5fd51159
...
@@ -407,6 +407,9 @@
...
@@ -407,6 +407,9 @@
<img
class=
"img-svg"
src=
"./img/icon_list.svg"
alt=
""
>
<img
class=
"img-svg"
src=
"./img/icon_list.svg"
alt=
""
>
Показать списком
Показать списком
</a>
</a>
<button
type=
"button"
class=
"other-button button-filter"
>
<img
class=
"img-svg"
src=
"./img/icon_option.svg"
alt=
""
>
</button>
<form
action=
""
id=
"quick-search"
>
<form
action=
""
id=
"quick-search"
>
<input
type=
"text"
name=
"q"
placeholder=
"Поиск по вакансиям"
>
<input
type=
"text"
name=
"q"
placeholder=
"Поиск по вакансиям"
>
<input
type=
"submit"
name=
"submit-quick-search"
value=
""
style=
"background-image: url(./img/bg-submit-quick-search.svg);"
>
<input
type=
"submit"
name=
"submit-quick-search"
value=
""
style=
"background-image: url(./img/bg-submit-quick-search.svg);"
>
...
...
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