From b086b96b05a1242b8b3a8deb9cc75c1b74437d1b Mon Sep 17 00:00:00 2001 From: bulat safiullin Date: Fri, 6 May 2022 15:08:04 +0600 Subject: [PATCH] [BEAM-14428] change text, change styling of connectors and contribute tables --- website/www/site/assets/scss/_connectors.sass | 6 +++ website/www/site/assets/scss/_contribute.sass | 52 +++++++++++++++++++ .../www/site/content/en/contribute/_index.md | 17 +++--- .../content/en/documentation/io/connectors.md | 4 +- .../partials/section-menu/en/community.html | 10 ++-- .../partials/section-menu/en/contribute.html | 6 +-- 6 files changed, 77 insertions(+), 18 deletions(-) diff --git a/website/www/site/assets/scss/_connectors.sass b/website/www/site/assets/scss/_connectors.sass index 6dc4a91770a1c..2e8b641be355d 100644 --- a/website/www/site/assets/scss/_connectors.sass +++ b/website/www/site/assets/scss/_connectors.sass @@ -26,3 +26,9 @@ tr .present a .table-container-wrapper overflow-x: auto + +.table-connectors + th, + td + &:not(:first-child) + text-align: center diff --git a/website/www/site/assets/scss/_contribute.sass b/website/www/site/assets/scss/_contribute.sass index 5aa5349d6a1b7..6f9ffec771c66 100644 --- a/website/www/site/assets/scss/_contribute.sass +++ b/website/www/site/assets/scss/_contribute.sass @@ -14,6 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +$padding: 24px .list-text-size-md position: relative @@ -39,3 +40,54 @@ .no-bullet list-style-type: none + +.text--active + color: $color-brand + +.table-contribute + th + text-align: center + + th + padding: 14px 14px 17px 14px !important + border: none !important + border-bottom: 1px solid #ff6d05 !important + letter-spacing: 2px + line-height: normal !important + text-transform: uppercase + + td + padding: $padding !important + border-bottom: 1px solid rgba(255, 109, 5, 0.24) + @media (max-width: $mobile) + padding: $padding/4 !important + + p + margin-left: 67px + font-size: 14px + line-height: 1.57 + @media (max-width: $mobile) + margin: 0 + + td:nth-child(2) + padding: $padding/3 !important + padding-left: $padding !important + @media (max-width: $mobile) + padding: $padding/3 !important + padding-left: $padding/2 !important + + a + line-height: 2 + letter-spacing: 0.43px + color: $color-brand + text-decoration: none + &:hover, + &focus + text-decoration: underline + + td:nth-child(1) + background-color: rgba(255, 109, 0, 0.04) + padding-left: $padding/2 !important + padding-right: 0 !important + line-height: 1.57 + letter-spacing: 0.43px diff --git a/website/www/site/content/en/contribute/_index.md b/website/www/site/content/en/contribute/_index.md index 0224e05babe78..dcc6702f58667 100644 --- a/website/www/site/content/en/contribute/_index.md +++ b/website/www/site/content/en/contribute/_index.md @@ -40,7 +40,8 @@ Everyone is welcome to join and contribute to the project in multiple ways, not Here’s a list of things you can do to get started contributing: - +
+
@@ -48,11 +49,11 @@ Here’s a list of things you can do to get started contributing: @@ -60,7 +61,7 @@ Here’s a list of things you can do to get started contributing: @@ -70,7 +71,7 @@ Here’s a list of things you can do to get started contributing: @@ -127,11 +128,11 @@ Here’s a list of things you can do to get started contributing: @@ -147,7 +148,7 @@ Here’s a list of things you can do to get started contributing:
Contribution How to do it
Participate and share ideas -
    +
+
  1. Create a Jira ticket and mark it as a bug
  2. -
    OR

    +
    OR

  3. Send an email to dev@beam.apache.org with subject: [Bug] <bug summary> and include as much detail as possible.
  1. Create a Jira ticket and mark it as a feature request
  2. -
    OR

    +
    OR

  3. Send an email to dev@beam.apache.org with subject: [Feature Proposal] <your idea>.
Share a code sample or template -
    +
+
- + ## Become a Committer diff --git a/website/www/site/content/en/documentation/io/connectors.md b/website/www/site/content/en/documentation/io/connectors.md index 2e817fe09a244..2816ec3280252 100644 --- a/website/www/site/content/en/documentation/io/connectors.md +++ b/website/www/site/content/en/documentation/io/connectors.md @@ -23,7 +23,7 @@ Apache Beam I/O connectors provide read and write transforms for the most popula This table provides a consolidated, at-a-glance overview of the available built-in I/O connectors.
- +
@@ -775,7 +775,7 @@ This table provides a consolidated, at-a-glance overview of the available built- ## Other I/O Connectors for Apache Beam
-
Connector Name Source Supported
+
diff --git a/website/www/site/layouts/partials/section-menu/en/community.html b/website/www/site/layouts/partials/section-menu/en/community.html index 3a5f9ec72a3d5..6b634aff6cba6 100644 --- a/website/www/site/layouts/partials/section-menu/en/community.html +++ b/website/www/site/layouts/partials/section-menu/en/community.html @@ -10,14 +10,14 @@ limitations under the License. See accompanying LICENSE file. */}}
  • Community
  • -
  • Join Beam Communnity
  • +
  • Join Beam community
  • Integrations
  • -
  • Contact Us
  • +
  • Contact us
  • Policies
  • YouTube channel
  • -
  • Twitter Handle
  • -
  • In Person
  • -
  • Case Study
  • +
  • Twitter
  • +
  • In person
  • +
  • Case study
  • Promotion diff --git a/website/www/site/layouts/partials/section-menu/en/contribute.html b/website/www/site/layouts/partials/section-menu/en/contribute.html index 6bf3a67332d74..5550281ede825 100644 --- a/website/www/site/layouts/partials/section-menu/en/contribute.html +++ b/website/www/site/layouts/partials/section-menu/en/contribute.html @@ -11,15 +11,15 @@ */}}
  • Contribute
  • -
  • Get started contributing
  • -
  • Get Help
  • +
  • Code contribution guide
  • +
  • Get help
  • Attributes of a Beam community member
  • Technical Docs
  • Connector Name Source Supported