Commit 129e780c84af0f8970bd29cd1eafa55fb14757f1

Authored by Eugeny Galkovskiy
1 parent f553f82a

правки

common/messages/ru/app.php
... ... @@ -315,4 +315,5 @@ return [
315 315 'individ_header_cover' => 'sl_kbindiv_01_ru.jpg',
316 316 'NewsFollow' => 'Следите за новостями',
317 317 'city_short' => 'г',
  318 + 'copylink' => 'Создание сайтов',
318 319 ];
319 320 \ No newline at end of file
... ...
common/messages/ua/app.php
... ... @@ -317,4 +317,5 @@ return [
317 317 'individ_header_cover' => 'sl_kbindiv_01_ukr.jpg',
318 318 'NewsFollow' => 'Слідкуйте за новинами',
319 319 'city_short' => 'м',
  320 + 'copylink' => 'Створення сайтів',
320 321 ];
321 322 \ No newline at end of file
... ...
frontend/views/layouts/main.php
... ... @@ -657,7 +657,9 @@
657 657 'Contact us'
658 658 ); ?></a>
659 659 <div class="bottom-text-in hidden-sm hidden-xs">
660   - <p class="pull-left">&copy; <?= date(
  660 + <p class="pull-left">
  661 + <a href="//artweb.ua" class="copylink"><?=\Yii::t('app', 'copylink')?></a>
  662 + &copy; <?= date(
661 663 'Y'
662 664 ) ?>. <?= $settings->name; ?>. <?=\Yii::t('app', 'footer_all_rights')?>.<br/>
663 665 <?=\Yii::t('app', 'footer_using_mats')?>.</p>
... ... @@ -738,6 +740,7 @@
738 740  
739 741  
740 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 744 <p class="pull-left">&copy; <?= date(
742 745 'Y'
743 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 353 object-fit:cover;
354 354 }
355 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 357 #map {height: 560px;background-image: url(../img/map.jpg);}
358 358 .main-slider .carousel-control{background:none!important;}
359 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 708 }
709 709 ul.list-wr{color: #467fbf;}
710 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 724 @media(min-width:1201px){
713 725 .links-ses-for-wr .container .row p {margin: 7px 20px;}
... ... @@ -722,8 +734,8 @@ ul.list-wr span{color: #555;}
722 734 }
723 735 @media(min-width:992px){
724 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 739 #calculate-modal .modal-dialog{width: 90%!important;max-width: 1550px!important;}
728 740 .links-ses-for-wr .container .row p {margin: 7px 0px;}
729 741 p.coord1{margin-top:-30px;}
... ...