Test
Some checks failed
Create and publish a Docker image / Publish image (push) Failing after 36s
Create and publish a Docker image / Deploy image (push) Has been skipped

This commit is contained in:
Dana
2023-08-25 11:16:08 +03:00
parent 172cd1ab64
commit 7d7658d38c
11 changed files with 2848 additions and 226 deletions

View File

@@ -10,13 +10,29 @@ const Start = (props) => {
flexDirection: 'column',
alignContent: 'center',
flexWrap: 'wrap',
justifyContent: 'space-between',
justifyContent: 'space-evenly',
height: '95vh',
}}>
<img src="" alt="Icon"/>
<button onClick={() => route('/')}>Начать</button>
<span style={{
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
fontWeight: 700,
fontFamily: 'Raleway',
fontSize: '40px',
}}>Путешествия <p>просто!</p></span>
<button onClick={() => route('/')} style={{
height: 70,
borderRadius: '32px',
backgroundColor: '#0094FF',
border: 'none',
fontFamily: 'Raleway',
fontSize: '30px',
fontWeight: 700,
color: '#fff',
}}>Начать</button>
</div>
)
};
export default Start;
export default Start;