mirror of
https://gitlab.com/wheres-the-tp/ui-mobile.git
synced 2026-01-25 04:24:56 -06:00
Auto stash before merge of "master" and "origin/master"
Updated the landing page
This commit is contained in:
parent
e4c44e9aff
commit
a0cbde6605
6 changed files with 2224 additions and 7 deletions
BIN
design_files/4x/ATC-logo@4x.png
Normal file
BIN
design_files/4x/ATC-logo@4x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 113 KiB |
2218
design_files/arc-logo2.ai
Normal file
2218
design_files/arc-logo2.ai
Normal file
File diff suppressed because one or more lines are too long
BIN
design_files/atc-cookie-logo.png
Normal file
BIN
design_files/atc-cookie-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 113 KiB |
|
|
@ -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>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -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 |
Loading…
Add table
Reference in a new issue