diff --git a/src/components/Card.js b/src/components/Card.js new file mode 100644 index 0000000..deab45c --- /dev/null +++ b/src/components/Card.js @@ -0,0 +1,22 @@ +import React from 'react' +import Link from 'gatsby-link' + +import ImgSprint from '../images/wow-we-did-design-sprint-remotely.png' + +const Card = ({ ...props }) => ( +
+ Sprint Work +
+
How we do remote design sprints +
+

+ It’s amazing how design can impact business and people making the world a better and a friendlier place. Knowing the how important design today is, here’s a complete rundown of our design process in it’s fully glory. +

+
+
+ #workstyle +
+
+) + +export default Card \ No newline at end of file diff --git a/src/images/wow-we-did-design-sprint-remotely.png b/src/images/wow-we-did-design-sprint-remotely.png new file mode 100644 index 0000000..40fef53 Binary files /dev/null and b/src/images/wow-we-did-design-sprint-remotely.png differ diff --git a/src/pages/index.js b/src/pages/index.js index 0bc7d84..ec6417c 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -3,6 +3,7 @@ import React from 'react' import SectionIntro from '../components/SectionIntro' import InfoBox from '../components/InfoBox' import Button from '../components/Button' +import Card from '../components/Card' import ImgIntro from '../images/programming-company.svg' import ImgDesign from '../images/ux-ui-design.svg' @@ -51,10 +52,18 @@ const IndexPage = () => ( Kinnarps Logo Coor Logo + +