Version 5.1 - All the GraphQL #32
@ -2,8 +2,15 @@
|
|||||||
<main class="user-page details">
|
<main class="user-page details">
|
||||||
<section class="flex flex-no-wrap">
|
<section class="flex flex-no-wrap">
|
||||||
<div>
|
<div>
|
||||||
<h2><?= $attributes['name'] ?></h2>
|
<center>
|
||||||
<img src="<?= $attributes['avatar']['original'] ?>" alt="" />
|
<h2>
|
||||||
|
<a title='View profile on Kisu'
|
||||||
|
href="https://kitsu.io/users/<?= $attributes['name'] ?>">
|
||||||
|
<?= $attributes['name'] ?>
|
||||||
|
</a>
|
||||||
|
</h2>
|
||||||
|
<img src="<?= $attributes['avatar']['original'] ?>" alt="" />
|
||||||
|
</center>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<table class="media_details">
|
<table class="media_details">
|
||||||
@ -120,8 +127,6 @@
|
|||||||
</section>
|
</section>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
Loading…
Reference in New Issue
Block a user