inst/ModelBuild/uiWelcome.R

### ###################################
### Welome tab of UI
### ###################################
fluidRow(
    column(1),
    column(
        2,
        img(src = "dhm.jpg",style='height: 100%; width: 100%; object-fit: contain'),#width=100%),
        img(src = "pac.gif",style='height: 100%; width: 100%; object-fit: contain')#width=200)
        ),
    column(
        6,
        p('This is a prototype version to the interface for the guided building of',
          'Data Based Mechanistic flood forecasting models. It has been developed in',
          'partnership with the Department of Hydrology and Meteorology (DHM),',
          'Government of Nepal and Practical Action Consulting.'),
        p('Please contact Practical Action Consulting if you intend to use this',
          'software for commercial or other gain.'),
        p('As a prototype reasonable performance can be expected. However if you',
          'encounter bugs, or want to suggest (or implement) new features please',
          'contact paul@waternumbers.co.uk')
        ),
    column(
        2,
        img(src = "ulanc.png",style='height: 100%; width: 100%; object-fit: contain'),#width=200),
        img(src = "Logo_ZURICHrgb4.jpg",style='height: 100%; width: 100%; object-fit: contain')#width=200)
        ),
    column(1)
    )
waternumbers/FloodForT documentation built on Nov. 5, 2019, 12:07 p.m.