diff --git a/src/components/Card.js b/src/components/Card.js index deab45c..6e8931e 100644 --- a/src/components/Card.js +++ b/src/components/Card.js @@ -4,19 +4,24 @@ 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 +
+ 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. + 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 + + #workstyle +
) -export default Card \ No newline at end of file +export default Card diff --git a/src/components/Footer.js b/src/components/Footer.js index f4fd6d7..258ab5c 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -1,9 +1,38 @@ import React from 'react' import Link from 'gatsby-link' +import Button from './Button' + +import LogoSaburly from '../images/logo-saburly-colorful.svg' + +let menuClasses = + 'no-underline mt-4 lg:inline-block opacity-75 lg:mt-0 text-white hover:opacity-100 uppercase mr-4' const Footer = () => ( -