Changing Fonts, adding bolder font and styling fixes

This commit is contained in:
Moris Zen
2018-09-12 11:10:09 +02:00
parent 312e01cde0
commit 1966676638
15 changed files with 112 additions and 115 deletions

View File

@@ -27,7 +27,7 @@ const AboutPage = () => (
headline="We know software"
text="Saburly was founded by senior tech leads that understand what it takes to create modern digital solutions. We have managed large software development teams for successful companies in the past and are now recruiting and mentoring the best talents in the industry for Saburly."
image={IntroImage}
imgClasses="border-white rounded-lg opacity-100 lg:opacity-70 hover:opacity-100 -mb-12"
imgClasses="border-white rounded-lg -mb-12"
/>
<section className="container mx-auto p-4 md:p-0 my-20">

View File

@@ -19,7 +19,7 @@ const ContactPage = () => (
text="We are always on a lookout for exciting challenges. Feel free to contact us if you want to start something great or just have any questions."
sectionClasses="lg:mb-8"
image={ContactImage}
imgClasses="-mb-12 border-white rounded-lg opacity-100 lg:opacity-70 hover:opacity-100"
imgClasses="-mb-12 border-white rounded-lg"
/>
<section className="container mx-auto my-12 p-4">
@@ -121,7 +121,7 @@ const ContactPage = () => (
className="w-full max-w-sm mx-auto pt-16 p-6"
method="POST"
>
<SectionIntro headline="Send us a message" />
<SectionIntro headline="We'd love to hear from you" />
<div className="md:flex flex-wrap">
<input
className="appearance-none bg-transparent border-contact block w-full typed-cursor py-2"
@@ -156,7 +156,7 @@ const ContactPage = () => (
value="Send"
type="submit"
>
Send
SEND
</button>
</form>
<div>

View File

@@ -30,7 +30,7 @@ import PageTransition from 'gatsby-plugin-page-transitions'
const IndexPage = ({ ...props }) => (
<PageTransition>
<PageIntro
text="We're a team of experienced, creative and passionate engineers and designers. Our mission is to make you stand out and gain competitive advantages with the help of modern technologies."
text="We're in the business of solving real-world problems with digital solutions. Our mission is to make you stand out and gain competitive advantages with the help of modern technologies."
image={ImgIntro}
imgClasses="-mb-20 p-2 md:p-8"
>
@@ -51,9 +51,10 @@ const IndexPage = ({ ...props }) => (
<section className="container mx-auto max-w-lg text-center mt-16 p-4">
<Fade>
<SectionIntro
h2Classes="text-2xl sm:text-3xl"
classes="my-10"
h2Classes="text-2xl sm:text-5xl"
headline="Because beautiful code makes our heart pound"
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."
text="What gets us going is our passion for cutting edge technologies and incredible user experiences. We transform frustrations into features and headaches into highlights. And we do it all through our UX design and development process, by coupling form and function to develop world-class websites and apps for businesses of all sizes and sectors."
/>
</Fade>
</section>
@@ -62,10 +63,10 @@ const IndexPage = ({ ...props }) => (
<Fade>
<Service
classes="py-8"
h2Classes="text-2xl xsm:text-3xl sm:text-4xl font-light text-black"
h2Classes="text-2xl xsm:text-3xl font-medium saburly-color"
img={ImgDesign}
title="User Experience Design"
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."
text="Our approach is simple: focus on how users might use the product in the best ways possible. We offer UX and UI design services for all screens and devices. The solutions are usually shaped through iterative processes of research, prototyping and testing."
/>
</Fade>
@@ -73,10 +74,10 @@ const IndexPage = ({ ...props }) => (
<Service
reversed
classes="py-8"
h2Classes="text-2xl xsm:text-3xl sm:text-4xl font-light text-black"
h2Classes="text-2xl xsm:text-3xl font-medium saburly-color"
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."
text="We love modern web development. Our talented developers work with both client-side and server-side technologies are always up to speed with cutting edge trends. We deliver high-quality, maintainable code on time and know how to balance between cost, time and quality."
imgClasses=""
/>
</Fade>
@@ -85,9 +86,9 @@ const IndexPage = ({ ...props }) => (
<Service
img={ImgMobile}
classes="py-8"
h2Classes="text-2xl xsm:text-3xl sm:text-4xl font-light text-black"
h2Classes="text-2xl xsm:text-3xl font-medium saburly-color"
imgClasses="max-h-sm"
title="Mobile Apps"
title="Mobile App Development"
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>
@@ -97,8 +98,8 @@ const IndexPage = ({ ...props }) => (
<div className="my-8 py-8 container mx-auto max-w-lg">
<Fade>
<SectionIntro
h2Classes="text-2xl md:text-4xl"
headline="Ambitious projects bring great responsibility"
h2Classes="text-2xl md:text-5xl"
headline="You'll be in great company"
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">
@@ -153,13 +154,13 @@ const IndexPage = ({ ...props }) => (
standard
text="More About What We Do"
url="/services"
classes="font-medium rounded-full m-2 hover:shadow-md text-grey-darker hover:shadow"
classes="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"
classes="text-white shadow hover:shadow-md rounded-full m-2 font-light bg-teal hover:bg-teal-dark"
/>
</div>
</Fade>
@@ -169,8 +170,8 @@ const IndexPage = ({ ...props }) => (
<section className="text-center p-4 relative">
<Fade>
<SectionIntro
h2Classes="py-8 text-2xl md:text-4xl"
headline="Yet sometimes we have fun & publish"
h2Classes="py-8 text-2xl md:text-5xl"
headline="Sometimes we have fun & publish"
/>
</Fade>
<Fade>

View File

@@ -14,6 +14,9 @@ import HowWeWork from '../images/custom-software-workflow.svg'
import PageTransition from 'gatsby-plugin-page-transitions'
let headerClasses = "my-2 text-xl md:text-3xl font-medium text-black"
let textClasses="font-serif opacity-80 font-light leading-normal text-black-light text-lg"
const ServicesPage = () => (
<PageTransition>
<PageIntro
@@ -23,7 +26,7 @@ const ServicesPage = () => (
headline="Agile practitioners"
text="At Saburly we embrace Agiles methodologies for every project and business environment, no matter the size, scale, or complexity. Our flexible processes ensure high productivity and we know how to balance between cost, time and quality."
image={IntroImage}
imgClasses="-mb-12 border-white rounded-lg opacity-100 lg:opacity-70 hover:opacity-100"
imgClasses="-mb-12 border-white rounded-lg"
/>
<section className="px-4 py-16">
<Fade>
@@ -36,7 +39,7 @@ const ServicesPage = () => (
/>
<SectionIntro
h2Classes="text-3xl md:text-5xl saburly-color font-light"
h2Classes="text-3xl md:text-5xl saburly-color"
classes="lg:my-20 max-w-lg"
headline="Design services"
text="We offer consistent quality design that extends to every section of the application development. Our approach is simple: focus on how users might use the product
@@ -51,11 +54,11 @@ const ServicesPage = () => (
alt="User Experience Design Agency"
/>
<div className="my-6">
<h3 className="font-medium lg:font-light my-2 text-xl md:text-3xl font-light">
<div className="my-8">
<h3 className={headerClasses}>
Conceptualization & Branding
</h3>
<p className="font-light leading-normal text-black-light text-lg">
<p className="font-light font-serif opacity-80 leading-normal text-black-light text-lg">
Before our designers work on visual details, we start off by
creating a clear understanding of the problem that you're
trying to solve with the project. After collecting and
@@ -63,11 +66,11 @@ const ServicesPage = () => (
for the design.
</p>
</div>
<div className="my-6">
<h3 className="text-black font-medium lg:font-light my-2 text-xl md:text-3xl font-light">
<div className="my-8">
<h3 className={headerClasses}>
UX & UI Design
</h3>
<p className="font-light leading-normal text-black-light text-lg">
<p className={textClasses}>
We love to design pixel-perfect products that are easy to use
and delightful to interact with. From User-Flows, Lo-Fi &
Hi-Fi Wireframes and Prototypes to polished slick
@@ -89,7 +92,7 @@ const ServicesPage = () => (
<div className="lg:flex">
<div>
<SectionIntro
h2Classes="font-light saburly-color text-3xl md:text-5xl"
h2Classes="saburly-color text-3xl md:text-5xl"
headline="Software development"
text="From infrastructure to AI, we develop data-driven Full-Stack applications for both custom software and third party solutions."
/>
@@ -98,32 +101,32 @@ const ServicesPage = () => (
className="lg:hidden w-full mx-auto text-center content-center align-center p-8"
alt="Fullstack Web Development Agency"
/>
<div className="my-6">
<h3 className="my-2 text-black font-medium lg:font-light text-xl md:text-3xl">
<div className="my-8">
<h3 className={headerClasses}>
Web development
</h3>
<p className="font-light leading-normal text-lg text-black-light">
<p className={textClasses}>
We offer full-cycle web development services for the connected
world. Our talented developers work with popular languages and
are up to speed with cutting edge trends.
</p>
</div>
<div className="my-6">
<h3 className="my-2 text-black font-medium lg:font-light text-xl md:text-3xl">
<div className="my-8">
<h3 className={headerClasses}>
Mobile & desktop apps
</h3>
<p className="font-light leading-normal text-lg text-black-light">
<p className={textClasses}>
Building competitive applications these days is challenging,
but we believe that we have what it takes for both native
languages and hybrid solutions. We love using technologies
like React Native and Electron to build cross-platform apps.
</p>
</div>
<div className="my-6">
<h3 className="my-2 text-black font-medium lg:font-light text-xl md:text-3xl font-light">
<div className="my-8">
<h3 className={headerClasses}>
DevOps
</h3>
<p className="font-light leading-normal text-black-light text-lg">
<p className={textClasses}>
Our DevOps experience comes from working with leading hosting
providers such as AWS and Google Cloud Platform. We offer
setups and automation to support delivery across all our
@@ -141,8 +144,8 @@ const ServicesPage = () => (
</Fade>
<Fade>
<div className="p-8 my-4 bg-white border-bottom-saburly">
<h3 className="my-4 text-black text-3xl">Emerging Technologies</h3>
<p className="font-light leading-normal text-black-light text-lg">
<h3 className={headerClasses}>Emerging Technologies</h3>
<p className={textClasses}>
We harness a wide array of emerging technologies, such as{' '}
<strong>AR/VR</strong>, <strong>AI technologies</strong>,{' '}
<strong>Machine Learning</strong> and <strong>Blockchain</strong>,
@@ -164,7 +167,7 @@ const ServicesPage = () => (
<div className="px-4 py-16 bg-saburly-fadeout">
<div className="container mx-auto xl:flex justify-center items-center">
<SectionIntro
h2Classes="text-3xl md:text-5xl saburly-color font-light"
h2Classes="text-3xl md:text-5xl saburly-color"
headline="Flexible Workflow"
text="We are helping everything from Fortune 500 companies to startups
and tailor our processes based on your scale and needs. "