cpred/_includes/character-profile.html
Florian 20b46587ee
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m37s
Add character profiles, new pages, and update layout styles
2025-03-17 18:47:11 +01:00

8 lines
503 B
HTML

<div class="cyber-tile cyber-tile-big {{ include.bg_color }} {{ include.fg_color }} {{ include.class }}" style="min-height: auto;">
<img src="{{ include.image | relative_url }}" alt="{{ include.name }} Picture">
<p><span class="cyberpunk-font">Name:</span> {{ include.name }}</p>
<p><span class="cyberpunk-font">Handle:</span> {{ include.handle }}</p>
<p><span class="cyberpunk-font">Role:</span> {{ include.role }}</p>
<p><span class="cyberpunk-font">Age:</span> {{ include.age }}</p>
</div>