Add images for logo and splash screen

Also added project informations in the about page and updated the README
This commit is contained in:
dario-cfpt
2020-03-16 18:39:20 +01:00
parent 4c88ce85dd
commit ea23badffb
43 changed files with 95 additions and 9 deletions

View File

@ -12,9 +12,29 @@
</div>
</div>
<div class="page-content">
<div class="block block-strong">
<p>Aboutpage</p>
<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>
</div>