Skip to content

Commit bd70994

Browse files
committed
Added library adel book
1 parent 29540b9 commit bd70994

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

resources/views/library/index.blade.php

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,27 @@ class="link-body-emphasis text-decoration-none icon-link icon-link-hover stretch
114114
</div>
115115
</div>
116116

117+
<div class="col-md-8">
118+
<div class="bg-primary bg-opacity-10 rounded p-4 p-xl-5 position-relative overflow-hidden ratio-1x1 ratio-md-auto h-100">
119+
<img src="/img/ui/book.svg" class="position-absolute w-50 bottom-0 end-0 z-n1 ps-xl-4">
120+
<div class="row">
121+
<div class="col-sm-7">
122+
<h3 class="mb-3 fw-bold text-balance">Архитектура сложных веб-приложений.</h3>
123+
<p class="mb-4 fw-light mb-md-auto text-balance">
124+
Проекты очень разные. В этой книге Адель Файзрахманов, автор Laravel Idea, объясняет, как выбирать лучшие решения в Laravel.
125+
</p>
126+
<a href="https://github.com/adelf/acwa_book_ru" target="_blank" class="link-body-emphasis text-decoration-none icon-link icon-link-hover stretched-link mt-4">
127+
Читать книгу
128+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" class="bi" width="1em" height="1em" role="img" fill="currentColor" path="i.arrow-right" componentname="icon">
129+
<path d="m13,15c-.26,0-.51-.1-.71-.29-.39-.39-.39-1.02,0-1.41l3.29-3.29-3.29-3.29c-.39-.39-.39-1.02,0-1.41s1.02-.39,1.41,0l4,4c.39.39.39,1.02,0,1.41l-4,4c-.2.2-.45.29-.71.29Z"></path>
130+
<path d="m17,11H3c-.55,0-1-.45-1-1s.45-1,1-1h14c.55,0,1,.45,1,1s-.45,1-1,1Z"></path>
131+
</svg>
132+
133+
</a>
134+
</div>
135+
</div>
136+
</div>
137+
</div>
117138

118139
<div class="col-md-6 col-lg-4">
119140
<div class="bg-secondary bg-opacity-10 rounded p-5 h-100 position-relative overflow-hidden ratio-1x1">

0 commit comments

Comments
 (0)