Auto stash before merge of "master" and "origin/master"

Updated the landing page
This commit is contained in:
Erick Clark 2018-05-06 10:42:05 -05:00
parent e4c44e9aff
commit a0cbde6605
6 changed files with 2224 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

2218
design_files/arc-logo2.ai Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

View file

@ -13,16 +13,15 @@ const LandingPage = () => {
style={{
flexDirection: 'column',
alignItems: 'center',
padding: 20,
justifyContent: 'space-between',
justifyContent: 'center',
flex: 1,
height: '100%',
}}>
<Image source={atcCookieImage} style={{ height: 275 }} resizeMode="contain" />
<Text style={{ fontSize: 24, textAlign: 'center' }}>
<Image source={atcCookieImage} style={{ height: 320, marginBottom: 10, }} resizeMode="contain" />
<Text style={{ fontSize: 24, marginBottom: 30, textAlign: 'center', width: 330, }}>
We need to use your location to bring you the best experience possible.
</Text>
<View style={{ width: 275 }}>
<View style={{ width: 275, marginBottom: 30, }}>
<RouterButton
to="/list/food?positionBy=location"
replace
@ -31,7 +30,7 @@ const LandingPage = () => {
/>
</View>
<Link to="/list/food?positionBy=zip" replace>
<Text style={{ color: theme.palette.primaryColor, padding: 20 }}>I'd rather not.</Text>
<Text style={{ color: theme.palette.primaryColor, marginBottom: 20, fontSize: 16, }}>I'd rather not.</Text>
</Link>
</View>
);

View file

@ -111,7 +111,7 @@ export default {
},
titleStyle: {
fontSize: 64,
margin: 20,
margin: 10,
},
},
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 216 KiB

After

Width:  |  Height:  |  Size: 113 KiB