From efd87476b78b866f07af9fb413618ae62c116800 Mon Sep 17 00:00:00 2001 From: Jacob Bolda Date: Fri, 23 Aug 2019 07:00:11 -0500 Subject: [PATCH] componetize homepage (#121) --- src/pages/homepage/index.js | 113 +++++++++++++++++++----------------- 1 file changed, 60 insertions(+), 53 deletions(-) diff --git a/src/pages/homepage/index.js b/src/pages/homepage/index.js index 7d4d731d..fbadb837 100644 --- a/src/pages/homepage/index.js +++ b/src/pages/homepage/index.js @@ -1,65 +1,72 @@ import React from 'react'; import { Link } from '@reach/router'; import { State } from '../../state'; +import { Box, Flex, Heading, Text } from 'rebass'; const Homepage = () => ( {model => ( -
-
-
-

finatr

-

- helping you analyze your future cash flows -

+ + + finatr + + + helping you analyze your future cash flows + + + + + + + + + About + +
+ Most apps track your historical information and help you set up a + budget. Argueably, budgets don't work for everyone. Even if you + maintain a budget, it is still of great value to look to the + future. The first version focuses on the near future checking that + the inflows and outflows in your accounts are satisfactory. + Essentially, will my accounts stay above zero with the planned + expenditures. Tied into that, we need to understand a deal with + variable debt payments (see credit cards) as future flows are more + involved then a simple monthly payment you might see with a + mortgage or a student loan payment. The next step from this is + returning information regarding these flows such as a daily income + and daily expenses. This type of information can be built upon + going forward to forecast considerations like FI(RE).
-
-
-
-
-
- -
-
-

About

-
- Most apps track your historical information and help you set up - a budget. Argueably, budgets don't work for everyone. Even if - you maintain a budget, it is still of great value to look to the - future. The first version focuses on the near future checking - that the inflows and outflows in your accounts are satisfactory. - Essentially, will my accounts stay above zero with the planned - expenditures. Tied into that, we need to understand a deal with - variable debt payments (see credit cards) as future flows are - more involved then a simple monthly payment you might see with a - mortgage or a student loan payment. The next step from this is - returning information regarding these flows such as a daily - income and daily expenses. This type of information can be built - upon going forward to forecast considerations like FI(RE). -
-
-
-
+ +
)}