
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.
40 lines
1.7 KiB
HTML
40 lines
1.7 KiB
HTML
<div class="view safe-areas">
|
|
<div class="page">
|
|
<div class="navbar">
|
|
<div class="navbar-inner">
|
|
<div class="left">
|
|
<a href="#" class="link icon-only panel-open" data-panel="left">
|
|
<i class="icon f7-icons ios-only">menu</i>
|
|
<i class="icon material-icons md-only">menu</i>
|
|
</a>
|
|
</div>
|
|
<div class="title sliding">Fire Emblem Charts</div>
|
|
</div>
|
|
</div>
|
|
<div class="page-content">
|
|
<div class="block block-strong text-center">
|
|
<section>
|
|
<img class="logo" src="img/logo.png">
|
|
<h1 class="about">Fire Emblem Charts</h1>
|
|
</section>
|
|
<section>
|
|
<h3 class="about">Versions</h3>
|
|
<p>App : 1.0.0</p>
|
|
<p>Catalogue : <span id="catalogue-version"></span></p>
|
|
</section>
|
|
<section>
|
|
<h3 class="about">About the app</h3>
|
|
<p>
|
|
Fire Emblem Charts is a mobile application that allows you to view the statistics of the
|
|
characters in the game Fire Emblem Three Houses in the form of graphics.<br>
|
|
<a class="link external" href="https://github.com/dario-cfpt/FE_Charts/">Source code</a>
|
|
</p>
|
|
</section>
|
|
<section>
|
|
<h3 class="about">Developer</h3>
|
|
<p>Dario Genga</p>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |