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 8181f19 Improve accordion spacings and arrow rotation (#90)
new 6a06c9e Put components in home page
new 6ff928e Put components in meetups page
new a73b44a Create community page
new 6ef1122 Create install page
new b73cdbf Remove About and Examples pages
The 5 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:
.../site/assets/icons/contribute-icon.svg | 24 ++++
.../site/assets/icons/documentation-icon.svg | 10 ++
landing-pages/site/assets/icons/fix-bug-icon.svg | 18 +++
.../site/assets/icons/new-feature-icon.svg | 18 +++
landing-pages/site/assets/icons/project-icon.svg | 22 ++++
landing-pages/site/assets/scss/_base-layout.scss | 2 +-
.../scss/{_quote.scss => _community-page.scss} | 45 ++++----
.../assets/scss/{_pager.scss => _home-page.scss} | 11 +-
.../scss/{_quote.scss => _install-page.scss} | 50 ++++-----
.../scss/{_case-study.scss => _meetups.scss} | 9 +-
landing-pages/site/assets/scss/_ol-ul.scss | 21 ++--
.../site/assets/scss/_text-with-icon.scss | 2 +-
landing-pages/site/assets/scss/main-custom.scss | 4 +
landing-pages/site/content/en/_index.html | 67 -----------
landing-pages/site/content/en/about/_index.html | 38 -------
.../site/content/en/about/featured-background.jpg | Bin 496231 -> 0 bytes
.../site/content/en/community/_index.html | 89 +++++++++++++++
landing-pages/site/content/en/community/_index.md | 8 --
landing-pages/site/content/en/examples/_index.html | 83 --------------
landing-pages/site/content/en/install/_index.html | 124 +++++++++++++++++++++
landing-pages/site/content/en/meetups/_index.html | 7 ++
landing-pages/site/data/commiters.json | 5 +-
landing-pages/site/data/videos.json | 30 ++---
landing-pages/site/layouts/_default/baseof.html | 2 +-
.../layouts/{taxonomy => community}/baseof.html | 0
landing-pages/site/layouts/community/list.html | 58 ++++++++++
.../layouts/{examples/list.html => index.html} | 83 +++-----------
.../site/layouts/{taxonomy => install}/baseof.html | 0
.../layouts/{case-studies => install}/list.html | 19 ++--
.../site/layouts/{taxonomy => meetups}/baseof.html | 0
landing-pages/site/layouts/meetups/list.html | 46 ++++++++
landing-pages/site/static/icons/docker-logo.png | Bin 0 -> 7297 bytes
landing-pages/src/index.js | 3 +-
landing-pages/src/js/showAllCommiters.js | 6 +-
34 files changed, 538 insertions(+), 366 deletions(-)
create mode 100644 landing-pages/site/assets/icons/contribute-icon.svg
create mode 100644 landing-pages/site/assets/icons/documentation-icon.svg
create mode 100644 landing-pages/site/assets/icons/fix-bug-icon.svg
create mode 100644 landing-pages/site/assets/icons/new-feature-icon.svg
create mode 100644 landing-pages/site/assets/icons/project-icon.svg
copy landing-pages/site/assets/scss/{_quote.scss => _community-page.scss} (65%)
copy landing-pages/site/assets/scss/{_pager.scss => _home-page.scss} (85%)
copy landing-pages/site/assets/scss/{_quote.scss => _install-page.scss} (60%)
copy landing-pages/site/assets/scss/{_case-study.scss => _meetups.scss} (90%)
delete mode 100644 landing-pages/site/content/en/about/_index.html
delete mode 100644 landing-pages/site/content/en/about/featured-background.jpg
create mode 100644 landing-pages/site/content/en/community/_index.html
delete mode 100644 landing-pages/site/content/en/community/_index.md
delete mode 100644 landing-pages/site/content/en/examples/_index.html
create mode 100644 landing-pages/site/content/en/install/_index.html
create mode 100644 landing-pages/site/content/en/meetups/_index.html
copy landing-pages/site/layouts/{taxonomy => community}/baseof.html (100%)
create mode 100644 landing-pages/site/layouts/community/list.html
rename landing-pages/site/layouts/{examples/list.html => index.html} (52%)
copy landing-pages/site/layouts/{taxonomy => install}/baseof.html (100%)
copy landing-pages/site/layouts/{case-studies => install}/list.html (54%)
copy landing-pages/site/layouts/{taxonomy => meetups}/baseof.html (100%)
create mode 100644 landing-pages/site/layouts/meetups/list.html
create mode 100644 landing-pages/site/static/icons/docker-logo.png