From commits-return-74287-archive-asf-public=cust-asf.ponee.io@airflow.apache.org Thu Nov 7 13:05:29 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id BEFCD180630 for ; Thu, 7 Nov 2019 14:05:28 +0100 (CET) Received: (qmail 76090 invoked by uid 500); 7 Nov 2019 13:05:28 -0000 Mailing-List: contact commits-help@airflow.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airflow.apache.org Delivered-To: mailing list commits@airflow.apache.org Received: (qmail 76081 invoked by uid 99); 7 Nov 2019 13:05:28 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Nov 2019 13:05:28 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id EB798851DB; Thu, 7 Nov 2019 13:05:27 +0000 (UTC) Date: Thu, 07 Nov 2019 13:05:27 +0000 To: "commits@airflow.apache.org" Subject: [airflow-site] branch aip-11 updated: Add social icons next to the author's name (#137) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157313192791.25845.3170169654466022158@gitbox.apache.org> From: kamilbregula@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: airflow-site X-Git-Refname: refs/heads/aip-11 X-Git-Reftype: branch X-Git-Oldrev: e95b52898de82278235fb47db8071e7bb80a6d4c X-Git-Newrev: bfef883484202690d99149fa92ef37ca6c22f954 X-Git-Rev: bfef883484202690d99149fa92ef37ca6c22f954 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. kamilbregula pushed a commit to branch aip-11 in repository https://gitbox.apache.org/repos/asf/airflow-site.git The following commit(s) were added to refs/heads/aip-11 by this push: new bfef883 Add social icons next to the author's name (#137) bfef883 is described below commit bfef883484202690d99149fa92ef37ca6c22f954 Author: Kamil Gabryjelski AuthorDate: Thu Nov 7 14:05:18 2019 +0100 Add social icons next to the author's name (#137) --- landing-pages/site/assets/icons/github-small.svg | 3 +++ landing-pages/site/assets/icons/linkedin-small.svg | 9 +++++++++ landing-pages/site/assets/icons/twitter-small.svg | 11 +++++++++++ landing-pages/site/assets/scss/_blog-page.scss | 9 +++++++++ landing-pages/site/content/en/blog/Grumpy-cat.md | 3 +++ landing-pages/site/layouts/blog/content.html | 21 ++++++++++++++++++++- 6 files changed, 55 insertions(+), 1 deletion(-) diff --git a/landing-pages/site/assets/icons/github-small.svg b/landing-pages/site/assets/icons/github-small.svg new file mode 100644 index 0000000..595bf3d --- /dev/null +++ b/landing-pages/site/assets/icons/github-small.svg @@ -0,0 +1,3 @@ + + + + + + + + + + diff --git a/landing-pages/site/assets/icons/twitter-small.svg b/landing-pages/site/assets/icons/twitter-small.svg new file mode 100644 index 0000000..22754b3 --- /dev/null +++ b/landing-pages/site/assets/icons/twitter-small.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/landing-pages/site/assets/scss/_blog-page.scss b/landing-pages/site/assets/scss/_blog-page.scss index b1aaaac..92dd7cf 100644 --- a/landing-pages/site/assets/scss/_blog-page.scss +++ b/landing-pages/site/assets/scss/_blog-page.scss @@ -86,6 +86,11 @@ @extend .bodytext__medium--cerulean-blue; font-weight: 500; margin-bottom: 30px; + margin-right: 17px; + } + + &--social-media-icon { + margin-right: 7px; } &--description { @@ -108,6 +113,7 @@ flex-direction: column; margin-bottom: 19px; } + &--title { font-family: $primary-font !important; font-size: 24px !important; @@ -115,9 +121,11 @@ max-width: 272px; margin-bottom: 13px; } + &--author { margin-bottom: 20px; } + &--description { font-family: $primary-font !important; font-weight: normal !important; @@ -128,6 +136,7 @@ } } } + .blog-pager { margin-top: 60px; display: flex; diff --git a/landing-pages/site/content/en/blog/Grumpy-cat.md b/landing-pages/site/content/en/blog/Grumpy-cat.md index 233741a..4a4d57d 100644 --- a/landing-pages/site/content/en/blog/Grumpy-cat.md +++ b/landing-pages/site/content/en/blog/Grumpy-cat.md @@ -2,6 +2,9 @@ title: "Grumpy cat" linkTitle: "Grumpy cat" author: "Jarek Potiuk" +twitter: "higrys" +github: "potiuk" +linkedin: "jarekpotiuk" description: "Working on an Open Source project such as Apache Airflow is very demanding but also equally rewarding when you realize how many businesses use it every day." tags: ["Community"] date: 2019-09-24 diff --git a/landing-pages/site/layouts/blog/content.html b/landing-pages/site/layouts/blog/content.html index d587707..344811e 100644 --- a/landing-pages/site/layouts/blog/content.html +++ b/landing-pages/site/layouts/blog/content.html @@ -29,7 +29,26 @@ {{ .Date.Format "Mon, Jan 2, 2006" }} - +