Commit 2246dbb740b71e3a252b9ee921c036cc5c1883f6
1 parent
9537a122
небольшие переводы + футер
Showing
4 changed files
with
21 additions
and
8 deletions
Show diff stats
common/messages/ru/app.php
frontend/views/layouts/main.php
... | ... | @@ -546,7 +546,7 @@ _________________________________________________________ --> |
546 | 546 | |
547 | 547 | <footer id="footer"> |
548 | 548 | <div class="container"> |
549 | - <div class="col-md-4 col-sm-6"> | |
549 | + <div class="col-md-3 col-sm-6"> | |
550 | 550 | <h4>О нас</h4> |
551 | 551 | |
552 | 552 | <p><?= $settings->about ?></p> |
... | ... | @@ -556,7 +556,7 @@ _________________________________________________________ --> |
556 | 556 | </div> |
557 | 557 | <!-- /.col-md-3 --> |
558 | 558 | |
559 | - <div class="col-md-2 col-sm-6"> | |
559 | + <div class="col-md-3 col-sm-6"> | |
560 | 560 | |
561 | 561 | <h4>Разделы</h4> |
562 | 562 | ... | ... |
frontend/views/site/index.php
... | ... | @@ -265,8 +265,7 @@ _________________________________________________________ --> |
265 | 265 | <h2>Полезные статьи</h2> |
266 | 266 | </div> |
267 | 267 | |
268 | - <p class="lead">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies | |
269 | - mi vitae est. Mauris placerat eleifend leo. <span class="accent">Check our blog!</span> | |
268 | + <p class="lead">Идейные соображения высшего порядка, а также постоянное информационно-пропагандистское обеспечение нашей деятельности требуют от нас анализа позиций, занимаемых участниками в отношении поставленных задач. Не следует, однако забывать, что консультация с широким активом влечет за собой процесс внедрения и модернизации позиций, занимаемых участниками в отношении поставленных задач. <span class="accent">Почитайте наш блог!</span> | |
270 | 269 | </p> |
271 | 270 | |
272 | 271 | <!-- *** BLOG HOMEPAGE *** |
... | ... | @@ -298,7 +297,7 @@ _________________________________________________________ --> |
298 | 297 | 'blog/article', |
299 | 298 | 'id' => $article->id, |
300 | 299 | ] |
301 | - ) ?>" class="btn btn-template-transparent-primary"><i class="fa fa-link"></i> Read more</a> | |
300 | + ) ?>" class="btn btn-template-transparent-primary"><i class="fa fa-link"></i> <?php echo \Yii::t('app', 'Read more'); ?></a> | |
302 | 301 | </p> |
303 | 302 | </div> |
304 | 303 | </div> |
... | ... | @@ -325,7 +324,7 @@ _________________________________________________________ --> |
325 | 324 | 'blog/article', |
326 | 325 | 'id' => $article->id, |
327 | 326 | ] |
328 | - ) ?>" class="btn btn-template-main">Continue reading</a> | |
327 | + ) ?>" class="btn btn-template-main"><?php echo \Yii::t('app', 'Continue reading'); ?></a> | |
329 | 328 | </p> |
330 | 329 | </div> |
331 | 330 | </div> | ... | ... |
frontend/web/css/style.css
... | ... | @@ -3235,8 +3235,8 @@ p.price .price-title { |
3235 | 3235 | } |
3236 | 3236 | |
3237 | 3237 | #footer .blog-entries .item .name { |
3238 | - width: 75%; | |
3239 | - margin-left: 10px; | |
3238 | + /*width: 75%;*/ | |
3239 | + /*margin-left: 10px;*/ | |
3240 | 3240 | display: table-cell; |
3241 | 3241 | vertical-align: middle; |
3242 | 3242 | } |
... | ... | @@ -4703,4 +4703,16 @@ a i.fa, button i.fa, span.fa { |
4703 | 4703 | |
4704 | 4704 | .modal-dialog.modal-sm { |
4705 | 4705 | min-width: 350px; |
4706 | +} | |
4707 | + | |
4708 | +.socials-links a{ | |
4709 | + color:#fff; | |
4710 | + opacity:0.5; | |
4711 | + transition:0.2s; | |
4712 | +} | |
4713 | +.socials-links a:hover{ | |
4714 | + opacity:1; | |
4715 | +} | |
4716 | +.socials-links a:active{ | |
4717 | + opacity:0.8; | |
4706 | 4718 | } |
4707 | 4719 | \ No newline at end of file | ... | ... |