<?xml version="1.0" encoding="UTF-8"?>

<?import com.andrewlalis.perfin.view.component.StyledText?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.VBox?>
<VBox xmlns="http://javafx.com/javafx"
      xmlns:fx="http://javafx.com/fxml"
      styleClass="std-spacing"
>
    <StyledText>
        ## Homepage ##
        This is the homepage for Perfin's help pages: a manual for how to use
        Perfin safely and effectively to manage your personal finances.
        --
        Search for a topic below, or follow one of the index links.
    </StyledText>
    <HBox>
        <TextField disable="true" text="Searching is WIP" HBox.hgrow="ALWAYS"/>
    </HBox>
    <StyledText>
        # Help Pages Index #
        The following is a list of all help pages.
        --
        [About Perfin](help:about)
        --
        [Accounts View](help:accounts)
        --
        [Adding an Account](help:adding-an-account)
        --
        [Transactions View](help:transactions)
        --
        [Adding a Transaction](help:adding-a-transaction)
        --
        [Profiles](help:profiles)
        --
        [SQL Console](help:sql-console)
    </StyledText>
</VBox>