All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m5s
17 lines
511 B
Markdown
17 lines
511 B
Markdown
---
|
|
layout: page
|
|
title: Charaktere
|
|
permalink: /characters/
|
|
icon: account_circle
|
|
weight: 3
|
|
---
|
|
|
|
<div class="row" style="column-gap: 5px;">
|
|
<div class="col s12 l6">
|
|
{% include character-profile.html id="chase" page="/characters/chase" image="/assets/img/Netrunner.png" bg_color="bg-red" fg_color="fg-dark" %}
|
|
</div>
|
|
<div class="col s12 l6">
|
|
{% include character-profile.html id="carver" page="/characters/crash" image="/assets/img/Tech.png" bg_color="bg-red" fg_color="fg-purple" %}
|
|
</div>
|
|
</div>
|