Skip to content

Commit 55dca17

Browse files
committed
Changed testimonials
1 parent 9877c0e commit 55dca17

File tree

7 files changed

+25
-12
lines changed

7 files changed

+25
-12
lines changed

css/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,11 +489,12 @@ display:block;
489489
font-style:italic;
490490
padding:15px 15px 35px 15px;
491491
box-shadow:0 1px 3px #d3d3d3;
492+
font-size: 14px; color: #444444;
492493
}
493494

494-
blockquote cite { display: block; font-size: 12px; color: #555555; }
495+
blockquote cite { display: block; font-size: 13px; color: #444444; }
495496
blockquote cite:before { content: "\2014 \0020"; }
496-
blockquote cite a, blockquote cite a:visited { color: #555555; }
497+
blockquote cite a, blockquote cite a:visited { color: #444444; }
497498

498499
abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222222; border-bottom: 1px solid #ddd; cursor: help; }
499500

images/testimonial_adam.jpg

4.39 KB
Loading

images/testimonial_author_1.jpg

-2.08 KB
Binary file not shown.

images/testimonial_author_2.jpg

-2.2 KB
Binary file not shown.

images/testimonial_jon.jpg

3.93 KB
Loading

images/testimonial_spencer.jpg

3.78 KB
Loading

index.html

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -130,23 +130,35 @@ <h4>Online API</h4><p>Download the server source code or develop using the freel
130130
<div class="row">
131131

132132
<!--Start of Testimonial-->
133-
<blockquote class="one_half">
134-
<q>The explanations are thorough but concise. I highly recommend it.</q>
133+
<blockquote class="one_third">
134+
<q>Pro React is the book I wish I had when I first started learning React/JS.<br/>Cassio does a fantastic job at introducing and explaining some of the key React concepts that took me digging through tons of blog posts to learn.<br/>I highly recommend picking this book up.</q>
135135
<footer>
136-
<img src="images/testimonial_author_1.jpg" height="60" width="60" alt="Mel Martins"/>
137-
<div>Mel Martins</div>
138-
Engineer
136+
<img src="images/testimonial_spencer.jpg" height="60" width="60" alt="Spencer Dixon"/>
137+
<div>Spencer Dixon</div>
138+
Software Engineer
139+
</footer>
140+
</blockquote>
141+
<!--End of Testimonial-->
142+
143+
144+
<!--Start of Testimonial-->
145+
<blockquote class="one_third ">
146+
<q>I have read a lot of software books, and this is one of the best. React comes in lots of little bits, which makes difficult to understand the whole system. The book did cover all of the steps but it also has sections on architecture, strategies and best practices. It is a really comprehensive resource.</q>
147+
<footer>
148+
<img src="images/testimonial_jon.jpg" height="60" width="60" alt="Arthur Debert"/>
149+
<div>Jon Smith</div>
150+
Software Architect
139151
</footer>
140152
</blockquote>
141153
<!--End of Testimonial-->
142154

143155
<!--Start of Testimonial-->
144-
<blockquote class="one_half last">
145-
<q>His technical writing is top notch, you'd be crazy to miss it.</q>
156+
<blockquote class="one_third last">
157+
<q>This is an outstanding dive into React.<br/>The coverage is very well designed:<br/>The book initially makes a simple example, just to show the underlying concept bereft of any un-needed complexity, and then follows it up with a much more complex and realistic scenario.</q>
146158
<footer>
147-
<img src="images/testimonial_author_2.jpg" height="60" width="60" alt="Arthur Debert"/>
148-
<div>Arthur Debert</div>
149-
CTO @ Loggi
159+
<img src="images/testimonial_adam.jpg" height="60" width="60" alt="Adam Rackis"/>
160+
<div>Adam Rackis</div>
161+
Software Engineer
150162
</footer>
151163
</blockquote>
152164
<!--End of Testimonial-->

0 commit comments

Comments
 (0)