Add images for logo and splash screen
Also added project informations in the about page and updated the README
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user