-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tools): added icescrum in tools (and link to doc)
- Loading branch information
1 parent
aa3941c
commit 0c0c415
Showing
3 changed files
with
85 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
<a href="{{$link}}" target="_blank" class="card card-compact card-bordered border-gray-300 w-auto bg-base-100 shadow-xl hover:bg-gradient-to-b hover:from-primary/25 hover:to-base-100"> | ||
<div class="card card-compact card-bordered border-gray-300 w-auto bg-base-100 shadow-xl hover:bg-gradient-to-b hover:from-primary/25 hover:to-base-100"> | ||
<a href="{{$link}}" target="_blank"> | ||
<figure class="p-2"> | ||
<img src="{{$logo}}" alt="{{$title}}" class="h-10"> | ||
</figure> | ||
</a> | ||
<div class="card-body"> | ||
<h2 class="card-title">{{$title}}</h2> | ||
<a href="{{$link}}" target="_blank"><h2 class="card-title">{{$title}}</h2></a> | ||
<p>{{$slot}}</p> | ||
|
||
<div class="card-actions justify-end"> | ||
{{$tags}} | ||
</div> | ||
</div> | ||
|
||
</a> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters