Tweak landing page text

Reviewed By: danielbuechele

Differential Revision: D7009832

fbshipit-source-id: 69f7f68cc8d4f435f27c121bef4899c92f98a7a8
This commit is contained in:
Emil Sjölander
2018-02-16 06:42:04 -08:00
committed by Facebook Github Bot
parent 056b75858c
commit a1697d2307
2 changed files with 25 additions and 25 deletions

View File

@@ -32,10 +32,12 @@ export default ({data}) => (
<h1>Documentation</h1>
<p>
Welcome to Yoga's documentation page. Below you will find helpful
documentation on how to use yoga. As well as how to contribute to
the core library, documentation, and tests. We have also put
together a set of examples showing off common layouts and how to
user Yoga to achieve them.
documentation covering all the features of the library. Each page
comes with an interactive playground for you to explore that feature.
The examples section feature some of the most common layouts and
how to build them. This is a community projects and contributions
within documentation, code, and tests are more then welcome.
The contributing section below covers how to get started.
</p>
</Col>
</Row>

View File

@@ -32,9 +32,9 @@ const HeroSection = () => (
Flexible Layouts <br /> with Yoga
</h1>
<p>
Build flexible layouts on any platform with a highly optimized layout
engine designed with speed, size, and ease of use in mind. Yoga is
open source and ready for you to use today.
Build flexible layouts on any platform with a highly optimized
open source layout engine designed with speed, size, and ease
of use in mind.
</p>
<Link to="/docs">
@@ -67,14 +67,14 @@ const AboutSectionOne = () => (
<Padded className="about-section">
<Row>
<Col xl={16} lg={16} md={24} sm={24} xs={24}>
<h1>Foundation of Many Open Source&nbsp;UI Frameworks</h1>
<h1>Open Source Adoption</h1>
<p>
There are a large number of open source UI Frameworks which rely on
Yoga to power their layout. Yoga enables these frameworks to perform
layout in a simple and intuitive way across all platforms. This allows
engineers across platforms to collaborate more easily. Yoga allows
these frameworks to calculate layouts off the main thread to help
ensure optimal UI performance.
Yoga already powers widely used open source frameworks.
It enables these frameworks to offer a simple and intuitive
layout API that allows for engineers to collaborate more easily
across platforms. Yoga has unlocked exciting features such as
calculating layouts off of the main thread to help ensure
smooth UI performance.
</p>
</Col>
</Row>
@@ -107,27 +107,25 @@ const AboutSectionTwo = () => (
<h3>PERFORMANCE</h3>
<p>
Yoga was built to be fast and performance will always be one of Yoga's
primary goals. We believe that for a layout engine to be able to power
any range of applications it needs to be fast and never stand in the
primary goals. For a layout engine to be able to power
any range of applications, it needs to be fast and never stand in the
way of a fluid user experience.
</p>
<h3>CROSS PLATFORM</h3>
<p>
Yoga is built with cross platform in mind. To ensure Yoga can be used
anywhere we have written is in portable C/C++ and tried to keep both
the dependencies and final binary size impact as low as possible. This
means you can use Yoga on iOS and Android, sharing knowledge and
potentially code between platforms.
anywhere, it was written in portable C/C++ and has a low number of
dependencies and small binary size. This means Yoga can be used on
iOS and Android, sharing knowledge, and potentially code, between platforms.
</p>
<h3>EASY TO LEARN</h3>
<p>
With Yoga we have focused on making it as easy as possible to pick up
and learn. With interactive documentation pages and a fully fledged
layout editor we believe that any engineering team can get up to speed
in record time. If you are using Yoga with any of the major UI
frameworks we even provide generated code from the layout editor.
Yoga is easy to pick up and learn. The interactive documentation pages
and a fully fledged layout editor makes it easy to play and learn all
the features. If used with any of the major UI frameworks the layout
editor even provides code generation.
</p>
</Col>
</Row>