small tweak to user page

This commit is contained in:
Timothy Warren 2017-03-31 17:01:53 -04:00
parent 06bc655a59
commit 9f41603152
1 changed files with 9 additions and 4 deletions

View File

@ -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>