Add client logos, markup

This commit is contained in:
Moris Zen
2018-07-01 11:38:10 +02:00
parent a8d3edb546
commit 7847ea62da
7 changed files with 160 additions and 2 deletions

View File

@@ -8,6 +8,10 @@ import ImgIntro from '../images/programming-company.svg'
import ImgDesign from '../images/ux-ui-design.svg'
import ImgFullstack from '../images/fullstack-web-development.svg'
import ImgMobile from '../images/mobile-development.svg'
import LogoIBM from '../images/logo-ibm.svg'
import LogoRicoh from '../images/logo-ricoh.svg'
import LogoKinnarps from '../images/logo-kinnarps.svg'
import LogoCoor from '../images/logo-coor.svg'
const IndexPage = () => (
<div>
@@ -41,6 +45,12 @@ const IndexPage = () => (
<section className="text-center p-3">
<SectionIntro intro="Clients" headline="With ambitious projects comes great responsibility" text="We think big, design smart and develop fast for all projects and teams. Currently were serving everything from global leaders to startups and we tailor our processes based on your scale and needs. We have helped some of the worlds leading enterprises and businesses bring ideas to life and were really interested in hearing what we can help you with" />
<div className="lg:flex items-center">
<img src={LogoIBM} alt="IBM Logo" />
<img src={LogoRicoh} alt="Ricoh Logo" />
<img src={LogoKinnarps} alt="Kinnarps Logo" />
<img src={LogoCoor} alt="Coor Logo" />
</div>
</section>
<section className="text-center p-3">