Changes in font, illustrations and various design tweaks

This commit is contained in:
Moris Zen
2018-08-31 02:29:46 +02:00
parent d6f21c567e
commit d9aa8c404b
12 changed files with 55 additions and 30 deletions

View File

@@ -31,7 +31,7 @@ const IndexPage = ({ ...props }) => (
image={ImgIntro}
imgClasses="-mb-20 p-2 md:p-8"
>
<h2 className="text-black pt-1 pb-2">
<h2 className="text-black text-4xl xl:text-5xl pt-1 pb-2">
We{' '}
<Typed
strings={['imagine', 'design', 'develop', 'maintain']}
@@ -40,13 +40,14 @@ const IndexPage = ({ ...props }) => (
backDelay={3000}
loop
/>
great experiences
great<br />digital experiences
</h2>
</PageIntro>
<main>
<section className="container mx-auto max-w-lg text-center mt-16 p-4">
<SectionIntro
h2Classes="text-3xl"
headline="Because beautiful code makes our heart pound"
text="We have a deep passion for cutting edge technologies and incredible user experiences. Our experienced engineers deliver custom end-to-end software solutions daily and can even help you with initial analysis, architecture design, testing and deployments."
/>
@@ -54,6 +55,7 @@ const IndexPage = ({ ...props }) => (
<section className="bg-saburly relative">
<Service
h2Classes="text-4xl font-light saburly-color"
img={ImgDesign}
title="User Experience Design"
text="Our approach is simple: focus on how users might use the product in the best way possible. We offer UX and interface design for all screens and devices. The solutions are usually shaped through iterative processes of research, prototyping and testing."
@@ -61,16 +63,18 @@ const IndexPage = ({ ...props }) => (
<Service
reversed
h2Classes="text-4xl font-light saburly-color"
img={ImgFullstack}
title="Full-Stack Web Development"
title="Full-Stack Development"
text="We are experts in modern web development using both client-side and server-side technologies. Our talented developers work with popular languages and are always up to speed on the cutting edge trends in web application development. We deliver high-quality, maintainable code on time and know how to balance between cost, time and quality."
imgClasses=""
/>
<Service
img={ImgMobile}
h2Classes="text-4xl font-light saburly-color"
imgClasses="max-h-sm"
title="Mobile App Development"
title="Mobile Apps"
text="We have what it takes to develop competitive iOS and Android applications using both native languages and hybrid solutions. Solutions for iOS are built with Swift & Objective-C and Android solutions are built with Java & Kotlin. We love using technologies like React Native to build cross-platform native apps."
/>
@@ -87,6 +91,7 @@ const IndexPage = ({ ...props }) => (
<section className="bg-saburly-lighter text-center p-4 my-12">
<div className="my-8 container mx-auto max-w-lg">
<SectionIntro
h2Classes="text-4xl"
headline="Ambitious projects bring great responsibility"
text="By thinking big, designing smart and developing fast, we have helped organizations of various sizes bring life to ideas and existing products. We're now eager to hear what challenges you have for us"
/>
@@ -138,7 +143,10 @@ const IndexPage = ({ ...props }) => (
</section>
<section className="text-center p-8 relative">
<SectionIntro headline="Occasionally we have fun & publish" />
<SectionIntro
h2Classes="font-light text-4xl"
headline="But occasionally we have fun & publish"
/>
<div className="container mx-auto w-full md:flex md:flex-wrap items-stretch w-full">
{props.data.allWordpressPost.edges.map(({ node }) => (
<div key={node.id} className="md:w-1/2 p-2">