2017-04-18 17:37:38 +00:00
|
|
|
import React from 'react'
|
|
|
|
|
2018-01-03 15:54:19 +00:00
|
|
|
export default () => (
|
2018-02-12 14:53:07 +00:00
|
|
|
<div className="centeredMessage">
|
2018-01-03 15:54:19 +00:00
|
|
|
<p>
|
|
|
|
Pour nous écrire :{' '}
|
|
|
|
<span style={{ fontWeight: 'bold' }}>contact@embauche.beta.gouv.fr</span>
|
|
|
|
</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>
|
|
|
|
)
|