View on GitHub

PHIDO-app

Refining UI

Purpose: this page attempts to help readers when addressing UI/ code change requests




First, the code base is built on a bare minimum template that is structured as illustrated in figure below.

image

Changing the heading - "PHIDO app 2.1"
  • Open and edit www/hero-image.html:
    </head>
    <body>
              ...
             <div class="bottom-text">PHIDO app 2.1</div>
          </div>
       </div>
    </body>