Add character profiles, new pages, and update layout styles
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m37s

This commit is contained in:
2025-03-17 18:47:11 +01:00
parent 72158d4464
commit 20b46587ee
21 changed files with 246 additions and 74 deletions

15
_pages/characters.md Normal file
View File

@@ -0,0 +1,15 @@
---
layout: page
title: Charaktere
permalink: /characters/
---
<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>