From 5dc905acabd0536b3caf7e63b3aa0ab28f0020f1 Mon Sep 17 00:00:00 2001 From: Moris Zen Date: Sat, 1 Sep 2018 14:14:37 +0200 Subject: [PATCH] Add revealing effects on components --- package.json | 1 + src/pages/contact.js | 265 +++++++++++++++++++++------------------- src/pages/index.js | 278 +++++++++++++++++++++++------------------- src/pages/services.js | 263 ++++++++++++++++++++------------------- yarn.lock | 6 + 5 files changed, 433 insertions(+), 380 deletions(-) diff --git a/package.json b/package.json index d07bb1f..d3a93c6 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "react-headroom": "^2.2.2", "react-helmet": "^5.2.0", "react-responsive-mixin": "^0.4.0", + "react-reveal": "^1.2.2", "react-typed": "^1.0.9", "slideout": "^1.0.1", "tiny-slider": "^2.8.5", diff --git a/src/pages/contact.js b/src/pages/contact.js index 8caf1e0..085464f 100644 --- a/src/pages/contact.js +++ b/src/pages/contact.js @@ -2,6 +2,7 @@ import React from 'react' import SectionIntro from '../components/SectionIntro' import PageIntro from '../components/PageIntro' +import Fade from 'react-reveal/fade' import ContactImage from '../images/saburly-web-agency.jpg' import Sarajevo from '../images/sarajevo-web-agency.jpg' @@ -12,155 +13,163 @@ import PageTransition from 'gatsby-plugin-page-transitions' const ContactPage = () => ( - + + +
-
-
- Stockholm City -
-
- office in Stockholm -
-
-
-

Adress

-

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

+ +
+
+ Stockholm City +
+
+ office in Stockholm
-
-

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
-

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

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 + {' '} +

+
-
+
-
-
- -
- + +
+ + +
+ - + -