Add character profiles, new pages, and update layout styles
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m37s
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m37s
This commit is contained in:
15
_pages/characters.md
Normal file
15
_pages/characters.md
Normal 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>
|
||||
|
||||
Reference in New Issue
Block a user