diff --git a/website/www/site/assets/scss/_connectors.sass b/website/www/site/assets/scss/_connectors.sass index 6dc4a91770a1..2e8b641be355 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 5aa5349d6a1b..6f9ffec771c6 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 0224e05babe7..dcc6702f5866 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: -
Contribution | How to do it | @@ -48,11 +49,11 @@ Here’s a list of things you can do to get started contributing:
---|---|
Participate and share ideas |
-
|
OR + OR |
@@ -70,7 +71,7 @@ Here’s a list of things you can do to get started contributing:
OR + OR |
@@ -127,11 +128,11 @@ Here’s a list of things you can do to get started contributing:
Share a code sample or template |
-
|
Connector Name | Source Supported | @@ -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 3a5f9ec72a3d..6b634aff6cba 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. */}}
---|