2024-10-16 22:55:47 -05:00
|
|
|
<section class="profile">
|
|
|
|
<header>
|
2024-10-23 17:39:48 -05:00
|
|
|
<h1><?= char()->name ?></h1>
|
|
|
|
<h3>Level <?= char()->level ?> <?= char()->title()['name'] ?></h3>
|
2024-10-19 18:19:38 -05:00
|
|
|
<h4>You</h4>
|
2024-10-16 22:55:47 -05:00
|
|
|
</header>
|
|
|
|
|
|
|
|
<div class="grid">
|
|
|
|
<section class="left">
|
|
|
|
<div class="avatar">
|
|
|
|
<img src="/assets/img/rathalos.webp">
|
|
|
|
</div>
|
|
|
|
|
2024-10-19 18:19:38 -05:00
|
|
|
<?= c_profile_stats(char()) ?>
|
|
|
|
|
|
|
|
<div class="badges">
|
|
|
|
<h4>Badges</h4>
|
|
|
|
@TODO
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="traits">
|
|
|
|
<h4>Traits</h4>
|
|
|
|
@TODO
|
2024-10-16 22:55:47 -05:00
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="right">
|
|
|
|
<div class="bio">
|
2024-10-19 18:19:38 -05:00
|
|
|
<h4>Biography</h4>
|
2024-10-23 17:39:48 -05:00
|
|
|
<?= char()->bio ?>
|
2024-10-19 18:19:38 -05:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="gear">
|
|
|
|
<h4>Equipped Gear</h4>
|
|
|
|
@TODO
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="inv">
|
|
|
|
<h4>Inventory</h4>
|
|
|
|
@TODO
|
2024-10-16 22:55:47 -05:00
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
</section>
|