From c56862d876b674ed0948e14eff43f8f4e609e467 Mon Sep 17 00:00:00 2001 From: Moris Zen Date: Wed, 12 Sep 2018 11:42:14 +0200 Subject: [PATCH] Refactor contact to card --- src/components/Card.js | 3 +- src/pages/about.js | 20 +++--- src/pages/contact.js | 147 +++++++++++++++++++---------------------- 3 files changed, 79 insertions(+), 91 deletions(-) diff --git a/src/components/Card.js b/src/components/Card.js index e9e66a8..7faded1 100644 --- a/src/components/Card.js +++ b/src/components/Card.js @@ -5,7 +5,7 @@ import ImgSprint from '../images/wow-we-did-design-sprint-remotely.png' const Card = ({ ...props }) => (
@@ -28,6 +28,7 @@ const Card = ({ ...props }) => ( )}
+ {props.children}
) diff --git a/src/pages/about.js b/src/pages/about.js index 7bbe710..60e31f6 100644 --- a/src/pages/about.js +++ b/src/pages/about.js @@ -63,34 +63,34 @@ const AboutPage = () => (
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
diff --git a/src/pages/contact.js b/src/pages/contact.js index df3b1e4..eeb56a5 100644 --- a/src/pages/contact.js +++ b/src/pages/contact.js @@ -3,6 +3,7 @@ import React from 'react' import SectionIntro from '../components/SectionIntro' import PageIntro from '../components/PageIntro' import Fade from 'react-reveal/Fade' +import Card from '../components/Card' import ContactImage from '../images/saburly-web-agency.jpg' import Sarajevo from '../images/sarajevo-web-agency.jpg' @@ -22,93 +23,79 @@ const ContactPage = () => ( imgClasses="-mb-12 border-white rounded-lg" /> -
-
+
+
-
-
- Stockholm City -
-
- office in Stockholm -
-
-
-

Adress

-

- Saburly AB
- Vretenvägen 13
- 171 54 Solna
- Sweden
-

-
-
-

Contact

-

- Phone:{' '} - - +46760477717 - -
- E-mail:{' '} - - sweden@saburly.com - {' '} -

-
-
+ +
+
+

Adress

+

+ Saburly AB
+ Vretenvägen 13
+ 171 54 Solna
+ Sweden
+

+
+
+

Contact

+

+ Phone:{' '} + + +46760477717 + +
+ E-mail:{' '} + + sweden@saburly.com + {' '} +

-
+ +
+
-
-
- Sarajevo City -
-
- office in Sarajevo -
-
-
-

Adress

-

- Saburly d.o.o
- Hakije Turajlica 2
- 71 000 Sarajevo
- Bosnia & Herzegovina
-

-
-
-

Contact

-

- Phone:{' '} - - +38761909238 - {' '} -
- E-mail:{' '} - - bosnia@saburly.com - {' '} -

-
-
+ +
+
+

Adress

+

+ Saburly d.o.o
+ Hakije Turajlica 2
+ 71 000 Sarajevo
+ Bosnia & Herzegovina
+

+
+
+

Contact

+

+ Phone:{' '} + + +38761909238 + {' '} +
+ E-mail:{' '} + + bosnia@saburly.com + {' '} +

-
+