Commit 48dc6f4940c3578b18cc36ff86ff09030f43db34

Authored by Hayk Nazaryan
1 parent 9779d2e578
Exists in master

show app info text

Showing 2 changed files with 25 additions and 2 deletions Side-by-side Diff

public/css/style_may2024.css
... ... @@ -5332,6 +5332,24 @@ h1 {
5332 5332 margin-right: 0;
5333 5333 }
5334 5334  
  5335 +.work__get-app-info {
  5336 + margin-top: 10px;
  5337 + font-size: 14px;
  5338 + display: flex;
  5339 + width: 100%;
  5340 +}
  5341 +
  5342 +.work__get-app-info a {
  5343 + text-decoration: underline;
  5344 +}
  5345 +
  5346 +@media (min-width: 768px) {
  5347 + .work__get-app-info {
  5348 + font-size: 18px;
  5349 + }
  5350 +}
  5351 +
  5352 +
5335 5353 .numbers {
5336 5354 padding: 30px 0;
5337 5355 background: #377d87 url("../images/bg.svg") no-repeat 100% calc(100% + 80px);
resources/views/index.blade.php
... ... @@ -47,13 +47,18 @@
47 47 @endif
48 48 <div class="work__get">
49 49 <b>Скачать приложение</b>
50   - <a href="">
  50 + <a href="javascript:void(0)">
51 51 <img src="{{ asset('images/google.svg') }}" alt="">
52 52 </a>
53   - <a href="">
  53 + <a href="javascript:void(0)">
54 54 <img src="{{ asset('images/apple.svg') }}" alt="">
55 55 </a>
56 56 </div>
  57 + <div class="work__get-app-info">
  58 + <b>Приложения в разработке, подпишитесь на
  59 + <a href="https://t.me/rabota_v_more_russia" target="_blank">ТГ канал</a>
  60 + </b>
  61 + </div>
57 62 </div>
58 63 </div>
59 64 </section>