Skip to content

Commit

Permalink
Added descktop background images
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Apr 6, 2024
1 parent bf6334d commit 0d0d664
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
Binary file added public/img/assets/background/version-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/assets/background/version-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions resources/views/pages/assets.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,29 @@ class="bg-white p-5 rounded d-block">
</div>
</blockquote>


<h2>Обои сообщества</h2>

<p>Многие наши участники очень сильно увлечены сообществом, что сделали особенные изображения на рабочий стол:</p>

<div class="row">
<div class="col">
<a href="/img/assets/background/version-1.png" download
class="bg-black rounded d-block">
<img src="/img/assets/background/version-1.png" width="400">
</a>
</div>


<div class="col">
<a href="/img/assets/background/version-2.png" download
class="bg-black rounded d-block">
<img src="/img/assets/background/version-2.png" width="400">
</a>
</div>
</div>


<h2>Наше наследие</h2>

<p>
Expand Down

0 comments on commit 0d0d664

Please sign in to comment.