Updating icons and images with new styleguides

This commit is contained in:
Moris Zen
2018-08-30 13:20:17 +02:00
parent c615c03318
commit d7ac0b5a96
23 changed files with 1020 additions and 885 deletions

View File

@@ -4,7 +4,7 @@ import PageIntro from '../components/PageIntro'
import SectionIntro from '../components/SectionIntro'
import IntroImage from '../images/web-development-consultancy.jpg'
import MeaningSaburly from '../images/coding-practice.svg'
import MeaningSaburly from '../images/coding-tutorial-patience.svg'
import PageTransition from 'gatsby-plugin-page-transitions'

View File

@@ -3,7 +3,7 @@ import React from 'react'
import SectionIntro from '../components/SectionIntro'
import PageIntro from '../components/PageIntro'
import ContactImage from '../images/contact-web-agency.svg'
import ContactImage from '../images/saburly-web-agency-group.jpg'
import Sarajevo from '../images/sarajevo-web-agency.jpg'
import Stockholm from '../images/stockholm-web-agency.jpg'
import FormImage from '../images/contact-web-consultancy.svg'
@@ -13,11 +13,12 @@ import PageTransition from 'gatsby-plugin-page-transitions'
const ContactPage = () => (
<PageTransition>
<PageIntro
tiltImage
headline="Let's make things happen"
text="We are always on a lookout for exciting challenges. Feel free to contact us if you want to start something great or just find out more about what we do."
sectionClasses="lg:mb-8"
image={ContactImage}
imgClasses="-mb-20 lg:-mt-12 tilted md:p-10"
imgClasses="-mb-12 border-white border-8 rounded"
/>
<section className="container mx-auto my-12 p-4">

View File

@@ -9,7 +9,7 @@ import Technologies from '../components/Technologies'
import IntroImage from '../images/saburly-web-agency-group.jpg'
import WebdevServices from '../images/custom-software-development.svg'
import UXdesign from '../images/user-experience-design-services.svg'
import HowWeWork from '../images/flexible-workflow.svg'
import HowWeWork from '../images/custom-software-workflow.svg'
import PageTransition from 'gatsby-plugin-page-transitions'