Update adventurer plate

This commit is contained in:
Joshua Goins 2025-01-03 16:22:25 -05:00
parent b2697f13bb
commit bbfb0cac65
9 changed files with 15 additions and 14 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1,014 KiB

After

Width:  |  Height:  |  Size: 202 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 638 KiB

After

Width:  |  Height:  |  Size: 645 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View file

@ -11,23 +11,24 @@
<div class="container">
<div class="box">
<div style="width:100%; height:auto; aspect-ratio: 1.846153846153846; display: inline-block; position: relative">
<img style="pointer-events: none; position: absolute; width: 50%" src="backing.png"/>
<img style="pointer-events: none; position:absolute; left: 10%; top: 10%; width: 80%; z-index: 1" src="base-plate.png"/>
<img style="pointer-events: none; position:absolute; left: 11%; top: 11%; width: 78%; z-index: 1" src="base-plate.png"/>
<img style="pointer-events: none; position:absolute; left: 10%; top: 10%; width: 80%; z-index: 2" src="pattern-overlay.png"/>
<img style="pointer-events: none; position:absolute;z-index:4; width:100%" src="plate-frame.png"/>
<img style="pointer-events: none; position:absolute;z-index:3; width:25%; left: 15%; top: 15%" src="plate-portrait.png"/>
<img style="pointer-events: none; position:absolute;z-index:5; height:135%; top: -14%; left: 5%" src="portrait-frame.png"/>
<img style="pointer-events: none; position:absolute;z-index:3; width:25%; left: 15%; top: 16%" src="plate-portrait.png"/>
<img style="pointer-events: none; position:absolute;z-index:5; width:100%; top: 0" src="top-border.png"/>
<img style="pointer-events: none; position:absolute;z-index:5; width:100%; bottom: 0" src="bottom-border.png"/>
<div style="position: absolute; top: 30%; left: 45%; color: white; z-index: 99">
<b>Title</b>
<p>{{ $char.plate_title }}</p>
<b>Name</b>
<div style="position: absolute; top: 11%; left: 14%; color: white; z-index: 99; line-height: 0.4">
<p style="color: cyan">{{ $char.plate_title }}</p>
<p>{{ $char.name }}</p>
</div>
<div style="position: absolute; top: 30%; left: 45%; color: black; z-index: 99">
<b>City-State</b>
<p>{{ $char.city_state }}</p>
<b>Nameday</b>
<p>{{ $char.nameday }}</p>
<b>Guardian</b>
<p>{{ $char.guardian}}</p>
<b>Favorite Class/Job</b>
<p>{{ $char.plate_classjob }} LEVEL {{ $char.plate_classjob_level }}</p>
<b>Comment</b>
<p>{{ $char.search_comment }}</p>
<p>{{ title $char.plate_classjob }} (Level {{ $char.plate_classjob_level }})</p>
</div>
</div>
<p style="text-align: center">Generated by <a href="http://xiv.zone/software/auracite">Auracite</a>.</p>
@ -69,8 +70,8 @@
<ul>
<li><a href="https://xiv.zone/astra">Astra</a>: I use this on my desktop & Steam Deck to launch the game.</li>
<li><a href="https://xiv.zone/novus">Novus</a>: There was no good Linux solution for working with FFXIV gamedata on Linux - so I created my own.</li>
<li><a href="https://auracite.xiv.zone">Auracite</a>: This grabs portable information about your WoL, I use it here in this shrine!</li>
<li><a href="https://xiv.zone/novus">Novus</a>: There was no Linux solution for working with the game's data on Linux - so I created my own.</li>
<li><a href="https://auracite.xiv.zone">Auracite</a>: This grabs portable information about your WoL. I used to display my adventurer plate here!</li>
</ul>
</div>
</div>