Stinolez / Tabletop-Helper

Companion web application for tabletop games
GNU General Public License v3.0
2 stars 1 forks source link

[TODO] Add "about" page to the application #7

Closed Stinolez closed 5 years ago

Stinolez commented 5 years ago

Describe the TODO

In the header on homepage add "?" which will lead to about application. There will be description of the application, with the link to this github for submitting bugs, feature requests and so on.

Related module

index.html

Stinolez commented 5 years ago

Testing something like this.

<header class="header">
  <h1 class="headerTitle">Tabletop Helper</h1>
  <div style="position: absolute; right: 16px;">
    <img src="images/uncertainty.png" style="width: 24px;">
  </div>
</header>
Stinolez commented 5 years ago

Added to the index.html - ready for implementation on each page header.