You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2017/10/12 18:56:31 UTC

[beam-site] branch mergebot updated (02e7b96 -> b6beaf6)

This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a change to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git.


    from 02e7b96  This closes #316
     add 94681c3  Prepare repository for deployment.
     add e260843  [BEAM-2853] Move the nexmark documentation to the website
     add 9308a22  fixups
     add e5a7738  Regenerate website
     add 88bec3f  This closes #323
     new 0f000ca  [MINOR] Updated hero and cards background to use background-size: cover for better mobile support
     new b6beaf6  This closes #330

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/contribute/release-guide/index.html   |   1 +
 content/documentation/sdks/java/index.html    |   1 +
 content/documentation/sdks/nexmark/index.html | 790 ++++++++++++++++++++++++++
 src/_sass/_cards.sass                         |   2 +-
 src/_sass/_hero.sass                          |   2 +-
 src/documentation/sdks/java.md                |   1 +
 src/documentation/sdks/nexmark.md             | 541 ++++++++++++++++++
 7 files changed, 1336 insertions(+), 2 deletions(-)
 create mode 100644 content/documentation/sdks/nexmark/index.html
 create mode 100644 src/documentation/sdks/nexmark.md

-- 
To stop receiving notification emails like this one, please contact
['"commits@beam.apache.org" <co...@beam.apache.org>'].

[beam-site] 02/02: This closes #330

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit b6beaf6979ce9f26c7798f5f53c3dc303024ddba
Merge: 88bec3f 0f000ca
Author: Mergebot <me...@apache.org>
AuthorDate: Thu Oct 12 18:55:51 2017 +0000

    This closes #330

 src/_sass/_cards.sass | 2 +-
 src/_sass/_hero.sass  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.

[beam-site] 01/02: [MINOR] Updated hero and cards background to use background-size: cover for better mobile support

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 0f000ca7f63b3113fec99a98952f49b56b83b530
Author: Roy Lenferink <le...@gmail.com>
AuthorDate: Tue Oct 3 22:36:59 2017 +0200

    [MINOR] Updated hero and cards background to use background-size: cover for better mobile support
---
 src/_sass/_cards.sass | 2 +-
 src/_sass/_hero.sass  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/_sass/_cards.sass b/src/_sass/_cards.sass
index 282bc2b..8670909 100644
--- a/src/_sass/_cards.sass
+++ b/src/_sass/_cards.sass
@@ -1,6 +1,6 @@
 .cards
   background-image: url(../images/cards_bg.svg)
-  background-size: 100%
+  background-size: cover
   background-repeat: no-repeat
   background-position: top
   text-align: center
diff --git a/src/_sass/_hero.sass b/src/_sass/_hero.sass
index fc73b58..6553fd9 100644
--- a/src/_sass/_hero.sass
+++ b/src/_sass/_hero.sass
@@ -1,7 +1,7 @@
 .hero-bg
   background-image: url(../images/hero_bg_flat.svg)
   background-repeat: no-repeat
-  background-size: contain
+  background-size: cover
   background-position: top center
   margin-top: -50px
   +md

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.