cpred/_pages/characters.md
Florian Weber ecf64c679f
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m58s
Add character sheets and guides with layout adjustments and weight properties
2025-03-20 11:30:58 +01:00

18 lines
555 B
Markdown

---
layout: page
title: Charaktere
permalink: /characters/
icon: account_circle
weigth: 3
---
<div class="row" style="column-gap: 5px;">
<div class="col s12 m6">
{% include character-profile.html image="/assets/img/Netrunner.png" name="Chase Révolte" handle="-" role="Netrunner" age="23" bg_color="bg-red" fg_color="fg-dark" %}
</div>
<div class="col s12 m6">
{% include character-profile.html image="/assets/img/Tech.png" name="Carver Wright" handle="Crash" role="Tech" age="45" bg_color="bg-red" fg_color="fg-purple" %}
</div>
</div>