This is an automated email from the ASF dual-hosted git repository.
vnick pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/guacamole-website.git
from 42c96b84 Merge clarification of non-applicability of known
vulnerabilities in AngularJS.
add a0e3cb14 Add automatic dark theme for website.
add 52643b9f Restore CSS cache busting using checksum generation.
new edbe1a74 Merge automatic dark theme for website.
The 1 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:
_includes/head.html | 4 ++-
Dockerfile => _plugins/checksum.rb | 41 ++++++++++++----------
...l-clip-bottom.svg => bowl-clip-bottom-dark.svg} | 2 +-
...-clip-bottom.svg => bowl-clip-bottom-light.svg} | 0
.../{bowl-clip-top.svg => bowl-clip-top-dark.svg} | 2 +-
.../{bowl-clip-top.svg => bowl-clip-top-light.svg} | 0
images/home/feature-access-anywhere-dark.svg | 1 +
images/home/feature-access-anywhere-light.svg | 1 +
images/home/feature-access-anywhere.svg | 1 -
images/home/feature-cloud-desktop-dark.svg | 1 +
images/home/feature-cloud-desktop-light.svg | 1 +
images/home/feature-cloud-desktop.svg | 1 -
...pen-source.svg => feature-open-source-dark.svg} | 2 +-
...en-source.svg => feature-open-source-light.svg} | 2 +-
images/home/feature-supported-dark.svg | 1 +
images/home/feature-supported-light.svg | 1 +
images/home/feature-supported.svg | 1 -
images/home/feature-well-documented-dark.svg | 1 +
images/home/feature-well-documented-light.svg | 1 +
images/home/feature-well-documented.svg | 1 -
...ease-star.svg => current-release-star-dark.svg} | 2 +-
...ase-star.svg => current-release-star-light.svg} | 0
styles/_base.scss | 5 +--
styles/_colors.scss | 19 +++++++---
styles/_expandable-figure.scss | 2 +-
styles/_footer.scss | 1 -
styles/{_cve-list.scss => _globals.scss} | 10 +++---
styles/_header.scss | 2 +-
styles/_headings.scss | 7 ++--
styles/_home.scss | 21 +++++------
styles/_mailing-list-list.scss | 4 ++-
styles/{main.scss => _main-common.scss} | 17 +++++----
styles/_release-annotations.scss | 3 ++
styles/_release-downloads.scss | 11 ++++--
styles/_release-links.scss | 7 ++--
styles/_release-list.scss | 22 +++++++-----
styles/{_release-media.scss => main-dark.scss} | 26 +++++---------
styles/{_release-media.scss => main-light.scss} | 26 +++++---------
38 files changed, 136 insertions(+), 114 deletions(-)
copy Dockerfile => _plugins/checksum.rb (50%)
copy images/backgrounds/{bowl-clip-bottom.svg => bowl-clip-bottom-dark.svg}
(75%)
rename images/backgrounds/{bowl-clip-bottom.svg => bowl-clip-bottom-light.svg}
(100%)
copy images/backgrounds/{bowl-clip-top.svg => bowl-clip-top-dark.svg} (66%)
rename images/backgrounds/{bowl-clip-top.svg => bowl-clip-top-light.svg} (100%)
create mode 100644 images/home/feature-access-anywhere-dark.svg
create mode 100644 images/home/feature-access-anywhere-light.svg
delete mode 100644 images/home/feature-access-anywhere.svg
create mode 100644 images/home/feature-cloud-desktop-dark.svg
create mode 100644 images/home/feature-cloud-desktop-light.svg
delete mode 100644 images/home/feature-cloud-desktop.svg
copy images/home/{feature-open-source.svg => feature-open-source-dark.svg}
(55%)
rename images/home/{feature-open-source.svg => feature-open-source-light.svg}
(55%)
create mode 100644 images/home/feature-supported-dark.svg
create mode 100644 images/home/feature-supported-light.svg
delete mode 100644 images/home/feature-supported.svg
create mode 100644 images/home/feature-well-documented-dark.svg
create mode 100644 images/home/feature-well-documented-light.svg
delete mode 100644 images/home/feature-well-documented.svg
copy images/releases/{current-release-star.svg =>
current-release-star-dark.svg} (70%)
rename images/releases/{current-release-star.svg =>
current-release-star-light.svg} (100%)
copy styles/{_cve-list.scss => _globals.scss} (84%)
rename styles/{main.scss => _main-common.scss} (89%)
copy styles/{_release-media.scss => main-dark.scss} (77%)
copy styles/{_release-media.scss => main-light.scss} (77%)