Files
FE_Charts/mobile/www/pages/about.html
dario-cfpt ea23badffb Add images for logo and splash screen
Also added project informations in the about page and updated the README
2020-03-16 18:39:20 +01:00

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>