Changing services info and fetching posts from saburly blog

This commit is contained in:
Moris Zen
2018-07-09 17:45:01 +02:00
parent e147553ed6
commit 83968b1639
2 changed files with 40 additions and 35 deletions

View File

@@ -8,7 +8,7 @@ module.exports = {
{ {
resolve: 'gatsby-source-wordpress', resolve: 'gatsby-source-wordpress',
options: { options: {
baseUrl: 'swp.sarajevo.net', baseUrl: 'saburly.blog',
protocol: 'https', protocol: 'https',
hostingWPCOM: false, hostingWPCOM: false,
useACF: true, useACF: true,

View File

@@ -14,44 +14,49 @@ const ServicesPage = () => (
/> />
<section className="container max-w-lg mx-auto my-12 p-4"> <section className="container max-w-lg mx-auto my-12 p-4">
<SectionIntro classes="text-center mb-8" headline="Software Development Services" 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." /> <SectionIntro
classes="text-center mb-8"
headline="Software Development Services"
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="my-4 mx-auto border shadow-md p-6 rounded"> <div className="my-4 mx-auto border shadow-md p-6 rounded">
<h3 className="text-l my-2">Modern Web Development</h3> <h3 className="text-l my-2">Modern Web Development</h3>
<p className="leading-normal"> <p className="leading-normal">
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 provide services for both custom web development solutions and extensions for third party solutions. We offer full-cycle web development services for the connected world.
</p> Our talented developers work with popular languages and are always up
</div> to speed with cutting edge trends in web development. We provide
services for both custom web development solutions and extensions for
third party solutions.
</p>
</div>
<div className="my-4 mx-auto border shadow-md p-6 rounded"> <div className="my-4 mx-auto border shadow-md p-6 rounded">
<h3 className="text-l my-2">Mobile App Development</h3> <h3 className="text-l my-2">Mobile App Development</h3>
<p className="leading-normal"> <p className="leading-normal">
Info... We have what it takes to develop competitive iOS and Android
</p> applications using both native languages and hybrid solutions.
</div> 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.
</p>
</div>
<div className="my-4 mx-auto border shadow-md p-6 rounded"> <div className="my-4 mx-auto border shadow-md p-6 rounded">
<h3 className="text-l my-2">AI & Automation</h3> <h3 className="text-l my-2">UX & UI Design</h3>
<p className="leading-normal"> <p className="leading-normal">
Info... Our approach is simple: focus on how users might use the product in
</p> the best way possible. We offer UX and interface design for all
</div> screens and devices. The solutions are usually shaped through
iterative processes of research, prototyping and testing.
</p>
</div>
<div className="my-4 mx-auto border shadow-md p-6 rounded"> <SectionIntro
<h3 className="text-l my-2">Blockchain & Distributed Applications</h3> classes="text-center my-12"
<p className="leading-normal"> headline="Technologies"
Info... text="We understand that technologies are just tools and select the appropriate tool for your needs. These are the technologies that we're currently working with on a daily basis."
</p> />
</div>
<div className="my-4 mx-auto border shadow-md p-6 rounded">
<h3 className="text-l my-2">UX & UI Design</h3>
<p className="leading-normal">
Info...
</p>
</div>
<SectionIntro classes="text-center my-12" headline="Technologies" text="We understand that technologies are just tools and select the appropriate tool for your needs. These are the technologies that we're currently working with on a daily basis." />
</section> </section>
<div className="bg-grey-lighter p-10"> <div className="bg-grey-lighter p-10">