Adding Syndicate Pages
This commit is contained in:
@@ -136,6 +136,14 @@
|
||||
<div class="card-shimmer"></div>
|
||||
<img src="@card.ImagePath" alt="@card.Name" loading="lazy"
|
||||
onerror="this.src='data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%22200%22 height=%22280%22><rect fill=%22%23222244%22 width=%22200%22 height=%22280%22/><text fill=%22%23686888%22 font-size=%2214%22 x=%22100%22 y=%22140%22 text-anchor=%22middle%22 dominant-baseline=%22middle%22>No Image</text></svg>'"/>
|
||||
|
||||
@if (card.IsSpell && !string.IsNullOrEmpty(card.Speed))
|
||||
{
|
||||
<div class="card-speed-badge" title="Speed">
|
||||
<i class="bi bi-wind"></i> @card.Speed
|
||||
</div>
|
||||
}
|
||||
|
||||
@if (card.IsImmortalized)
|
||||
{
|
||||
<div class="card-immortalize-badge" title="Immortalizes"><i class="bi bi-star-fill"></i>
|
||||
|
||||
Reference in New Issue
Block a user