Commit 2a4ed193 by Iren

Merge branch 'dev' of gitlab.wconsults.ru:ERP/landing_pages into dev

# Conflicts: # css/styles.css.map
parents 69684d12 c3251949
stages:
- build
landing-page:
stage: build
only:
- dev
script:
- rm -rf /home/$PROJECT_NAME/web/lp.dev.wconsults.ru/public_html/*
- cp -r ./* /home/$PROJECT_NAME/web/lp.dev.wconsults.ru/public_html/
- chown -R $PROJECT_NAME:$PROJECT_NAME /home/$PROJECT_NAME/web/lp.dev.wconsults.ru/public_html/*
- ls
\ No newline at end of file
Deploy to http://lp.dev.wconsults.ru
\ No newline at end of file
...@@ -242,7 +242,6 @@ header { ...@@ -242,7 +242,6 @@ header {
} }
/*advertising*/ /*advertising*/
.advertising-background { .advertising-background {
background-image: url("../img/retangle_5@3x.jpg");
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
background-position: center center; background-position: center center;
...@@ -546,7 +545,6 @@ header { ...@@ -546,7 +545,6 @@ header {
} }
/*protection*/ /*protection*/
.protection-background { .protection-background {
background-image: url("../img/retangle_5@3x.jpg");
background-size: 100% 100%; background-size: 100% 100%;
background-position: center; background-position: center;
padding-top: 118px; padding-top: 118px;
...@@ -640,7 +638,6 @@ header { ...@@ -640,7 +638,6 @@ header {
color: #303a81; color: #303a81;
} }
.technology { .technology {
background-image: url("../img/retangle_5@3x.jpg");
background-size: 100% 100%; background-size: 100% 100%;
background-position: center; background-position: center;
padding-top: 140px; padding-top: 140px;
......
...@@ -220,7 +220,6 @@ header { ...@@ -220,7 +220,6 @@ header {
} }
/*advertising*/ /*advertising*/
.advertising-background { .advertising-background {
background-image: url("../img/retangle_5@3x.jpg");
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
background-position: center center; background-position: center center;
...@@ -432,7 +431,6 @@ header { ...@@ -432,7 +431,6 @@ header {
} }
/*protection*/ /*protection*/
.protection-background { .protection-background {
background-image: url("../img/retangle_5@3x.jpg");
background-size: 100% 100%; background-size: 100% 100%;
background-position: center; background-position: center;
padding-top: 118px; padding-top: 118px;
...@@ -519,7 +517,6 @@ header { ...@@ -519,7 +517,6 @@ header {
} }
} }
.technology { .technology {
background-image: url("../img/retangle_5@3x.jpg");
background-size: 100% 100%; background-size: 100% 100%;
background-position: center; background-position: center;
padding-top: 140px; padding-top: 140px;
......
This image diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment