You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jp...@apache.org on 2017/10/27 23:52:26 UTC

[1/3] mesos git commit: Set max-size for a book thumbnail on the site.

Repository: mesos
Updated Branches:
  refs/heads/master f26ffcee0 -> 882e1dce8


Set max-size for a book thumbnail on the site.

There is an issue with books thumbnails. Covers are loaded from
external resources and we do not control images sizes and ratios.
When one book has different ration than other there might be a
situation when there is not enough space (vertically) to  place
items in a row, so they are located in next row leaving a blank
space.

Required by: https://github.com/apache/mesos/pull/243

Review: https://reviews.apache.org/r/63379/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b398ce8c
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/b398ce8c
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/b398ce8c

Branch: refs/heads/master
Commit: b398ce8cc14b410f7854260a3970e4f9eb0f868e
Parents: f26ffce
Author: Tomasz Janiszewski <ja...@gmail.com>
Authored: Fri Oct 27 16:29:45 2017 -0700
Committer: James Peach <jp...@apache.org>
Committed: Fri Oct 27 16:29:45 2017 -0700

----------------------------------------------------------------------
 site/source/assets/css/main.css | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/b398ce8c/site/source/assets/css/main.css
----------------------------------------------------------------------
diff --git a/site/source/assets/css/main.css b/site/source/assets/css/main.css
index d6ecb18..827811c 100755
--- a/site/source/assets/css/main.css
+++ b/site/source/assets/css/main.css
@@ -286,3 +286,7 @@ img {
   color: black;
   font-size: 0.8em;
 }
+
+.thumbnail > img {
+  height: 200px;
+}


[3/3] mesos git commit: Reordered the table of Mesos books by recency.

Posted by jp...@apache.org.
Reordered the table of Mesos books by recency.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/882e1dce
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/882e1dce
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/882e1dce

Branch: refs/heads/master
Commit: 882e1dce84ce94db1e2ec07c3db79838e4e1fe43
Parents: 1dba011
Author: James Peach <jp...@apache.org>
Authored: Fri Oct 27 16:50:08 2017 -0700
Committer: James Peach <jp...@apache.org>
Committed: Fri Oct 27 16:51:46 2017 -0700

----------------------------------------------------------------------
 docs/home.md | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/882e1dce/docs/home.md
----------------------------------------------------------------------
diff --git a/docs/home.md b/docs/home.md
index c784564..0fa901f 100644
--- a/docs/home.md
+++ b/docs/home.md
@@ -116,16 +116,16 @@ layout: documentation
 
 <div class="row">
   <div class="col-xs-6 col-md-4">
-    <a href="https://www.packtpub.com/big-data-and-business-intelligence/apache-mesos-essentials" class="thumbnail">
-      <img src="https://www.packtpub.com/sites/default/files/9781783288762.png" alt="Apache Mesos Essentials by Dharmesh Kakadia">
+    <a href="https://www.packtpub.com/big-data-and-business-intelligence/apache-mesos-cookbook" class="thumbnail">
+      <img src="https://d255esdrn735hr.cloudfront.net/sites/default/files/imagecache/ppv4_main_book_cover/9781785884627.png" alt="Apache Mesos Cookbook by David Blomquist, Tomasz Janiszewski">
     </a>
-    <p class="text-center">Apache Mesos Essentials by Dharmesh Kakadia (Packt, 2015)</p>
+    <p class="text-center">Apache Mesos Cookbook by David Blomquist, Tomasz Janiszewski (Packt, August 2017)</p>
   </div>
   <div class="col-xs-6 col-md-4">
-    <a href="http://shop.oreilly.com/product/0636920039952.do" class="thumbnail">
-      <img src="http://akamaicovers.oreilly.com/images/0636920039952/lrg.jpg" alt="Building Applications on Mesos by David Greenberg">
+    <a href="https://www.manning.com/books/mesos-in-action" class="thumbnail">
+      <img src="https://images.manning.com/255/340/resize/book/d/62f5c9b-0946-4569-ad50-ffdb84876ddc/Ignazio-Mesos-HI.png" alt="Mesos in Action by Roger Ignazio">
     </a>
-    <p class="text-center">Building Applications on Mesos by David Greenberg (O'Reilly, 2015)</p>
+    <p class="text-center">Mesos in Action by Roger Ignazio (Manning, 2016)</p>
   </div>
   <div class="col-xs-6 col-md-4">
     <a href="https://www.packtpub.com/big-data-and-business-intelligence/mastering-mesos" class="thumbnail">
@@ -134,15 +134,15 @@ layout: documentation
     <p class="text-center">Mastering Mesos by Dipa Dubhashi and Akhil Das (Packt, 2016)</p>
   </div>
   <div class="col-xs-6 col-md-4">
-    <a href="https://www.manning.com/books/mesos-in-action" class="thumbnail">
-      <img src="https://images.manning.com/255/340/resize/book/d/62f5c9b-0946-4569-ad50-ffdb84876ddc/Ignazio-Mesos-HI.png" alt="Mesos in Action by Roger Ignazio">
+    <a href="https://www.packtpub.com/big-data-and-business-intelligence/apache-mesos-essentials" class="thumbnail">
+      <img src="https://www.packtpub.com/sites/default/files/9781783288762.png" alt="Apache Mesos Essentials by Dharmesh Kakadia">
     </a>
-    <p class="text-center">Mesos in Action by Roger Ignazio (Manning, 2016)</p>
+    <p class="text-center">Apache Mesos Essentials by Dharmesh Kakadia (Packt, 2015)</p>
   </div>
   <div class="col-xs-6 col-md-4">
-    <a href="https://www.packtpub.com/big-data-and-business-intelligence/apache-mesos-cookbook" class="thumbnail">
-      <img src="https://d255esdrn735hr.cloudfront.net/sites/default/files/imagecache/ppv4_main_book_cover/9781785884627.png" alt="Apache Mesos Cookbook by David Blomquist, Tomasz Janiszewski">
+    <a href="http://shop.oreilly.com/product/0636920039952.do" class="thumbnail">
+      <img src="http://akamaicovers.oreilly.com/images/0636920039952/lrg.jpg" alt="Building Applications on Mesos by David Greenberg">
     </a>
-    <p class="text-center">Apache Mesos Cookbook by David Blomquist, Tomasz Janiszewski (Packt, August 2017)</p>
+    <p class="text-center">Building Applications on Mesos by David Greenberg (O'Reilly, 2015)</p>
   </div>
 </div>


[2/3] mesos git commit: Added a new book listing fo `Apache Mesos Cookbook`.

Posted by jp...@apache.org.
Added a new book listing fo `Apache Mesos Cookbook`.

This closes #243


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1dba0119
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1dba0119
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/1dba0119

Branch: refs/heads/master
Commit: 1dba0119fd59e42f5641f6ea78077208131ef34e
Parents: b398ce8
Author: Packt <pa...@packtpub.com>
Authored: Fri Oct 27 16:32:08 2017 -0700
Committer: James Peach <jp...@apache.org>
Committed: Fri Oct 27 16:51:37 2017 -0700

----------------------------------------------------------------------
 docs/home.md | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/1dba0119/docs/home.md
----------------------------------------------------------------------
diff --git a/docs/home.md b/docs/home.md
index ef7fb02..c784564 100644
--- a/docs/home.md
+++ b/docs/home.md
@@ -139,4 +139,10 @@ layout: documentation
     </a>
     <p class="text-center">Mesos in Action by Roger Ignazio (Manning, 2016)</p>
   </div>
+  <div class="col-xs-6 col-md-4">
+    <a href="https://www.packtpub.com/big-data-and-business-intelligence/apache-mesos-cookbook" class="thumbnail">
+      <img src="https://d255esdrn735hr.cloudfront.net/sites/default/files/imagecache/ppv4_main_book_cover/9781785884627.png" alt="Apache Mesos Cookbook by David Blomquist, Tomasz Janiszewski">
+    </a>
+    <p class="text-center">Apache Mesos Cookbook by David Blomquist, Tomasz Janiszewski (Packt, August 2017)</p>
+  </div>
 </div>