Welcome Page

In this tutorial we will create a landing page for our web app, so that new users (who do not have an account) can see what the app is about.

Plan

To achieve this we need to:

  • format our WelcomeComponent as our landing page

This is all pretty straight forward. So lets get to it.

Layout

Main card

We need to setup the WelcomeComponent.

  1. Open the WelcomeComponent in Design mode.

  2. Change the title to Welcome to StudyM8.

  3. Change the title’s font to bold.

  4. Make the title bigger. I chose 34, but you can choose whatever you want.

change title

  1. Next we need to add a Card (Outline Card)

add card

Now we will add an image to the welcome page

  1. Right mouse click and save the image below.

welcome image

  1. Find the Image element and add it to the card.

  2. In the Properties look for source and click the upload button to the right of the text box.

  3. Select the welcome_image.png you just downloaded.

  4. Use the handles to resize the image to your desired size.

add welcome image

Next we want to add a the following text:

Tired of being stressed to the max every assessment period? Flatten your academic curve, by planning your work around your assessment dates.
  1. Add a label to the card under the image

  2. Copy the text above and paste it into the text property

  3. Change the text formatting so that you are happy with it.

add text

Features

Now we want advertise the web app features at the bottom of the card

  1. Add another card element under the last label.

  2. Change the new card’s formatting to make it contrast with the background card (I chose to change it’s background colour).

  3. Add a Column Panel to the new card.

add second card

First we will add the images. So save the following images to your computer

calendar icon

graph icon

checklist icon

  1. Add a Image element to the column panel

  2. Click on source the upload icon

  3. Select calendar_icon.png

  4. Repeat for the graph_icon.png and the checklist_icon.png

adding images

Next we need to add text below each image.

  1. Add a label below the calendar icon

  2. Paste the following text into the text property

Record your assessment details
  1. Add a label below the graph icon

  2. Paste the following text into the text property

Identify times with high assessment demands
  1. Add a label below the checklist icon

  2. Paste the following text into the text property

See all future assessments and when they are due

add feature text

Call to action

Finally we want to put a call-to-action at the bottom.

  1. Add a label at the bottom under all the cards

  2. Add the text below to the label

Register to get started
  1. Centre the text

  2. Change the font_size

call to action

Testing

Launch your website, and logout. You should now see the Welcome Page.