Skip to content

Commit a1a6906

Browse files
committed
copydeck
1 parent 55dca17 commit a1a6906

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ <h2>The “Pro Level” React book</h2>
7878
<div class="one_half last">
7979
<!--Start of Banner Title-->
8080
<h1>Pro React Book</h1>
81-
<h2 class="subheader">The book teaches you how to successfully structure increasingly complex front-end applications and interfaces.</h2>
81+
<h2 class="subheader">The book teaches you how to use React completely, and learn best practices for creating interfaces in a composable way.</h2>
8282
<!--End of Banner Title-->
8383

84-
<p>You will learn how to use React completely, and learn best practices for creating interfaces in a composable way. You will also cover additional tools and libraries in the React ecosystem (such as React Router and Flux/Redux architectures). Each topic is covered clearly and concisely and is packed with the details you need to learn to be truly effective.</p>
84+
<p>Additionaly, It also covers tools and libraries in the React ecosystem (such as React Router and Flux/Redux architectures). Each topic is covered clearly and concisely and is packed with the details you need to learn to be truly effective.</p>
8585

8686
<!--Start of Buy Button-->
8787
<div class="button_buy">
@@ -112,11 +112,11 @@ <h2 class="subheader">The book teaches you how to successfully structure increas
112112
<li class="one_half"><i class="fa fa-cubes fa-4x icon-4x"></i>
113113
<h4>Complete</h4><p>Covers React in depth, including component composition, routing, animations, drag-n-drop, Flux and Redux, universal apps, performance tuning and testing.</p></li>
114114
<li class="one_half last"><i class="fa fa-calendar fa-4x icon-4x"></i>
115-
<h4>Up-to-date</h4><p>Keep updated with online appendixes and upgraded material.</p></li>
115+
<h4>Up-to-date</h4><p>Keep updated with <a href="/materials">online appendixes and upgraded material</a>.</p></li>
116116
<li class="one_half"><i class="fa fa-gears fa-4x icon-4x"></i>
117117
<h4>Tools of the trade</h4><p>The book uses Webpack and ESS2015 with Babel 6 - the most up-to-date and recommended setup used by React developers.</p></li>
118118
<li class="one_half last"><i class="fa fa-cloud fa-4x icon-4x"></i>
119-
<h4>Online API</h4><p>Download the server source code or develop using the freely available public API.</p></li>
119+
<h4>Online API</h4><p>Download the server source code or develop using the freely available APIs for the exercises and sample codes in the book.</p></li>
120120
</ul>
121121
<!--End of Features List-->
122122
</div>

0 commit comments

Comments
 (0)