Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft.com
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Давид Добряков
etersoft.com
Commits
151d1760
Commit
151d1760
authored
Mar 04, 2020
by
Davyd Dobryakov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Validate html, fix some scss files
parent
28236aed
Pipeline
#6262
failed with stage
in 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
11 deletions
+18
-11
index.html
index.html
+12
-10
common.scss
src/scss/utils/common.scss
+6
-1
No files found.
index.html
View file @
151d1760
...
@@ -17,20 +17,22 @@
...
@@ -17,20 +17,22 @@
<img
src=
"src/images/logo.png"
alt=
""
>
<img
src=
"src/images/logo.png"
alt=
""
>
</a>
</a>
</div>
</div>
<ul
class=
"menu-right"
>
<div
class=
"menu-right"
>
<li><a
href=
"#about"
>
О компании
</a></li>
<ul
class=
"menu-right"
>
<li><a
href=
"#products"
>
Продукты
</a></li>
<li><a
href=
"#about"
>
О компании
</a></li>
<li><a
href=
"#services"
>
Услуги
</a></li>
<li><a
href=
"#products"
>
Продукты
</a></li>
<li><a
href=
"#contact-us"
>
Контакты
</a></li>
<li><a
href=
"#services"
>
Услуги
</a></li>
<select
id=
"changeLanguage"
name=
"change-language"
>
<li><a
href=
"#contact-us"
>
Контакты
</a></li>
<option
value=
"ru"
style=
"background-image:url(src/images/ru.png)"
><img
src=
"src/images/ru.png"
alt=
""
>
Ru
</option>
</ul>
<option
value=
"en"
><img
src=
"src/images/uk.png"
alt=
""
>
En
</option>
<select
id=
"changeLanguage"
name=
"change-language"
class=
"change-language"
>
<option
value=
"de"
><img
src=
"src/images/de.png"
alt=
""
>
De
</option>
<option
value=
"ru"
>
Ru
</option>
<option
value=
"en"
>
En
</option>
<option
value=
"de"
>
De
</option>
</select>
</select>
<div
class=
"menu-button"
id=
"menuButton"
>
<div
class=
"menu-button"
id=
"menuButton"
>
<span
class=
"burger-icon"
></span>
<span
class=
"burger-icon"
></span>
</div>
</div>
</
ul
>
</
div
>
</nav>
</nav>
</header>
</header>
<menu
id=
"menu"
class=
"menu"
>
<menu
id=
"menu"
class=
"menu"
>
...
...
src/scss/utils/common.scss
View file @
151d1760
...
@@ -227,6 +227,10 @@ a:hover {
...
@@ -227,6 +227,10 @@ a:hover {
text-align
:
center
;
text-align
:
center
;
width
:
inherit
;
width
:
inherit
;
}
}
.change-language
{
order
:
1
;
}
}
}
.default-list
{
.default-list
{
...
@@ -244,11 +248,12 @@ a:hover {
...
@@ -244,11 +248,12 @@ a:hover {
list-style-type
:
inherit
!
important
;
list-style-type
:
inherit
!
important
;
}
}
select
{
.change-language
{
background
:
$default-color
;
background
:
$default-color
;
border
:
1px
solid
$border-base
;
border
:
1px
solid
$border-base
;
border-radius
:
5px
;
border-radius
:
5px
;
padding
:
0
.25rem
;
padding
:
0
.25rem
;
order
:
2
;
}
}
.pt-2
{
.pt-2
{
...
...
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