Skip to content

Commit

Permalink
Added new image for Collection page
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Oct 12, 2024
1 parent 718c74d commit 98e57f2
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 3 deletions.
70 changes: 70 additions & 0 deletions public/img/ui/kotomka.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions resources/views/library/collection.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@
@section('description', 'Перестаньте использовать громоздкие примитивные массивы и начните использовать коллекции.')
@section('content')

<x-header align="align-items-end">
<x-header align="align-items-center">
<x-slot name="sup">Декларативный стиль</x-slot>
<x-slot name="title">Высокий уровень через коллекцию</x-slot>
<x-slot name="description">
Опирайтесь на высокие абстракции вместо применения низкоуровневых конструкций.
</x-slot>
<x-slot name="content">
<img src="/img/gusli.svg" class="img-fluid d-block mx-auto">
<img src="/img/ui/kotomka.svg" class="img-fluid d-block mx-auto">
</x-slot>
</x-header>


@php
$sections = collect([
'basics',
Expand Down

0 comments on commit 98e57f2

Please sign in to comment.