jusporrer / AAT_Landing_Page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customized Welcome Page

This is a template for a customized welcome page. This HTML block can be shown on your JATOS' home page instead of the standard welcome message.

Howto

  1. Click 'Use this template' button to create a copy of this repository

  2. Change the content of foobar-university-welcome-page.html to your needs

  3. Add necessary files (e.g. logo images) to your repository

  4. In your JATOS installation folder edit conf/production.conf - add jatos.brandingUrl:

    jatos.brandingUrl = "https://raw.githubusercontent.com/my-user/my-repo/main/branding-template.html"
    

    Remember to change my-user and my-repo.

  5. Restart JATOS

  6. You can update your welcome page at any time to add new information (e.g. anouncement of JATOS maintance work) and the changed page will be use immediately.

About

License:Apache License 2.0


Languages

Language:HTML 100.0%