From 5e7972bed9b95e1e048976fc8da662a33e6e65e8 Mon Sep 17 00:00:00 2001 From: sliang17 Date: Wed, 20 Feb 2019 11:21:15 -0800 Subject: [PATCH 1/2] Add text content at home page --- front/static/home.html | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/front/static/home.html b/front/static/home.html index 99d984c..bf2662c 100644 --- a/front/static/home.html +++ b/front/static/home.html @@ -35,8 +35,19 @@ -
-

Welcome to Reimbursinator

+
+

+

Welcome to Reimbursinator

+

+

This application is designed to help you create and submit expense reports that meet you organization's guideline. + The more information you are able to fill in the easier it will be to complete the reimbursement process.

+

+

Reports that you have created can be viewed on the Edit Report tab, and their status can be viewed there as well. + Submitted reports are also shown in the same tab. Modifications are not allowed on the submitted reports.

+

+

To begin, create a New Report.

+

+

Remember to logout on the top-right if you are done with the Reimbursinator.

From 89d16cbefdec7e8cb7af07dfacdfda612d673e4b Mon Sep 17 00:00:00 2001 From: sliang17 Date: Wed, 20 Feb 2019 16:06:46 -0800 Subject: [PATCH 2/2] modified spelling mistakes and remove p tags --- front/static/home.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/front/static/home.html b/front/static/home.html index bf2662c..33e4a9a 100644 --- a/front/static/home.html +++ b/front/static/home.html @@ -36,17 +36,12 @@
-

Welcome to Reimbursinator

-

-

This application is designed to help you create and submit expense reports that meet you organization's guideline. +

This application is designed to help you create and submit expense reports that meet your organization's guidelines. The more information you are able to fill in the easier it will be to complete the reimbursement process.

-

Reports that you have created can be viewed on the Edit Report tab, and their status can be viewed there as well. Submitted reports are also shown in the same tab. Modifications are not allowed on the submitted reports.

-

To begin, create a New Report.

-

Remember to logout on the top-right if you are done with the Reimbursinator.