2020-01-12 18:34:27 +01:00
|
|
|
|
import React from 'react'
|
|
|
|
|
|
|
|
|
|
const Home = () => {
|
|
|
|
|
return <div className='center color'>
|
|
|
|
|
<h1 className='ma0'>about</h1>
|
|
|
|
|
<div className='text'>
|
|
|
|
|
<p>
|
|
|
|
|
yet another producer. because we don't already have enough of them.
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
📍based on planet earth
|
|
|
|
|
<br />
|
|
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
2020-01-16 20:25:57 +01:00
|
|
|
|
<a target='_blank' href='https://www.mixcloud.com/fantus/'>mixcloud</a>
|
2020-01-12 18:34:27 +01:00
|
|
|
|
<br />
|
2020-01-16 20:25:57 +01:00
|
|
|
|
<a target='_blank' href='https://soundcloud.com/fantus_music'>soundcloud</a>
|
2020-01-12 18:34:27 +01:00
|
|
|
|
<br />
|
2020-01-16 20:25:57 +01:00
|
|
|
|
<br />
|
|
|
|
|
<a target='_blank' href='mailto:hi@fantus.studio'>contact email</a>
|
2020-01-12 18:34:27 +01:00
|
|
|
|
</p>
|
|
|
|
|
<br />
|
|
|
|
|
<p>
|
|
|
|
|
website made by 🤖 with ❤️. <a target='_blank' href="https://github.com/cupcakearmy/fantus">source code available here</a>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export default Home
|