Add work page, stylistic changes and dynamic classes to buttons

This commit is contained in:
Moris Zen
2018-07-01 10:55:11 +02:00
parent 0074bc5c9a
commit 6eb6e57165
4 changed files with 21 additions and 6 deletions

9
src/pages/how-we-work.js Normal file
View File

@@ -0,0 +1,9 @@
import React from 'react'
const HowWeWork = () => (
<div>
<h1>How We Work Page</h1>
</div>
)
export default HowWeWork