Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sash/update home page #26

Merged
merged 24 commits into from Jul 22, 2019
Merged
29 changes: 29 additions & 0 deletions src/components/elements/payment-methods.js
@@ -0,0 +1,29 @@
import React from 'react'
import styled from 'styled-components'
import Visa from 'images/svg/visa.svg'
import Master from 'images/svg/mastercard.svg'
import Neteller from 'images/svg/neteller.svg'
import Skrill from 'images/svg/skrill.svg'

const Grid = styled.article`
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 2rem;
width: 100%;

* {
max-width: 100%;
justify-self: center;
align-self: center;
}
`
const PaymentMethods = () => (
<Grid>
<Visa />
<Master />
<Neteller />
<Skrill />
</Grid>
)

export default PaymentMethods
1 change: 1 addition & 0 deletions src/components/form/button.js
Expand Up @@ -6,6 +6,7 @@ const StyledButton = styled.button`
border-radius: 6px;
padding: 1rem;
font-size: var(--text-size-s);
font-weight: bold;

&:hover {
cursor: pointer;
Expand Down
5 changes: 3 additions & 2 deletions src/components/form/signup.js
Expand Up @@ -22,6 +22,7 @@ const Title = styled(Header)`
`
const Form = styled.form`
width: 80%;
margin: 0 auto;
`
const ResponseWrapper = styled(Container)`
justify-content: center;
Expand Down Expand Up @@ -237,7 +238,7 @@ class Signup extends Component {
>
{localize('Create a free account')}
</EmailButton>
<Text color="grey">{localize('Or sign up with')}</Text>
<Text color="grey" className='social-signup'>{localize('Or sign up with')}</Text>
<SocialWrapper>
<SocialButton
onClick={this.handleSocialSignup}
Expand All @@ -262,7 +263,7 @@ class Signup extends Component {
</span>
</SocialButton>
</SocialWrapper>
<LoginText>
<LoginText className='already'>
{localize('Already have an account?')}
<LoginLink onClick={this.handleLogin}>
{' '}
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/footer.js
Expand Up @@ -207,7 +207,7 @@ const Footer = () => (
<LegalRow>
<div>
<p>{localize('The financial products offered by this website is offered by Binary (SVG) Ltd, Hinds Building, Kingstown, St. Vincent and the Grenadines.')}</p>
<p>{localize('This website\'s services are accessible worldwide except in certain countries such as the USA, Canada, Hong Kong, Japan, or to persons under age 18.')}</p>
<p>{localize('This website\'s services are not made available in certain countries such as the USA, Canada, Hong Kong, Japan, or to persons under age 18.')}</p>
</div>
<div>
<span>
Expand Down
Binary file added src/images/common/header-trade.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions src/images/svg/header-trade.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions src/images/svg/intuitive.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/images/svg/liquid-market.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.