Skip to content

Commit 50c0956

Browse files
author
Sander Mak
committed
Adding Pluralsight stuff
1 parent 884d354 commit 50c0956

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

Diff for: img/safari-og.png

10.5 KB
Loading

Diff for: index.html

+19-5
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<h1>Java 9 Modularity</h1>
7373
<p>The Java module system offers new ways of creating modular and maintainable applications. With this hands-on book, Java developers will learn not only about the joys of modularity, but also about the patterns needed to create truly modular and reliable applications. </p>
7474
<p>Authors Sander Mak and Paul Bakker teach you the concepts behind the Java module system, along with the new tools it offers. You’ll also learn how to modularize existing code and how to steer clear of common pitfalls when migrating to Java 9.</p>
75-
<a data-scroll href="#download" class="btn btn-primary" role="button">Buy</a>
75+
<a data-scroll href="#plans" class="btn btn-primary" role="button">Buy</a>
7676
</div>
7777
<div class="header-main-left col-sm-offset-1 col-sm-10 col-md-offset-0 col-md-pull-6 col-md-6">
7878
<img src="img/java9modularity-3d-cover.png" alt="Book" class="img-responsive">
@@ -261,7 +261,13 @@ <h3>Read Online</h3>
261261
<br>
262262
<p>Safari Books online offers the largest selection of IT books on a subscription basis. You can read Java 9 Modularity with a Safari subscription.</p>
263263
<p><a href="https://www.safaribooksonline.com/library/view/java-9-modularity/9781491954157/" target="_blank" class="btn btn-primary">Read on Safari</a></p>
264-
<p>No subscription? <a href="https://bit.ly/java9modsafari">Start a trial</a>!</p>
264+
<p>No subscription? <a href="https://bit.ly/java9modsafari" target="_blank">Start a trial</a>!</p>
265+
<br>
266+
<a href="https://bit.ly/java9modsafari" target="_blank"><img src="img/safari-og.png" width="240px"></a>
267+
<br>
268+
<br>
269+
<br>
270+
265271
</div>
266272

267273
</div>
@@ -284,8 +290,13 @@ <h3>Print</h3>
284290
<br>
285291
Still the best way to read a book!
286292
<ul>
287-
<li><span>Kindle</span> <a href="http://amzn.to/2wTaJBY" target="_blank">Amazon.com</a></li>
293+
<li><a href="http://amzn.to/2wTaJBY" target="_blank">Amazon.com</a> (free US shipping)</li>
294+
<li><a href="https://www.bol.com/nl/p/java-9-modularity/9200000063685677/">Bol.com</a> (free NL/BE shipping)</li>
295+
<li><a href="https://www.bookdepository.com/Java-9-Modularity/9781491954164">Bookdepository.com)</a> (free worldwide shipping)</li>
288296
</ul>
297+
<br>
298+
<br>
299+
<br>
289300
<img src="img/java9modularity-cover-stack.jpg" width="240px">
290301
</div>
291302
</div>
@@ -316,10 +327,13 @@ <h2 class="page-header wow fadeInUp" data-wow-delay=".2s">Download Book</h2>
316327
<div class="container">
317328
<h2 class="page-header wow fadeInUp" data-wow-delay=".2s">Other Resources</h2>
318329
<div class="row">
319-
<div class="col-md-6">
330+
<div class="col-md-5">
320331
<h3>Pluralsight Course: Java 9 Modularity</h3>
321332
<iframe width="427" height="240" src="https://www.youtube.com/embed/1dnE8GRt68I" frameborder="0" allowfullscreen></iframe>
322-
<p>Deep dive into the module system...</p>
333+
<p>This two hour video course gives you insight into the Java module system using practical examples. You'll learn how to create and use modules and how to migrate your applications to Java 9.</p>
334+
<a class="btn btn-big btn-primary" href="http://bit.ly/j9modcourse">Watch</a> (free <a href="https://bit.ly/pluralsighttrial" target="_blank">trial</a> available)
335+
</div>
336+
<div class="col-md-1">
323337
</div>
324338
<div class="col-md-6">
325339
<h3>Articles and News</h3>

0 commit comments

Comments
 (0)