Skip to content

Commit

Permalink
feat: add avtopro link
Browse files Browse the repository at this point in the history
  • Loading branch information
bereznii committed Jul 28, 2020
1 parent 7868335 commit 8b06ad8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,10 @@ section {
margin-bottom: 0;
}

img.avtopro-partner {
max-width: 25rem;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
Expand Down Expand Up @@ -1623,4 +1627,10 @@ section {

display: block;
}

img.avtopro-partner {
max-width: 20rem;
}
}


Binary file added public/landing_img/avtopro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions resources/views/client/v2/sections/about-us.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
Вам в выборе.
</p>
</div>
<div class="col-12 col-sm-12 text-center">
<a href="https://avto.pro/">
<img class="avtopro-partner" src="{{ asset('landing_img/avtopro.png') }}" alt="Sekurit Logo">
</a>
</div>
</div>

</div>
Expand Down

0 comments on commit 8b06ad8

Please sign in to comment.