From bcc6a948cbcf814e56a97fcffeb349a42b9012e7 Mon Sep 17 00:00:00 2001 From: Moris Zen Date: Thu, 5 Jul 2018 07:14:42 +0200 Subject: [PATCH] Footer component markup and styling changes --- src/components/Card.js | 15 ++++++++++----- src/components/Footer.js | 33 +++++++++++++++++++++++++++++++-- src/pages/index.js | 2 +- 3 files changed, 42 insertions(+), 8 deletions(-) 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 = () => ( -