This is an automated email from the ASF dual-hosted git repository. zregvart pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git.
from b322e64 fix: remove the table scrollbar when it's not n... new 3352d32 chore: redesign and css consolidation new fdae60e chore: remove integrated with section from the ... new 41891cb chore: add Apache Camel to projects section new d3ccfe1 chore: reword functionality, tweak page title new f59ca90 chore: cleanup significant button links 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: antora-ui-camel/src/css/base.css | 8 + antora-ui-camel/src/css/doc.css | 5 + antora-ui-camel/src/css/footer.css | 54 +- antora-ui-camel/src/css/frontpage.css | 186 + antora-ui-camel/src/css/nav.css | 20 + antora-ui-camel/src/css/responsive.css | 5102 ----------------------- antora-ui-camel/src/css/site.css | 3 +- antora-ui-camel/src/css/static.css | 19 + antora-ui-camel/src/css/vars.css | 12 +- antora-ui-camel/src/partials/footer-content.hbs | 85 +- content/_index.md | 90 +- content/community/irc-room.md | 4 +- content/community/mailing-list.md | 4 +- content/community/team.md | 8 +- content/community/user-stories.md | 12 +- content/download/_index.md | 4 +- layouts/_default/single.html | 12 +- layouts/community/single.html | 9 - layouts/docs/single.html | 9 - layouts/download/download.html | 227 +- layouts/index.html | 169 +- layouts/news-entry/single.html | 26 +- layouts/news/list.html | 64 +- layouts/partials/footer.html | 84 +- layouts/partials/header.html | 60 +- layouts/projects/single.html | 9 - layouts/release-note/single.html | 132 +- layouts/releases/list.html | 38 +- layouts/security-advisory/single.html | 56 +- layouts/security/list.html | 66 +- layouts/shortcodes/bootstrap-table.html | 9 - layouts/shortcodes/div.html | 4 + layouts/shortcodes/section.html | 4 + layouts/shortcodes/table.html | 3 + static/img/apache-20.png | Bin 0 -> 53611 bytes 35 files changed, 870 insertions(+), 5727 deletions(-) create mode 100644 antora-ui-camel/src/css/frontpage.css delete mode 100644 antora-ui-camel/src/css/responsive.css create mode 100644 antora-ui-camel/src/css/static.css delete mode 100644 layouts/community/single.html delete mode 100644 layouts/docs/single.html delete mode 100644 layouts/projects/single.html delete mode 100644 layouts/shortcodes/bootstrap-table.html create mode 100644 layouts/shortcodes/div.html create mode 100644 layouts/shortcodes/section.html create mode 100644 layouts/shortcodes/table.html create mode 100644 static/img/apache-20.png