You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2019/11/06 11:57:55 UTC

[airflow-site] branch aip-11 updated (82148f0 -> 7421384)

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

kamilbregula pushed a change to branch aip-11
in repository https://gitbox.apache.org/repos/asf/airflow-site.git.


    from 82148f0  Add new sample blog post (#127)
     add 7421384  Add rating component with Google Analytics integration (#120)

No new revisions were added by this update.

Summary of changes:
 landing-pages/site/assets/icons/star-icon.svg      |  5 +++
 .../site/assets/scss/{_pager.scss => _rating.scss} | 32 +++++++++++++--
 landing-pages/site/assets/scss/main-custom.scss    |  1 +
 .../layouts/partials/{quote.html => rating.html}   | 11 +++---
 landing-pages/src/index.js                         |  1 +
 landing-pages/src/{index.js => js/rating.js}       | 46 ++++++++++++++--------
 6 files changed, 69 insertions(+), 27 deletions(-)
 create mode 100644 landing-pages/site/assets/icons/star-icon.svg
 copy landing-pages/site/assets/scss/{_pager.scss => _rating.scss} (70%)
 copy landing-pages/site/layouts/partials/{quote.html => rating.html} (74%)
 copy landing-pages/src/{index.js => js/rating.js} (50%)