Commit 129e780c84af0f8970bd29cd1eafa55fb14757f1
1 parent
f553f82a
правки
Showing
4 changed files
with
21 additions
and
4 deletions
Show diff stats
common/messages/ru/app.php
@@ -315,4 +315,5 @@ return [ | @@ -315,4 +315,5 @@ return [ | ||
315 | 'individ_header_cover' => 'sl_kbindiv_01_ru.jpg', | 315 | 'individ_header_cover' => 'sl_kbindiv_01_ru.jpg', |
316 | 'NewsFollow' => 'Следите за новостями', | 316 | 'NewsFollow' => 'Следите за новостями', |
317 | 'city_short' => 'г', | 317 | 'city_short' => 'г', |
318 | + 'copylink' => 'Создание сайтов', | ||
318 | ]; | 319 | ]; |
319 | \ No newline at end of file | 320 | \ No newline at end of file |
common/messages/ua/app.php
@@ -317,4 +317,5 @@ return [ | @@ -317,4 +317,5 @@ return [ | ||
317 | 'individ_header_cover' => 'sl_kbindiv_01_ukr.jpg', | 317 | 'individ_header_cover' => 'sl_kbindiv_01_ukr.jpg', |
318 | 'NewsFollow' => 'Слідкуйте за новинами', | 318 | 'NewsFollow' => 'Слідкуйте за новинами', |
319 | 'city_short' => 'м', | 319 | 'city_short' => 'м', |
320 | + 'copylink' => 'Створення сайтів', | ||
320 | ]; | 321 | ]; |
321 | \ No newline at end of file | 322 | \ No newline at end of file |
frontend/views/layouts/main.php
@@ -657,7 +657,9 @@ | @@ -657,7 +657,9 @@ | ||
657 | 'Contact us' | 657 | 'Contact us' |
658 | ); ?></a> | 658 | ); ?></a> |
659 | <div class="bottom-text-in hidden-sm hidden-xs"> | 659 | <div class="bottom-text-in hidden-sm hidden-xs"> |
660 | - <p class="pull-left">© <?= date( | 660 | + <p class="pull-left"> |
661 | + <a href="//artweb.ua" class="copylink"><?=\Yii::t('app', 'copylink')?></a> | ||
662 | + © <?= date( | ||
661 | 'Y' | 663 | 'Y' |
662 | ) ?>. <?= $settings->name; ?>. <?=\Yii::t('app', 'footer_all_rights')?>.<br/> | 664 | ) ?>. <?= $settings->name; ?>. <?=\Yii::t('app', 'footer_all_rights')?>.<br/> |
663 | <?=\Yii::t('app', 'footer_using_mats')?>.</p> | 665 | <?=\Yii::t('app', 'footer_using_mats')?>.</p> |
@@ -738,6 +740,7 @@ | @@ -738,6 +740,7 @@ | ||
738 | 740 | ||
739 | 741 | ||
740 | <div class="col-md-12 bottom-text hidden-md hidden-lg"> | 742 | <div class="col-md-12 bottom-text hidden-md hidden-lg"> |
743 | + <a href="//artweb.ua" class="copylink mobile-cp"><?=\Yii::t('app', 'copylink')?></a> | ||
741 | <p class="pull-left">© <?= date( | 744 | <p class="pull-left">© <?= date( |
742 | 'Y' | 745 | 'Y' |
743 | ) ?>. <?= $settings->name; ?>. <?=\Yii::t('app', 'footer_all_rights')?>.<br/> | 746 | ) ?>. <?= $settings->name; ?>. <?=\Yii::t('app', 'footer_all_rights')?>.<br/> |
frontend/web/css/main.css
@@ -353,7 +353,7 @@ section.bar.background-gray.steps-pre:before { | @@ -353,7 +353,7 @@ section.bar.background-gray.steps-pre:before { | ||
353 | object-fit:cover; | 353 | object-fit:cover; |
354 | } | 354 | } |
355 | .bottom-text{padding: 20px 15px;font-size: 12px;padding-bottom: 0;} | 355 | .bottom-text{padding: 20px 15px;font-size: 12px;padding-bottom: 0;} |
356 | -.bottom-text-in{font-size: 12px;position: absolute;bottom: -72px;} | 356 | +.bottom-text-in{font-size: 12px;position: absolute;bottom: -110px;} |
357 | #map {height: 560px;background-image: url(../img/map.jpg);} | 357 | #map {height: 560px;background-image: url(../img/map.jpg);} |
358 | .main-slider .carousel-control{background:none!important;} | 358 | .main-slider .carousel-control{background:none!important;} |
359 | #main-page .main-slider .box-simple{position: absolute;width: 100%;bottom: 0;} | 359 | #main-page .main-slider .box-simple{position: absolute;width: 100%;bottom: 0;} |
@@ -708,6 +708,18 @@ section.bar.background-gray.steps-pre:before { | @@ -708,6 +708,18 @@ section.bar.background-gray.steps-pre:before { | ||
708 | } | 708 | } |
709 | ul.list-wr{color: #467fbf;} | 709 | ul.list-wr{color: #467fbf;} |
710 | ul.list-wr span{color: #555;} | 710 | ul.list-wr span{color: #555;} |
711 | +.copylink{ | ||
712 | + padding: 10px 35px; | ||
713 | + display: block; | ||
714 | + background-image: url(/img/awlogo_w.png); | ||
715 | + background-repeat: no-repeat; | ||
716 | + background-position: left center; | ||
717 | + color:#fff; | ||
718 | +} | ||
719 | +.copylink:hover{color:#fff;} | ||
720 | +.copylink.mobile-cp{ | ||
721 | + margin-top: -25px; | ||
722 | +} | ||
711 | 723 | ||
712 | @media(min-width:1201px){ | 724 | @media(min-width:1201px){ |
713 | .links-ses-for-wr .container .row p {margin: 7px 20px;} | 725 | .links-ses-for-wr .container .row p {margin: 7px 20px;} |
@@ -722,8 +734,8 @@ ul.list-wr span{color: #555;} | @@ -722,8 +734,8 @@ ul.list-wr span{color: #555;} | ||
722 | } | 734 | } |
723 | @media(min-width:992px){ | 735 | @media(min-width:992px){ |
724 | header{height: 62px;overflow: hidden;} | 736 | header{height: 62px;overflow: hidden;} |
725 | - #all{min-height:100vh;position: relative;padding-bottom: 215px;} | ||
726 | - footer#footer{max-height: 215px;position: absolute;width: 100%;bottom: 0;} | 737 | + #all{min-height:100vh;position: relative;padding-bottom: 250px;} |
738 | + footer#footer{height: 250px;max-height: 250px;position: absolute;width: 100%;bottom: 0;} | ||
727 | #calculate-modal .modal-dialog{width: 90%!important;max-width: 1550px!important;} | 739 | #calculate-modal .modal-dialog{width: 90%!important;max-width: 1550px!important;} |
728 | .links-ses-for-wr .container .row p {margin: 7px 0px;} | 740 | .links-ses-for-wr .container .row p {margin: 7px 0px;} |
729 | p.coord1{margin-top:-30px;} | 741 | p.coord1{margin-top:-30px;} |