2017-04-18 17:37:38 +00:00
|
|
|
import React from 'react'
|
|
|
|
|
|
|
|
export default () =>
|
|
|
|
<div style={{color: '#333350', margin: '15% auto', width: '20em', textAlign: 'center'}}>
|
2017-05-02 16:52:55 +00:00
|
|
|
<p>
|
|
|
|
Pour nous écrire : <span style={{fontWeight: 'bold'}}>contact@embauche.beta.gouv.fr</span>
|
2017-04-18 17:37:38 +00:00
|
|
|
</p>
|
|
|
|
{/* TODO: credits for the image to add: https://thenounproject.com/search/?q=post+card&i=715677 */}
|
|
|
|
<img style={{margin: '3%'}} width="200px" src={require('../images/contact.png')} />
|
|
|
|
</div>
|