Add image of character in the comparator list

Changed the colors of the network graph to match the color of the
differents houses (the color will probably be in the database in the
future).

Reactivate the panel swipe (there are still some problems but it's
better to keep the swipe for the user).

Added various comments and fixed the missing logo in the about page when
using the phone app.
This commit is contained in:
dario-cfpt
2020-03-17 13:40:50 +01:00
parent 13c820e8cd
commit 5748263678
9 changed files with 26 additions and 9 deletions

View File

@ -14,7 +14,7 @@
<div class="page-content">
<div class="block block-strong text-center">
<section>
<img class="logo" src="/img/logo.png">
<img class="logo" src="img/logo.png">
<h1 class="about">Fire Emblem Charts</h1>
</section>
<section>

View File

@ -18,8 +18,8 @@
</figure>
<div class="block">
<p class="segmented segmented-raised segmented-round">
<button id="btn-graph-spider-web" class="button button-round button-active">Spider web</button>
<button id="btn-graph-column-chart" class="button button-round">Column chart</button>
<button id="btn-graph-spider-web" class="button button-round">Spider web</button>
<button id="btn-graph-column-chart" class="button button-round button-active">Column chart</button>
</p>
</div>
</div>