images: Move /apps images into dedicated apps image directory.

This commit is contained in:
Alya Abbott 2022-07-13 00:18:26 -07:00 committed by Tim Abbott
parent d15e9f7721
commit 4b8556ed13
6 changed files with 4 additions and 4 deletions

View File

Before

Width:  |  Height:  |  Size: 356 KiB

After

Width:  |  Height:  |  Size: 356 KiB

View File

Before

Width:  |  Height:  |  Size: 378 KiB

After

Width:  |  Height:  |  Size: 378 KiB

View File

Before

Width:  |  Height:  |  Size: 356 KiB

After

Width:  |  Height:  |  Size: 356 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -25,7 +25,7 @@ const hello_events = function () {
const apps_events = function () {
const info = {
windows: {
image: "/static/images/landing-page/microsoft.png",
image: "/static/images/landing-page/apps/microsoft.png",
alt: "Windows",
description:
"Zulip for Windows is even better than Zulip on the web, with a cleaner look, tray integration, native notifications, and support for multiple Zulip accounts.",
@ -35,7 +35,7 @@ const apps_events = function () {
app_type: "desktop",
},
mac: {
image: "/static/images/landing-page/macbook.png",
image: "/static/images/landing-page/apps/macbook.png",
alt: "macOS",
description:
"Zulip on macOS is even better than Zulip on the web, with a cleaner look, tray integration, native notifications, and support for multiple Zulip accounts.",
@ -63,7 +63,7 @@ const apps_events = function () {
app_type: "mobile",
},
linux: {
image: "/static/images/landing-page/ubuntu.png",
image: "/static/images/landing-page/apps/ubuntu.png",
alt: "Linux",
description:
"Zulip on the Linux desktop is even better than Zulip on the web, with a cleaner look, tray integration, native notifications, and support for multiple Zulip accounts.",

View File

@ -2020,7 +2020,7 @@ nav {
width: 100%;
height: 100%;
background-image: url("../../images/waves.svg");
background-image: url("../../images/landing-page/apps/waves.svg");
background-size: cover;
background-repeat: no-repeat;
}