Design changes, add portraits, about page changes, tweaks

This commit is contained in:
Moris Zen
2018-09-05 00:07:15 +02:00
parent b1236f42d3
commit cdd5c84e08
26 changed files with 473 additions and 100 deletions

View File

@@ -53,25 +53,27 @@ const IndexPage = ({ ...props }) => (
<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."
text="What gets us going is our passion for cutting edge technologies and incredible user experiences. Our developers deliver custom end-to-end software solutions daily and can even help you with initial analysis, architecture design, testing and deployments."
/>
</Fade>
</section>
<section className="bg-saburly relative">
<Fade left>
<section className="relative">
<Fade>
<Service
h2Classes="text-4xl font-light saburly-color"
classes="py-8"
h2Classes="text-4xl font-light text-black"
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."
text="Our approach is simple: focus on how users might use the product in the best ways possible. We offer UX and interface design services for all screens and devices. The solutions are usually shaped through iterative processes of research, prototyping and testing."
/>
</Fade>
<Fade right>
<Fade>
<Service
reversed
h2Classes="text-4xl font-light saburly-color"
classes="py-8"
h2Classes="text-4xl font-light text-black"
img={ImgFullstack}
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."
@@ -79,35 +81,25 @@ const IndexPage = ({ ...props }) => (
/>
</Fade>
<Fade left>
<Fade>
<Service
img={ImgMobile}
h2Classes="text-4xl font-light saburly-color"
classes="py-8"
h2Classes="text-4xl font-light text-black"
imgClasses="max-h-sm"
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."
/>
</Fade>
<Fade>
<div className="py-8 text-center lg:flex justify-center">
<Button
standard
text="More About What We Do"
url="/services"
classes="font-medium rounded-full hover:shadow-md text-grey-darker hover:shadow"
/>
</div>
</Fade>
</section>
<section className="bg-saburly-lighter text-center p-4 my-12">
<div className="my-8 container mx-auto max-w-lg">
<div className="my-8 py-8 container mx-auto max-w-lg">
<Fade>
<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"
text="By thinking big, designing smart and developing fast, we're helping organizations of various sizes bring life to ideas. We're now eager to hear what challenges you have for us."
/>
<div className="p-4 sm:flex flex-wrap items-center max-w-full justify-around">
<div className="sm:w-1/2 md:w-1/5 p-2">
@@ -149,12 +141,20 @@ const IndexPage = ({ ...props }) => (
</Fade>
<Fade>
<Button
filled
text="Let's Get In Touch"
url="/contact"
classes="text-white font-medium shadow hover:shadow-md rounded-full mt-2 font-light bg-teal hover:bg-teal-dark"
/>
<div className="text-center lg:flex justify-center">
<Button
standard
text="More About What We Do"
url="/services"
classes="font-medium rounded-full m-2 hover:shadow-md text-grey-darker hover:shadow"
/>
<Button
filled
text="Let's Get In Touch"
url="/contact"
classes="text-white font-medium shadow hover:shadow-md rounded-full m-2 font-light bg-teal hover:bg-teal-dark"
/>
</div>
</Fade>
</div>
</section>
@@ -162,8 +162,8 @@ const IndexPage = ({ ...props }) => (
<section className="text-center p-8 relative">
<Fade>
<SectionIntro
h2Classes="font-light text-4xl"
headline="But occasionally we have fun & publish"
h2Classes="text-4xl"
headline="Yet sometimes we have fun & publish"
/>
</Fade>
<Fade>
@@ -189,7 +189,7 @@ const IndexPage = ({ ...props }) => (
<Fade>
<Button
standard
text="More Posts"
text="Our Blog"
url="/blog"
classes="mt-2 mb-8 hover:shadow-md rounded-full text-grey-darker"
/>