jekyll build from Action a83f2c39fd96581232b63cb06d82ee637c830ee4

This commit is contained in:
Florian Weber 2025-03-20 12:35:38 +00:00
parent 22f1135ac3
commit 3ab4c51317
6 changed files with 31 additions and 7 deletions

View File

@ -2,7 +2,13 @@
"name": "Chase Révolte",
"handle": null,
"age": 23,
"roles": [{ "name": "Netrunner", "rank": 4, "main": true }],
"roles": [
{
"name": "Netrunner",
"rank": 4,
"main": true
}
],
"attributes": {
"int": 6,
"ref": 8,

View File

@ -4,7 +4,7 @@
"start_url": "/cpred/",
"display": "standalone",
"background_color": "#f8ef02",
"theme_color": "#ff003c",
"theme_color": "#000000",
"icons": [
{
"src": "/cpred/assets/img/icon-192.png",

View File

@ -86,7 +86,7 @@
<div class="row">
<div class="col s6 m4 l1 responsive-img">
<img src="/cpred/assets/img/Netrunner.png" />
<img class="responsive-img" src="/cpred/assets/img/Netrunner.png" alt="Picture of Chase Révolte" />
</div>
<div class="bg-dark fg-yellow cyber-tile col s6 m8 l11">

View File

@ -86,7 +86,7 @@
<div class="row">
<div class="col s6 m4 l1 responsive-img">
<img src="/cpred/assets/img/Tech.png" />
<img class="responsive-img" src="/cpred/assets/img/Tech.png" alt="Picture of Carver Wright" />
</div>
<div class="bg-dark fg-yellow cyber-tile col s6 m8 l11">

View File

@ -79,11 +79,20 @@
<div class="row" style="column-gap: 5px;">
<div class="col s12 m6">
<div class="cyber-tile cyber-tile-big bg-red fg-dark " style="min-height: auto;">
<img src="/cpred/assets/img/Netrunner.png" alt="Character Picture" />
<img class="responsive-img" src="/cpred/assets/img/Netrunner.png" alt="Character Picture" />
<p><span class="cyberpunk-font">Name:</span>&nbsp;&nbsp;<span id="name"></span></p>
<p><span class="cyberpunk-font">Handle:</span>&nbsp;&nbsp;<span id="streetname"></span></p>
<p><span class="cyberpunk-font">Role:</span>&nbsp;&nbsp;<span id="role"></span></p>
<p><span class="cyberpunk-font">Age:</span>&nbsp;&nbsp;<span id="age"></span></p>
<button class="cyber-button bg-red fg-white" onclick="window.location.href='/cpred/characters/chase'">
Mehr zu
<span class="glitchtext">$_glitch;</span>
<span class="tag">NETR</span>
</button>
</div>
<script>
fetch("/cpred/assets/game-data/characters/chase.json")
@ -100,11 +109,20 @@
</div>
<div class="col s12 m6">
<div class="cyber-tile cyber-tile-big bg-red fg-purple " style="min-height: auto;">
<img src="/cpred/assets/img/Tech.png" alt="Character Picture" />
<img class="responsive-img" src="/cpred/assets/img/Tech.png" alt="Character Picture" />
<p><span class="cyberpunk-font">Name:</span>&nbsp;&nbsp;<span id="name"></span></p>
<p><span class="cyberpunk-font">Handle:</span>&nbsp;&nbsp;<span id="streetname"></span></p>
<p><span class="cyberpunk-font">Role:</span>&nbsp;&nbsp;<span id="role"></span></p>
<p><span class="cyberpunk-font">Age:</span>&nbsp;&nbsp;<span id="age"></span></p>
<button class="cyber-button bg-red fg-white" onclick="window.location.href='/cpred/characters/crash'">
Mehr zu
<span class="glitchtext">$_glitch;</span>
<span class="tag">NETR</span>
</button>
</div>
<script>
fetch("/cpred/assets/game-data/characters/carver.json")

View File

@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://phoenixdivision.morlana.space/cpred/feed.xml" rel="self" type="application/atom+xml" /><link href="https://phoenixdivision.morlana.space/cpred/" rel="alternate" type="text/html" /><updated>2025-03-20T12:24:09+00:00</updated><id>https://phoenixdivision.morlana.space/cpred/feed.xml</id><title type="html">ThePhoenixDivision</title><subtitle>We will share our adventures in Cyberpunk Red here.</subtitle></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://phoenixdivision.morlana.space/cpred/feed.xml" rel="self" type="application/atom+xml" /><link href="https://phoenixdivision.morlana.space/cpred/" rel="alternate" type="text/html" /><updated>2025-03-20T12:35:37+00:00</updated><id>https://phoenixdivision.morlana.space/cpred/feed.xml</id><title type="html">ThePhoenixDivision</title><subtitle>We will share our adventures in Cyberpunk Red here.</subtitle></feed>