Replicating InfinityCarousel and fixing outdated bugfixes, css changes

This commit is contained in:
Moris Zen
2018-07-10 01:14:49 +02:00
parent 5b959fba75
commit 8ec8311204
11 changed files with 1283 additions and 87 deletions

View File

@@ -22,9 +22,9 @@ const ServicesPage = () => (
text="We have experiences with a wide variety of industries and are always keeping track of emerging technologies so that we can deliver forward-thinking solutions. Our developers are handpicked with care to ensure that we always deliver top-notch software quality. With our agile development process we can ensure high productivity and know how to balance between cost, time and quality."
/>
<div className="md:flex mt-4">
<div className="my-1 md:mx-1 border p-6 hover:shadow-md rounded">
<h3 className="text-l my-2">Modern Web Development</h3>
<p className="leading-normal">
<div className="bg-indigo shadow p-6 bg:indigo-light md:rounded-tl">
<h3 className="text-l my-2 text-white">Modern Web Development</h3>
<p className="leading-normal text-white opacity-80">
We offer full-cycle web development services for the connected
world. Our talented developers work with popular languages and are
always up to speed with cutting edge trends in web development. We
@@ -33,9 +33,9 @@ const ServicesPage = () => (
</p>
</div>
<div className="my-1 md:mx-1 border hover:shadow-md p-6 rounded">
<h3 className="text-l my-2">Mobile App Development</h3>
<p className="leading-normal">
<div className="bg-indigo shadow p-6">
<h3 className="text-l text-white my-2">Mobile App Development</h3>
<p className="leading-normal text-white opacity-80">
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
@@ -44,9 +44,9 @@ const ServicesPage = () => (
</p>
</div>
<div className="my-1 md:mx-1 border hover:shadow-md p-6 rounded">
<h3 className="text-l my-2">UX & UI Design</h3>
<p className="leading-normal">
<div className="bg-indigo shadow p-6 rounded-tr">
<h3 className="text-l my-2 text-white">UX & UI Design</h3>
<p className="leading-normal text-white opacity-80">
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
@@ -54,7 +54,7 @@ const ServicesPage = () => (
</p>
</div>
</div>
<div className="border md:mx-1 my-1 mb-8 hover:shadow-md rounded p-6">
<div className="border border-indigo mb-8 rounded-b p-4 shadow">
<SectionIntro
headline="Technologies"
classes="text-center text-l max-w-lg mx-auto"